Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
b29179611a5d24ada72d8a7914bc8c1259e6d5b6
/
runtime
/
verifier
/
method_verifier.cc
b291796
ART: Check a RETURN_VOID_NO_BARRIER like a RETURN_VOID
by Andreas Gampe
· 9 years ago
07e0e6b
Revert "ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors"
by Andreas Gampe
· 9 years ago
e93505f
ART: Do not allow RETURN_VOID_NO_BARRIER outside constructors
by Andreas Gampe
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
4d7b75f
verifier: Skip verification of methods when seeing experimental opcodes
by Igor Murashkin
· 9 years ago
e2facc5
runtime: Add lambda box/unbox object equality
by Igor Murashkin
· 9 years ago
8f1e08a
ART: Don't nest indenters in oatdump.
by Vladimir Marko
· 10 years ago
890da29
ART: Avoid soft- after hard-fail in verifier
by Andreas Gampe
· 10 years ago
57c4758
ART: Check switch and array data better in the verifier
by Andreas Gampe
· 10 years ago
d5ad72f
ART: Fix invalid access and DCHECK in verifier
by Andreas Gampe
· 10 years ago
d12e782
ART: Reset runtime_throw_failure flag
by Andreas Gampe
· 10 years ago
414000e
Hard-fail get-/put-object to a non-reference field.
by Vladimir Marko
· 10 years ago
1f1d53e
Merge "ART: Correctly hard-fail method with undefined register"
by Andreas Gampe
· 10 years ago
a32210c
ART: Correctly hard-fail method with undefined register
by Andreas Gampe
· 10 years ago
4824c27
Use a flag from the verifier to know if we should compile.
by Nicolas Geoffray
· 10 years ago
f23f33d
ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371
by Andreas Gampe
· 10 years ago
ec3a4e7
Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes"
by Igor Murashkin
· 10 years ago
2ee54e2
runtime: Partially implement box-lambda and unbox-lambda experimental opcodes
by Igor Murashkin
· 10 years ago
68df320
ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes
by Andreas Gampe
· 10 years ago
507cc6f
ART: Disallow classes that are abstract and final
by Andreas Gampe
· 10 years ago
a60bd74
Merge "ART: Check for expected args for instance methods"
by Andreas Gampe
· 10 years ago
ef0b1a1
ART: Check for expected args for instance methods
by Andreas Gampe
· 10 years ago
ba7837b
Merge "ART: Check var-arg count earlier in method verifier"
by Andreas Gampe
· 10 years ago
29498a2
ART: Check var-arg count earlier in method verifier
by Taiju Tsuiki
· 10 years ago
e438757
Merge "Verifier: check an aput, even if we know it will fail."
by Nicolas Geoffray
· 10 years ago
66389fb
Verifier: check an aput, even if we know it will fail.
by Nicolas Geoffray
· 10 years ago
247e977
Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda"
by Igor Murashkin
· 10 years ago
158f35c
interpreter: Add experimental lambda opcodes for invoke/create-lambda
by Igor Murashkin
· 10 years ago
da9badb
ART: Check long and double register pairs in invokes
by Andreas Gampe
· 10 years ago
d9e2301
ART: Reload class on miranda method in verifier
by Andreas Gampe
· 10 years ago
b588f4c
ART: Fix wrong hard-failure handling in verifier
by Andreas Gampe
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
dc31313
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
by Vladimir Marko
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
3c651fc
ART: Sometimes even empty methods take forever to verify
by Andreas Gampe
· 10 years ago
a4f5bf6
ART: Change huge-method warning in verifier
by Andreas Gampe
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
d0ad2ee
Add support for nested method verifiers
by Mathieu Chartier
· 10 years ago
65b798e
ART: Enable more Clang warnings
by Andreas Gampe
· 10 years ago
bb87e0f
Refactor and improve GC root handling
by Mathieu Chartier
· 10 years ago
daaf326
Add AccessibleObject and Field to mirror
by Mathieu Chartier
· 10 years ago
16f149c
ART: Change RETURN_OBJECT verification for arrays
by Andreas Gampe
· 10 years ago
9ccd151
Fix verifier handling of empty switch as last instruction.
by Jeff Hao
· 10 years ago
e86deef
Add verify-at-runtime compiler filter
by Mathieu Chartier
· 10 years ago
d7cbf8a
Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER
by Mathieu Chartier
· 10 years ago
12d625f
Change method verifiers to be thread local roots
by Mathieu Chartier
· 10 years ago
d7f8d05
ART: Save work-line for pending runtime failure
by Andreas Gampe
· 10 years ago
091d238
Fix incompatible class change error for JIT stress mode
by Mathieu Chartier
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
270a0e1
Fix exception handling during deoptimization
by Sebastien Hertz
· 10 years ago
4306ef8
Don't allow suspension from FindLocksAtDexPc
by Mathieu Chartier
· 10 years ago
7e541c9
ART: Fix verification of constructors.
by Stephen Kyle
· 10 years ago
d691045
Merge "Revert "Revert "Ensure void type is resolved when running without image"""
by Andreas Gampe
· 10 years ago
36b58f5
Add verifier support for dequickening
by Mathieu Chartier
· 10 years ago
76bd880
Revert "Revert "Ensure void type is resolved when running without image""
by Andreas Gampe
· 10 years ago
b3991da
Merge "Add missing iget quick for bool, byte, char, short"
by Mathieu Chartier
· 10 years ago
ffc605c
Add missing iget quick for bool, byte, char, short
by Mathieu Chartier
· 10 years ago
be6fa5e
Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStatic semantics.
by Brian Carlstrom
· 10 years ago
6bb3919
Merge "Quick: Redefine the notion of back-egdes."
by Vladimir Marko
· 10 years ago
8b858e1
Quick: Redefine the notion of back-egdes.
by Vladimir Marko
· 10 years ago
08f1f50
Remove FieldHelper.
by Ian Rogers
· 10 years ago
e94652f
Remove MethodHelper from the interpreter.
by Ian Rogers
· 10 years ago
896df40
ART: Fix possible soft+hard failure in verifier
by Andreas Gampe
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
f72a11d
Add math routines with defined wrapping behavior for the interpreter.
by Ian Rogers
· 10 years ago
7c03810
ART: Do not abort on most verifier failures
by Andreas Gampe
· 10 years ago
ded66a0
Move MethodHelper::GetReturnType to mirror::ArtMethod.
by Ian Rogers
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
f731a78
Merge "ART: More verifier error output"
by Andreas Gampe
· 10 years ago
5ca2054
ART: More verifier error output
by Andreas Gampe
· 10 years ago
cb3c08f
ART: Do a pre-pass for monitor_enter dex pc search
by Andreas Gampe
· 10 years ago
5f09be9
Fix verifier crash in GetQuickFieldAccess().
by Hiroshi Yamauchi
· 10 years ago
9bc6199
ART: Reject branch/switch/throw to move-result.
by Stephen Kyle
· 10 years ago
5cbcde2
ART: Fix method verifier dumping
by Andreas Gampe
· 10 years ago
2cbaccb
Avoid printing absolute addresses in oatdump
by Brian Carlstrom
· 10 years ago
5a4b8a2
ART: Rename Handle hierarchy
by Andreas Gampe
· 10 years ago
2ed8def
ART: Allow quickening in the boot image
by Andreas Gampe
· 10 years ago
5182932
ART: Change access flag behavior in verifier
by Andreas Gampe
· 10 years ago
7c438b1
Fix stale root error in verifier
by Mathieu Chartier
· 10 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 10 years ago
d8f69b0
Revert "Add read barriers for the roots in the verifier."
by Ian Rogers
· 10 years ago
376fa68
ART: Fix unchecked register index validity
by Andreas Gampe
· 10 years ago
8e219ae
Reduce interpret-only compile time.
by Mathieu Chartier
· 10 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 10 years ago
bf99f77
Clean up Handle usage.
by Mathieu Chartier
· 10 years ago
1dbc3a9
Merge "ART: Reject field accesses to non-reference vregs."
by Andreas Gampe
· 10 years ago
695c598
ART: Reject field accesses to non-reference vregs.
by Stephen Kyle
· 10 years ago
dc37617
Handlerize MethodVerifier::mirror_method_.
by Hiroshi Yamauchi
· 10 years ago
78480ec
ART: Fix verifier fail message.
by Elena Sayapina
· 10 years ago
1ff3c98
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
0d08727
Make verifier identify unresolved methods as constructors by <init>.
by Jeff Hao
· 10 years ago
7da9586
Add read barriers for the roots in the verifier.
by Hiroshi Yamauchi
· 10 years ago
65c9db8
ART: Reject array-length on non-reference register
by Andreas Gampe
· 10 years ago
c389c97
Merge "Set vtable in class object to null after linking."
by Mingyao Yang
· 10 years ago
2cdbad7
Set vtable in class object to null after linking.
by Mingyao Yang
· 10 years ago
2a593a1
ART: Check high part of dalvik register pairs on put-wide
by Andreas Gampe
· 10 years ago
d4a6e5c
Merge "ART: Also accept java.lang.Throwable as a catch-all handler."
by Andreas Gampe
· 10 years ago
Next »