summaryrefslogtreecommitdiff
path: root/runtime/oat_quick_method_header.cc
AgeCommit message (Expand)Author
2022-02-11Simplify GetNterpMethodHeader(). Peter Collingbourne
2021-07-13Remove mterp. Nicolas Geoffray
2020-06-26Increment hotness in nterp when doing lookups. Nicolas Geoffray
2020-04-24nterp: Address old x86-64 comments. Vladimir Marko
2019-12-17Introduce the notion of an nterp frame. Nicolas Geoffray
2019-12-04Helpers and refactorings to prepare for interpreter optimizations (x64) Nicolas Geoffray
2019-06-30Stack maps: Refactor constructors. David Srbecky
2018-07-27Remove frame info from OatQuickMethodHeader. David Srbecky
2018-07-26Decode only the needed tables from CodeInfo. David Srbecky
2018-07-05Revert^2 "Add CodeInfo to JNI methods." David Srbecky
2018-07-05Revert "Add CodeInfo to JNI methods." David Srbecky
2018-07-04Add CodeInfo to JNI methods. David Srbecky
2018-06-20ART: Ensure OatQuickMethodHeader is trivially copyable Andreas Gampe
2018-05-21Rewrite stackmap encoding code. David Srbecky
2018-01-05Create dex subdirectory David Sehr
2017-09-18ART: Move kDexNoIndex to dex_file_types.h Andreas Gampe
2017-03-16Add method info to oat files Mathieu Chartier
2017-02-08Clean up code info table layout Mathieu Chartier
2017-01-20Compressed native PC for stack maps Mathieu Chartier
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-04-04Clean up OatQuickMethodHeader after Quick removal. Vladimir Marko
2016-03-31Pack stack map entries on bit level to save space. David Srbecky
2015-10-20Remove ArtCode. Nicolas Geoffray