index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
interpreter
/
interpreter.h
Age
Commit message (
Expand
)
Author
2024-01-12
Add visibility attributes in runtime/interpreter
Dmitrii Ishcheikin
2021-07-13
Remove mterp.
Nicolas Geoffray
2020-07-27
runtime/interpreter: inclusive language fixes
Orion Hodson
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-10-11
Revert^4 "JVMTI PopFrame support"
Alex Light
2018-10-10
Revert "Revert^2 "JVMTI PopFrame support""
Nicolas Geoffray
2018-10-08
Revert^2 "JVMTI PopFrame support"
Alex Light
2018-10-05
Revert "JVMTI PopFrame support"
Alex Light
2018-10-04
JVMTI PopFrame support
Alex Light
2018-01-05
Create dex subdirectory
David Sehr
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-09-05
Revert^4 "Allow deoptimization when returning from a runtime method."
Mingyao Yang
2017-08-30
Revert "Revert "Revert "Allow deoptimization when returning from a runtime me...
Nicolas Geoffray
2017-08-24
Revert "Revert "Allow deoptimization when returning from a runtime method.""
Mingyao Yang
2017-08-23
Revert "Allow deoptimization when returning from a runtime method."
Vladimir Marko
2017-08-21
Allow deoptimization when returning from a runtime method.
Mingyao Yang
2016-10-26
Move interpreter to ObjPtr
Mathieu Chartier
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-05-10
Break the debug cycle!
Aart Bik
2016-01-11
Fast Art interpreter
buzbee
2015-12-04
Inline monomorphic calls.
Nicolas Geoffray
2015-10-07
ART: Remove interpreter entrypoints
Andreas Gampe
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2014-12-02
Remove MethodHelper from the interpreter.
Ian Rogers
2014-10-16
Make ART compile with GCC -O0 again.
Ian Rogers
2014-03-06
Enable annotalysis on clang ART builds.
Ian Rogers
2013-08-13
Fix races in small mode compiler filters setup
Ian Rogers
2013-08-13
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-07
Entry point clean up.
Ian Rogers
2013-07-17
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom