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