Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
a55e8b5c9827cc4dc4e7f7c7ee07ef1fdafc35e0
/
runtime
/
interpreter
/
interpreter.cc
a75e589
Revert^2 "Remove Global deopt requirement for several jvmti events"
by Alex Light
· 6 years ago
ad344b6
Revert "Remove Global deopt requirement for several jvmti events"
by Nicolas Geoffray
· 6 years ago
334630e
Remove Global deopt requirement for several jvmti events
by Alex Light
· 6 years ago
d388390
"Revert^3 "Suspend the runtime when switching interpreters."
by David Srbecky
· 6 years ago
817a47f
Revert^2 "Suspend the runtime when switching interpreters."
by David Srbecky
· 7 years ago
7210108
Replace StringPiece with std::string_view in art/runtime/.
by Vladimir Marko
· 6 years ago
f05ad2a
Merge "Revert "Suspend the runtime when switching interpreters.""
by Lokesh Gidra
· 7 years ago
9fd68f6
Revert "Suspend the runtime when switching interpreters."
by Lokesh Gidra
· 7 years ago
b7e23dc
Merge "Suspend the runtime when switching interpreters."
by David Srbecky
· 7 years ago
01e1d32
Suspend the runtime when switching interpreters.
by David Srbecky
· 7 years ago
81c61bf
ART: Add integrity check
by Andreas Gampe
· 7 years ago
8ed45c8
Add test configuration for the switch interpreter.
by David Srbecky
· 7 years ago
cb4f09e
Move some fast invoke checks to CanUseMterp
by David Srbecky
· 7 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 7 years ago
28f6cff
Cache the value of MterpShouldSwitchInterpreters()
by David Srbecky
· 7 years ago
0aa7a5a
Revert^4 "JVMTI PopFrame support"
by Alex Light
· 7 years ago
202b617
Revert "Revert^2 "JVMTI PopFrame support""
by Nicolas Geoffray
· 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
c55bb39
Revert^2 "ART: Refactor typedef to using"
by Andreas Gampe
· 7 years ago
ee07743
Revert "ART: Refactor typedef to using"
by Andreas Gampe
· 7 years ago
9a20ff0
ART: Refactor typedef to using
by Andreas Gampe
· 7 years ago
6ec2a1b
ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.
by Vladimir Marko
· 7 years ago
fe94875
ART: Fix infinite recursion for deopt at dex pc 0.
by Vladimir Marko
· 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
fc9555d
Remove mterp reliance on code item layout
by Mathieu Chartier
· 8 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 8 years ago
580667b
ART: Correct static invariant checks
by Andreas Gampe
· 8 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 8 years ago
82629c9
Merge "Revert^4 "Allow deoptimization when returning from a runtime method.""
by Mingyao Yang
· 8 years ago
2ee1790
Revert^4 "Allow deoptimization when returning from a runtime method."
by Mingyao Yang
· 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
07c7028
Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""
by Nicolas Geoffray
· 8 years ago
047abb2
Revert "Revert "Allow deoptimization when returning from a runtime method.""
by Mingyao Yang
· 8 years ago
2b87ae0
Revert "Allow deoptimization when returning from a runtime method."
by Vladimir Marko
· 8 years ago
fc63bab
Revert "Fix some issues for deoptimizing runtime methods."
by Vladimir Marko
· 8 years ago
57b4e13
Fix some issues for deoptimizing runtime methods.
by Mingyao Yang
· 8 years ago
edeba10
Allow deoptimization when returning from a runtime method.
by Mingyao Yang
· 8 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 8 years ago
b7edcda
Add method tracing 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
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
· 9 years ago
ef41db7
Move interpreter to ObjPtr
by Mathieu Chartier
· 9 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 9 years ago
1a5337f
Move mirror::ObjectArray to ObjPtr
by Mathieu Chartier
· 9 years ago
28bd2e4
Move mirror::Class to use ObjPtr
by Mathieu Chartier
· 9 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 9 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 9 years ago
f61df9b
ART: Remove computed-goto interpreter
by buzbee
· 9 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 9 years ago
5e26eb1
ART: Clean up interpreter includes
by Andreas Gampe
· 9 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
· 10 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
Next »