Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
13600e9cd7536b7cd8d93c32270f5f08076f5d6d
/
runtime
/
interpreter
/
interpreter.cc
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
db01a09
Ensure invoking obsolete methods throws errors.
by Alex Light
· 8 years ago
d9911ee
ART: Clean up field initialization
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
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
ef41db7
Move interpreter to ObjPtr
by Mathieu Chartier
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
1a5337f
Move mirror::ObjectArray to ObjPtr
by Mathieu Chartier
· 8 years ago
28bd2e4
Move mirror::Class to use ObjPtr
by Mathieu Chartier
· 8 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
f61df9b
ART: Remove computed-goto interpreter
by buzbee
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
5e26eb1
ART: Clean up interpreter includes
by Andreas Gampe
· 8 years ago
6740997
ART: Change return types of field access entrypoints
by Andreas Gampe
· 9 years ago
ffedec5
Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt""
by Mingyao Yang
· 9 years ago
695e2c4
Revert "Move rewritten StringFactory call results into dex registers for deopt"
by Hiroshi Yamauchi
· 9 years ago
8ca33bf
Move rewritten StringFactory call results into dex registers for deopt
by Mingyao Yang
· 9 years ago
0122320
Break the debug cycle!
by Aart Bik
· 9 years ago
504a690
Fix assert failure in interpreter after deoptimization.
by Mingyao Yang
· 9 years ago
56fdd0e
ART: Disambiguate access-checks mode from lock-counting
by Andreas Gampe
· 9 years ago
71cd50f
Add weight to compiled/interpreter transitions.
by Nicolas Geoffray
· 9 years ago
274fe4a
Remove the JIT from the instrumentation framework.
by Nicolas Geoffray
· 9 years ago
b5e8ade
Merge "Fast ART MIPS64 interpreter"
by Bill Buzbee
· 9 years ago
3512244
Revert "Revert "Use the interpreter as a heartbeat for the JIT.""
by Nicolas Geoffray
· 9 years ago
00b53b7
Fast ART MIPS64 interpreter
by Alexey Frunze
· 9 years ago
73e31f8
Merge "Revert "Use the interpreter as a heartbeat for the JIT.""
by Nicolas Geoffray
· 9 years ago
a96917a
Revert "Use the interpreter as a heartbeat for the JIT."
by Nicolas Geoffray
· 9 years ago
7191fdd
Merge "Revert "Revert "Fast ART x86_64 interpretator"""
by Bill Buzbee
· 9 years ago
01f4dae
Merge "Use the interpreter as a heartbeat for the JIT."
by Nicolas Geoffray
· 9 years ago
7273a5d
Use the interpreter as a heartbeat for the JIT.
by Nicolas Geoffray
· 9 years ago
6cbe081
Revert "Revert "Fast ART x86_64 interpretator""
by Serguei Katkov
· 9 years ago
15315ab
Merge "Revert "Fast ART x86_64 interpretator""
by Nicolas Geoffray
· 9 years ago
c4a575f
Revert "Fast ART x86_64 interpretator"
by Nicolas Geoffray
· 9 years ago
200f040
[MIPS] Add Fast Art interpreter for Mips32.
by Douglas Leung
· 9 years ago
36be5c5
Merge "Fast ART x86_64 interpretator"
by Bill Buzbee
· 9 years ago
fd522f9
Revert "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""""
by Bill Buzbee
· 9 years ago
c669beb
Fast ART x86_64 interpretator
by Serguei Katkov
· 9 years ago
dd5e5e9
Revert "Revert "Make it possible to enable native debugging through debug flags""
by Tamas Berghammer
· 9 years ago
953e4c9
Merge "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""""
by Nicolas Geoffray
· 9 years ago
5d03317
Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""
by Nicolas Geoffray
· 9 years ago
797f70c
Merge "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""
by Bill Buzbee
· 9 years ago
9687f24
Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""
by Bill Buzbee
· 9 years ago
3a98aae
Revert "Make it possible to enable native debugging through debug flags"
by Tamas Berghammer
· 9 years ago
c94a61f
Make it possible to enable native debugging through debug flags
by Tamas Berghammer
· 9 years ago
867d63b
Merge "runtime: Don't skip verification for -Xverify:soft-fail"
by Igor Murashkin
· 9 years ago
df707e4
runtime: Don't skip verification for -Xverify:soft-fail
by Igor Murashkin
· 9 years ago
3b0b4b9
Revert "Revert "ART: Mterp for arm64""
by Bill Buzbee
· 9 years ago
43f3fb9
Revert "ART: Mterp for arm64"
by Sebastien Hertz
· 9 years ago
e0c269e
ART: Mterp for arm64
by buzbee
· 9 years ago
d6b48db
ART: Fix single-step interpretation for mterp
by buzbee
· 9 years ago
734f3aa
Fix "Never Interpret" option for all interpreters
by buzbee
· 9 years ago
7c58bd4
Revert "Revert "Fast ART x86 interpreter""
by Bill Buzbee
· 9 years ago
2d093a1
Revert "Fast ART x86 interpreter"
by Bill Buzbee
· 9 years ago
99229c7
Fast ART x86 interpreter
by Serguei Katkov
· 9 years ago
9612a70
Revert "Disable mterp for the read barrier config."
by Hiroshi Yamauchi
· 9 years ago
922698d
Merge "Disable mterp for the read barrier config."
by Hiroshi Yamauchi
· 9 years ago
64320f9
Disable mterp if unstarted runtime
by buzbee
· 9 years ago
987e44e
Disable mterp for the read barrier config.
by Hiroshi Yamauchi
· 9 years ago
1452bee
Fast Art interpreter
by buzbee
· 10 years ago
103992b
ART: Move ThrowStackOverflowError to common_throws
by Andreas Gampe
· 9 years ago
73be1e8
Inline monomorphic calls.
by Nicolas Geoffray
· 9 years ago
9139e00
Correct exception behavior for default methods
by Alex Light
· 9 years ago
eb7c144
Add initial default method support to Art
by Alex Light
· 9 years ago
03ec930
ART: Lock counting in the interpreter
by Andreas Gampe
· 9 years ago
3cfa4d0
ART: Remove interpreter entrypoints
by Andreas Gampe
· 9 years ago
b302592
ART: Use unique_ptr for alloca-ed ShadowFrames
by Andreas Gampe
· 9 years ago
520633b
Support deoptimization on exception
by Sebastien Hertz
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
799681b
ART: Refactor UnstartedRuntime for testing
by Andreas Gampe
· 10 years ago
241a958
Fix mismatched new[]/delete.
by Christopher Ferris
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
d43b3ac
Revert "Revert "Deoptimization-based bce.""
by Mingyao Yang
· 10 years ago
0ba6273
Revert "Deoptimization-based bce."
by Andreas Gampe
· 10 years ago
e295e6e
Deoptimization-based bce.
by Mingyao Yang
· 10 years ago
2969bcd
ART: Refactor unstarted runtime
by Andreas Gampe
· 10 years ago
270a0e1
Fix exception handling during deoptimization
by Sebastien Hertz
· 10 years ago
e94652f
Remove MethodHelper from the interpreter.
by Ian Rogers
· 10 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
5ad97da
Handlerize methods across some GC points.
by Hiroshi Yamauchi
· 10 years ago
fa888d0
Revert "Enable computed goto interpreter on the host"
by Sebastien Hertz
· 10 years ago
f0edfc3
Some optimizations for the array alloc path.
by Hiroshi Yamauchi
· 10 years ago
66d9bdb
Enable computed goto interpreter on the host
by Sebastien Hertz
· 10 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 10 years ago
535a3fb
Interpreter can kick in even when implicit checks are enabled.
by Nicolas Geoffray
· 11 years ago
d843443
Call strong CAS from unsafe. Add more CAS versions.
by Hans Boehm
· 11 years ago
3641ac7
Merge "Add missing class initialization during compilation and tests"
by Sebastien Hertz
· 11 years ago
4e99b3d
Add missing class initialization during compilation and tests
by Sebastien Hertz
· 11 years ago
228602f
Make CAS operations in Object use art::Atomic.
by Ian Rogers
· 11 years ago
6c5cb21
Ensure classes are initialized rather than initializing.
by Ian Rogers
· 11 years ago
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 11 years ago
b74cd29
Compaction cleanup for FindArrayClass.
by Mathieu Chartier
· 11 years ago
Next »