Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
03ec930faded5bbfa096533ce60b6893847922db
/
runtime
/
interpreter
03ec930
ART: Lock counting in the interpreter
by Andreas Gampe
· 9 years ago
3cfa4d0
ART: Remove interpreter entrypoints
by Andreas Gampe
· 9 years ago
cf3f991
Merge "ART: Use unique_ptr for alloca-ed ShadowFrames"
by Andreas Gampe
· 9 years ago
6918bf1
Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable""
by Igor Murashkin
· 9 years ago
446ca43
Merge "Revert "lambda: Experimental support for capture-variable and liberate-variable""
by Nicolas Geoffray
· 9 years ago
7bbb80a
Revert "lambda: Experimental support for capture-variable and liberate-variable"
by Nicolas Geoffray
· 9 years ago
9c612ca
Merge "lambda: Experimental support for capture-variable and liberate-variable"
by Igor Murashkin
· 9 years ago
b721234
lambda: Experimental support for capture-variable and liberate-variable
by Igor Murashkin
· 9 years ago
b302592
ART: Use unique_ptr for alloca-ed ShadowFrames
by Andreas Gampe
· 9 years ago
7856835
Fix locking on string init map (again).
by Vladimir Marko
· 9 years ago
4686c52
Fix locking on string init map.
by Jeff Hao
· 9 years ago
a2c3864
Add lock around interpreter string init reg map.
by Jeff Hao
· 9 years ago
e2cb7f2
Merge "Support deoptimization on exception"
by Sebastien Hertz
· 9 years ago
5550ca8
Record profiling information before Jitting.
by Nicolas Geoffray
· 9 years ago
520633b
Support deoptimization on exception
by Sebastien Hertz
· 9 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 9 years ago
77bccdc
Merge "ART: Clean up unnecessary ArtMethod**"
by Andreas Gampe
· 9 years ago
3a35714
ART: Clean up unnecessary ArtMethod**
by Andreas Gampe
· 9 years ago
54d220e
Move ArtFields and ArtMethods to be a length prefixed array
by Mathieu Chartier
· 9 years ago
02f0771
Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting""
by Igor Murashkin
· 9 years ago
90ef3db
Address some comments and clean up
by Mathieu Chartier
· 9 years ago
b1d8c31
Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"
by Igor Murashkin
· 9 years ago
fb326cf
base: replace raw pointers for out-parameters with safer out<T>
by Igor Murashkin
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
e2facc5
runtime: Add lambda box/unbox object equality
by Igor Murashkin
· 10 years ago
14d9057
Use (D)CHECK_ALIGNED more.
by Roland Levillain
· 10 years ago
7bf2b4f
Revert "Revert "Remove interpreter entrypoint in ArtMethod.""
by Nicolas Geoffray
· 10 years ago
7070ccd
Revert "Remove interpreter entrypoint in ArtMethod."
by Nicolas Geoffray
· 10 years ago
fa2c054
Remove interpreter entrypoint in ArtMethod.
by Nicolas Geoffray
· 10 years ago
a06b49b
interpreter: Fix string init for soft-failed invokes
by Igor Murashkin
· 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
f12ffdb
Merge "Fix moving GC bug in DoFilledNewArray"
by Mathieu Chartier
· 10 years ago
52ea33b
Fix moving GC bug in DoFilledNewArray
by Mathieu Chartier
· 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
2ef645b
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 10 years ago
c449e8b
runtime: Minor cleanup and extra comments around interpreter
by Igor Murashkin
· 10 years ago
f795869
Follow up on CL 151605
by Sebastien Hertz
· 10 years ago
1f2d3ba
Fix nested deoptimization.
by Mingyao Yang
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
400ce00
Add unstarted runtime test for String.<init>.
by Jeff Hao
· 10 years ago
799681b
ART: Refactor UnstartedRuntime for testing
by Andreas Gampe
· 10 years ago
57f91e8
Add new style String operations during compilation init, part 2
by Kenny Root
· 10 years ago
1c9e61c
Add new style String operations during compilation init
by Kenny Root
· 10 years ago
8c638bc
Fix non-range String init calls
by Kenny Root
· 10 years ago
eb7c5b1
Merge "JDWP: properly combine location events"
by Sebastien Hertz
· 10 years ago
241a958
Fix mismatched new[]/delete.
by Christopher Ferris
· 10 years ago
9651d9b
Restore interpreter check during DoCall removed by string init.
by Jeff Hao
· 10 years ago
9d6bf69
JDWP: properly combine location events
by Sebastien Hertz
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
5d4bb1d
ART: More nullptr checks in unstarted runtime
by Andreas Gampe
· 10 years ago
5035590
Merge "ART: Add Security cutout to unstarted runtime"
by Andreas Gampe
· 10 years ago
bf4d3af
ART: Add a null-check to unstarted-runtime
by Andreas Gampe
· 10 years ago
f778eb2
ART: Add Security cutout to unstarted runtime
by Andreas Gampe
· 10 years ago
e598e04
ART: Add Array.createObjectArray to unstarted runtime
by Andreas Gampe
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
ca71458
ART: Add Clang's -Wused-but-marked-unused
by Andreas Gampe
· 10 years ago
45b1597
Use va_list argument to abort transaction
by Sebastien Hertz
· 10 years ago
2fd7e69
Use specific exception class to abort transaction
by Sebastien Hertz
· 10 years ago
e428522
Merge "Revert "Revert "Deoptimization-based bce."""
by Mingyao Yang
· 10 years ago
aacc25d
ART: Fix unstarted runtime
by Andreas Gampe
· 10 years ago
d43b3ac
Revert "Revert "Deoptimization-based bce.""
by Mingyao Yang
· 10 years ago
daaf326
Add AccessibleObject and Field to mirror
by Mathieu Chartier
· 10 years ago
da4d79b
Unify ART's various implementations of bit_cast.
by Roland Levillain
· 10 years ago
eb07669
JDWP: Optimized single step during debugging
by Daniel Mihalyi
· 10 years ago
0ba6273
Revert "Deoptimization-based bce."
by Andreas Gampe
· 10 years ago
e295e6e
Deoptimization-based bce.
by Mingyao Yang
· 10 years ago
935e01a
Fix interpreter to allow 0 size sparse switches.
by Jeff Hao
· 10 years ago
d7cbf8a
Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER
by Mathieu Chartier
· 10 years ago
e84e4f7
Remove the Android.mk GCC-only source files hackery
by Colin Cross
· 10 years ago
8e6c3fd
ART: Fix arraycopy in Unstarted Runtime
by Andreas Gampe
· 10 years ago
dd9d055
ART: More cutouts for unstarted runtime
by Andreas Gampe
· 10 years ago
0f7e3d6
ART: Fix finalizable class in Unstarted Runtime
by Andreas Gampe
· 10 years ago
068b0c0
ART: Fix AbortTransaction in Unstarted Runtime
by Andreas Gampe
· 10 years ago
2969bcd
ART: Refactor unstarted runtime
by Andreas Gampe
· 10 years ago
0aa50ce
Remove ThrowLocation.
by Nicolas Geoffray
· 10 years ago
5c9d8f0
Merge "Compute the right catch location for the debugger."
by Nicolas Geoffray
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
e2be653
ART: Allow arraycopy with int[] in unstarted runtime
by Andreas Gampe
· 10 years ago
029113f
Merge "ART: Fix missing handles"
by Andreas Gampe
· 10 years ago
729699d
ART: Fix missing handles
by Andreas Gampe
· 10 years ago
7642cfc
Change how we report exceptions to the debugger.
by Nicolas Geoffray
· 10 years ago
f0e128a
ART: Allow more operations in unstarted Runtime
by Andreas Gampe
· 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
794ad76
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
by Andreas Gampe
· 10 years ago
1c80bec
Fix transaction aborting
by Sebastien Hertz
· 10 years ago
270a0e1
Fix exception handling during deoptimization
by Sebastien Hertz
· 10 years ago
1cc7dba
ART: Reorder entrypoint argument order
by Andreas Gampe
· 10 years ago
ffc605c
Add missing iget quick for bool, byte, char, short
by Mathieu Chartier
· 10 years ago
a048560
Move GetClassFromTypeIdx to ArtMethod.
by Ian Rogers
· 10 years ago
08f1f50
Remove FieldHelper.
by Ian Rogers
· 10 years ago
e94652f
Remove MethodHelper from the interpreter.
by Ian Rogers
· 10 years ago
eace458
Move dexCacheStrings from ArtMethod to Class
by Mathieu Chartier
· 10 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 10 years ago
78a3233
Merge "ART: More warnings"
by Andreas Gampe
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
Next »