summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter_cache.h
AgeCommit message (Expand)Author
2024-01-12Add visibility attributes in runtime/interpreter Dmitrii Ishcheikin
2022-06-20Fix modernize-use-using clang-tidy issues Stefano Cianciulli
2022-02-21Move GetWeakRefAccessEnabled check from nterp into the cache. David Srbecky
2022-02-21Move InterpreterCache::{Get,Set} to inl.h file David Srbecky
2022-01-17Revert "Add thread-shared interpreter cache" Hans Boehm
2022-01-15Add thread-shared interpreter cache David Srbecky
2019-12-04Helpers and refactorings to prepare for interpreter optimizations (x64) Nicolas Geoffray
2018-11-27Store ImtIndex in ArtMethod. David Srbecky
2018-10-15Cache the ImtTable index in the interpreter. David Srbecky
2018-09-27Use the small thread-local cache for mterp field accesses. David Srbecky
2018-09-27Add small thread-local cache for use by the interpreter. David Srbecky