summaryrefslogtreecommitdiff
path: root/tools/cpp-define-generator/art_method.def
AgeCommit message (Expand)Author
2021-03-24Improve nterp -> compiled code transitions. Nicolas Geoffray
2021-03-23Add a fast path for nterp entrypoint to avoid fetching the shorty. Nicolas Geoffray
2021-01-25When entering nterp, take a fast path for instance calls with 1 argument. Nicolas Geoffray
2021-01-21Reland "Improve invokeinterface for nterp." Nicolas Geoffray
2021-01-15Revert "Improve invokeinterface for nterp." Alex Light
2021-01-12Improve invokeinterface for nterp. Nicolas Geoffray
2020-09-07Move code item to the data pointer and remove code_item_offset. Nicolas Geoffray
2019-12-04Helpers and refactorings to prepare for interpreter optimizations (x64) Nicolas Geoffray
2018-10-12Cleanup the cpp-define-generator definitions. David Srbecky