Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
179b7c61ea6769b99f70c80a7a89cbb212423ec2
/
runtime
/
interpreter
/
interpreter_common.cc
179b7c6
ObjPtr<>-ify String allocations, fix stale refs.
by Vladimir Marko
· 6 years ago
3f1dcd3
ART: Move dex structs into own header
by Andreas Gampe
· 7 years ago
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 7 years ago
9581e61
Cache whether we should use interpreter invoke fast-path.
by David Srbecky
· 7 years ago
52ecb65
ART: Add object-array-alloc-inl.h
by Andreas Gampe
· 7 years ago
8e0f043
ART: Add array-alloc-inl.h
by Andreas Gampe
· 7 years ago
c58dca3
Merge "Revert^2 "Add fast path for interpreter to interpreter invokes.""
by David Srbecky
· 7 years ago
960327b
Revert^2 "Add fast path for interpreter to interpreter invokes."
by David Srbecky
· 7 years ago
5314cae
Merge "Revert "Add fast path for interpreter to interpreter invokes.""
by Andreas Gampe
· 7 years ago
ac355f9
Revert "Add fast path for interpreter to interpreter invokes."
by Andreas Gampe
· 7 years ago
fd2aa2b
Merge "Add fast path for interpreter to interpreter invokes."
by David Srbecky
· 7 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 7 years ago
7584333
Add fast path for interpreter to interpreter invokes.
by David Srbecky
· 7 years ago
584771b
ART: Fix tidy bugprone-macro-parentheses
by Andreas Gampe
· 7 years ago
8db8072
Merge "ART: Use reinterpret_cast{32,64}<> when appropriate."
by Vladimir Marko
· 7 years ago
78baed5
ART: Use reinterpret_cast{32,64}<> when appropriate.
by Vladimir Marko
· 7 years ago
0aa7a5a
Revert^4 "JVMTI PopFrame support"
by Alex Light
· 7 years ago
4ca6cc7
Merge "Revert "Revert^2 "JVMTI PopFrame support"""
by Nicolas Geoffray
· 7 years ago
202b617
Revert "Revert^2 "JVMTI PopFrame support""
by Nicolas Geoffray
· 7 years ago
60f3222
Avoid sign extending pointers in SetStringInitValueToAllAliases
by Mathieu Chartier
· 7 years ago
1c7b1fc
Revert^2 "JVMTI PopFrame support"
by Alex Light
· 7 years ago
f67d0cb
Revert "JVMTI PopFrame support"
by Alex Light
· 7 years ago
88a2a9d
JVMTI PopFrame support
by Alex Light
· 7 years ago
4c8e12e
ART: Adds an entrypoint for invoke-custom
by Orion Hodson
· 7 years ago
18090d1
Refactor String resolution.
by Vladimir Marko
· 7 years ago
09c5ca4
Clean up class resolution and lookup.
by Vladimir Marko
· 7 years ago
a8bba7d
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
by Vladimir Marko
· 7 years ago
c7aa87e
Remove static_class_ from Method/VarHandle and CallSite.
by Vladimir Marko
· 7 years ago
6ec2a1b
ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.
by Vladimir Marko
· 7 years ago
c5b7564
ART: Fix jvalue includes
by Andreas Gampe
· 7 years ago
537a4fe
ART: Add VarHandle accessors to invoke-polymorphic entrypoint
by Orion Hodson
· 7 years ago
06d10a7
ART: Add dex::ProtoIndex
by Orion Hodson
· 7 years ago
a5dca52
ART: Update invoke-custom implementation
by Orion Hodson
· 7 years ago
76e6adb
Use ASM for invoke-custom tests
by Orion Hodson
· 7 years ago
78a6ce8
Merge "ART: Fix lookup class used by invoke-custom"
by Treehugger Robot
· 7 years ago
e416979
ART: Fix lookup class used by invoke-custom
by Orion Hodson
· 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
· 8 years ago
da1cdd0
ART: Fix call site resolution
by Orion Hodson
· 7 years ago
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 7 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 7 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 8 years ago
808c7a5
Make CodeItem fields private
by Mathieu Chartier
· 8 years ago
666ee3d
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
by Vladimir Marko
· 8 years ago
a64b52d
Do not pass DexFile to ClassLinker::Lookup/ResolveString().
by Vladimir Marko
· 8 years ago
af94020
Do not pass DexFile to ClassLinker::ResolveMethodType().
by Vladimir Marko
· 8 years ago
960d4f7
ART: Simplify MethodHandle invocations
by Orion Hodson
· 8 years ago
43f0cdb
ART: Intrinsify polymorphic signature methods
by Orion Hodson
· 8 years ago
e7732be
ART: Implement missing mterp handlers
by Orion Hodson
· 8 years ago
848574c
Implement asynchronous exception support
by Alex Light
· 8 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 8 years ago
9fb1ab1
Revert "Revert "JVMTI Exception and ExceptionCatch events""
by Alex Light
· 8 years ago
9597424
Revert "JVMTI Exception and ExceptionCatch events"
by Nicolas Geoffray
· 8 years ago
798eab0
JVMTI Exception and ExceptionCatch events
by Alex Light
· 8 years ago
e814f9d
JVMTI NotifyFramePop support
by Alex Light
· 8 years ago
6e1607e
Rename instrumentation ExceptionCaught to ExceptionThrown
by Alex Light
· 8 years ago
bd208d8
Read and write constraints for clinit
by Chang Xing
· 8 years ago
b45528c
ART: Refactor retrieval of types through ArtMethod.
by Vladimir Marko
· 8 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 8 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 8 years ago
448bbcf
Avoid cross compilation error in DoCallCommon
by Mathieu Chartier
· 8 years ago
631827d
Fixes for constant method handles
by Orion Hodson
· 8 years ago
084fa37
Add field access & modify JVMTI callbacks
by Alex Light
· 8 years ago
513061a
ART: Clean up thread.h and thread_list.h
by Andreas Gampe
· 8 years ago
5ea8413
Stop interpreter from accessing code items of compiled code.
by Jeff Hao
· 8 years ago
ef65271
Revert "Stop interpreter from accessing code items of compiled code."
by Nicolas Geoffray
· 8 years ago
178dce7
Stop interpreter from accessing code items of compiled code.
by Jeff Hao
· 8 years ago
6d7abbd
ART: More header cleanup - method_verifier.h
by Andreas Gampe
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
0182229
Revert "Stop interpreter from accessing code items of compiled code."
by Nicolas Geoffray
· 8 years ago
df79ddb
Stop interpreter from accessing code items of compiled code.
by Jeff Hao
· 8 years ago
fe35fe1
Merge "ART: Add operator == and != with nullptr to Handle"
by Treehugger Robot
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
c069a30
ART: invoke-custom support
by Orion Hodson
· 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
· 9 years ago
8631a46
Fix polymorphic invokes (one more round).
by Alexey Frunze
· 8 years ago
942fd31
Reduce using ArtMethod's dex_cache_resolved_types_.
by Vladimir Marko
· 9 years ago
811bd5f
ART: Make method handle runtime code callable from compiler.
by Orion Hodson
· 9 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 9 years ago
cfa325e
ART: Add verifier support for invoke-polymorphic.
by Orion Hodson
· 9 years ago
35b6546
Merge "ART: Throw InternalError rather than VirtualMachineError"
by Orion Hodson
· 9 years ago
1c87878
Revert "Revert "Method Handles: Add VarargsCollector.""
by Orion Hodson
· 9 years ago
fef0664
ART: Throw InternalError rather than VirtualMachineError
by Orion Hodson
· 9 years ago
12af7a4
Revert "Method Handles: Add VarargsCollector."
by Orion Hodson
· 9 years ago
ab52ce1
Method Handles: Add VarargsCollector.
by Orion Hodson
· 9 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 9 years ago
6beced4
Change iftable to never be null
by Mathieu Chartier
· 9 years ago
1a06f9f
MethodHandles: Enable return value conversions.
by Orion Hodson
· 9 years ago
751e288
MethodHandles: Remove obsolete TODO.
by Narayan Kamath
· 9 years ago
0d781e6
MethodHandles: Constructor support
by Orion Hodson
· 9 years ago
ba28f9f
Argument conversions for setter/getter MethodHandles.
by Orion Hodson
· 9 years ago
e82809a
Merge "MethodHandles: Implement MethodHandle.asType."
by Treehugger Robot
· 9 years ago
0c14d8b
ART: Additional initialization for MethodHandle accessors.
by Orion Hodson
· 9 years ago
0a8485e
MethodHandles: Implement MethodHandle.asType.
by Narayan Kamath
· 9 years ago
2cb856c
Address review comments from change 000e1885701c8f.
by Narayan Kamath
· 9 years ago
3e0dce0
MethodHandles: Better detail message for WrongMethodTypeExceptions
by Narayan Kamath
· 9 years ago
6fcc5e8
Interpreter: fix build.
by Narayan Kamath
· 9 years ago
Next »