Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
ea179f477465789605e0c8f57a3ec660c3d852e8
/
runtime
/
verifier
/
method_verifier.cc
ea179f4
Refactor method resolution in class linker.
by Nicolas Geoffray
· 7 years ago
928033d
Revert^2 "ART: Interpreter support for VarHandle accessors"
by Orion Hodson
· 7 years ago
c4d3bf4
Revert "ART: Interpreter support for VarHandle accessors"
by Orion Hodson
· 7 years ago
becc83b
ART: Interpreter support for VarHandle accessors
by Orion Hodson
· 7 years ago
077d9db
ART: Fix verifier dumping
by Andreas Gampe
· 7 years ago
698ebbc
Clean up CodeItemAccessors and Compact/StandardDexFile
by Mathieu Chartier
· 7 years ago
118c59c
Merge "ART: Verifier support for VarHandles"
by Orion Hodson
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
fe92d12
ART: Verifier support for VarHandles
by Orion Hodson
· 7 years ago
f6e3147
Fix default method verifier check for compact dex
by Mathieu Chartier
· 7 years ago
dc578c7
Move dex exception helpers to their own file and use dex accessor
by Mathieu Chartier
· 7 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 7 years ago
666ee3d
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
by Vladimir Marko
· 7 years ago
8901119
Do not pass DexFile to ClassLinker::Lookup/ResolveMethod().
by Vladimir Marko
· 7 years ago
0f13269
Merge changes I8c4cec43,I00634b89,I0579db64
by Vladimir Marko
· 7 years ago
c654816
ART: Change SCOPED_TRACE implementation
by Andreas Gampe
· 7 years ago
8f1a586
Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672
by Treehugger Robot
· 7 years ago
e11dd50
Do not pass DexFile to ClassLinker::ResolveField*().
by Vladimir Marko
· 7 years ago
2ba3557
Merge "Change ArtField::ProxyFindSystemClass() to lookup the class."
by Vladimir Marko
· 7 years ago
f56a1c0
Merge "Determine HLoadClass/String load kind early."
by Vladimir Marko
· 7 years ago
208f670
Change ArtField::ProxyFindSystemClass() to lookup the class.
by Vladimir Marko
· 7 years ago
28e012a
Determine HLoadClass/String load kind early.
by Vladimir Marko
· 7 years ago
f223f76
Merge "ART: Add ScopedTrace constructor with lambda"
by Treehugger Robot
· 7 years ago
dfebbac
ART: Add ScopedTrace constructor with lambda
by Andreas Gampe
· 7 years ago
39b378c
ART: Factor out gAborting
by Andreas Gampe
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
92d7720
ART: Make kDebugVerifier a verbose flag
by Andreas Gampe
· 7 years ago
52f205a
ART: Remove old aget on null workaround
by Andreas Gampe
· 7 years ago
8ddb7f5
ART: Reorder null check in verifier
by Andreas Gampe
· 7 years ago
eed3a5d
ART: Add null type to verifier
by Andreas Gampe
· 7 years ago
aaf0d38
ART: Change lock dumping
by Andreas Gampe
· 7 years ago
3da1d0f
Use CodeItemAccessor helpers for method verifier
by Mathieu Chartier
· 7 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 7 years ago
4098a7a
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
by Vladimir Marko
· 7 years ago
5f31703
Merge "Refactor DexInstructionIterator"
by Mathieu Chartier
· 7 years ago
2b2bef2
Refactor DexInstructionIterator
by Mathieu Chartier
· 7 years ago
d9aff13
Revert "Revert "Prevent races with GC when transferring objects between threads""
by Alex Light
· 7 years ago
a2cbb2b
Merge "Revert "Prevent races with GC when transferring objects between threads""
by Alex Light
· 7 years ago
e5179ce
Revert "Prevent races with GC when transferring objects between threads"
by Alex Light
· 7 years ago
62540e3
Merge "Prevent races with GC when transferring objects between threads"
by Treehugger Robot
· 7 years ago
7585b91
Prevent races with GC when transferring objects between threads
by Alex Light
· 7 years ago
af7c902
Fix DexInstructionIterator overrun bug
by Mathieu Chartier
· 7 years ago
69d310e
Use ScopedArenaAllocator for building HGraph.
by Vladimir Marko
· 7 years ago
2e59994
ART: support for const-method-{handle,type}
by Orion Hodson
· 7 years ago
cfcc9cf
ART: Increase the number of potential instrinsics
by Orion Hodson
· 7 years ago
d7559b7
Clean up DexInstuctionIterator.
by Vladimir Marko
· 7 years ago
1d2d4ff
Add DexInstructionIterator and use it a few places
by Mathieu Chartier
· 7 years ago
3c68315
Merge "Revert^2 "ART: Remove workaround in verifer after Jack update.""
by Treehugger Robot
· 7 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 7 years ago
dd30907
ART: Enhance comment
by Andreas Gampe
· 7 years ago
ae0b1f4
ART: Instantiate templated functions
by Andreas Gampe
· 7 years ago
629be51
ART: Redo verification on class resolution failure
by Andreas Gampe
· 7 years ago
98be1a9
ART: Don't check access for method parameters
by Andreas Gampe
· 7 years ago
7da4c40
ART: Redo verification on field resolution failure
by Andreas Gampe
· 7 years ago
1cda7c2
Revert^2 "ART: Remove workaround in verifer after Jack update."
by Orion Hodson
· 7 years ago
afb6647
Fix verifier checks on interface methods.
by Alex Light
· 7 years ago
b45528c
ART: Refactor retrieval of types through ArtMethod.
by Vladimir Marko
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 7 years ago
631827d
Fixes for constant method handles
by Orion Hodson
· 8 years ago
e17cf24
Add field/method skipping helper functions to DexFile
by Mathieu Chartier
· 7 years ago
542bbf7
Merge "ART: Use templates for VerifyInstruction"
by Treehugger Robot
· 7 years ago
513061a
ART: Clean up thread.h and thread_list.h
by Andreas Gampe
· 7 years ago
bf1cb77
ART: Use templates for VerifyInstruction
by Andreas Gampe
· 7 years ago
29e8142
ART: Add some UNLIKELY in the verifier
by Andreas Gampe
· 7 years ago
74979b1
ART: Add UNLIKELY in verifier
by Andreas Gampe
· 7 years ago
1189516
ART: Cache AoT state in verifier
by Andreas Gampe
· 7 years ago
e05cc66
ART: Add experimental constexpr
by Andreas Gampe
· 7 years ago
6fb693a
ART: Delete dex_instruction_visitor
by Andreas Gampe
· 7 years ago
4e868fa
Make vdex and dexlayout compatible.
by Nicolas Geoffray
· 8 years ago
6d7abbd
ART: More header cleanup - method_verifier.h
by Andreas Gampe
· 8 years ago
5a0336d
Merge "ART: Add method verifier check for call site id"
by Orion Hodson
· 8 years ago
3a842f5
ART: Add method verifier check for call site id
by Orion Hodson
· 8 years ago
9cb0c46
Fix verifier crash on abstract final class.
by Vladimir Marko
· 8 years ago
8d6768d
Revert^6 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
0b66d61
Revert^5 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
bfb80d2
Revert^4 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
c069a30
ART: invoke-custom support
by Orion Hodson
· 8 years ago
5812e20
Revert^3 "Hash-based dex cache type array."
by Mathieu Chartier
· 8 years ago
85c0f2a
Revert^2 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
fcbafb3
Ensure we don't attempt to compile obsolete methods.
by Alex Light
· 8 years ago
d16363a
Revert "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
ec78622
Hash-based dex cache type array.
by Vladimir Marko
· 8 years ago
942fd31
Reduce using ArtMethod's dex_cache_resolved_types_.
by Vladimir Marko
· 8 years ago
ac14139
Revert "Revert "ART: Compiler support for invoke-polymorphic.""
by Orion Hodson
· 8 years ago
0fb5af1
Revert "ART: Compiler support for invoke-polymorphic."
by Orion Hodson
· 8 years ago
02e3092
ART: Compiler support for invoke-polymorphic.
by Orion Hodson
· 8 years ago
857f058
Fix JIT crash due to unverified dead code
by Calin Juravle
· 8 years ago
ad0c8bd
Revert "Fix JIT crash due to unverified dead code"
by Vladimir Marko
· 8 years ago
132eb43
Fix JIT crash due to unverified dead code
by Calin Juravle
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
7f7a074
Revert "ART: Remove workaround in verifer after Jack update."
by Orion Hodson
· 8 years ago
1aab04d
ART: Remove workaround in verifer after Jack update.
by Orion Hodson
· 8 years ago
c571e73
Merge "ART: Add verifier support for invoke-polymorphic."
by Treehugger Robot
· 8 years ago
cfa325e
ART: Add verifier support for invoke-polymorphic.
by Orion Hodson
· 8 years ago
063fc77
Class Hierarchy Analysis (CHA)
by Mingyao Yang
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
f8f36c2
ART: Do not DCHECK in verifier when already aborting
by Andreas Gampe
· 8 years ago
5c657fe
Pass some arguments by const reference.
by Vladimir Marko
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
Next »