summaryrefslogtreecommitdiff
path: root/runtime/oat_quick_method_header.cc
Commit message (Expand)AuthorAgeFilesLines
* Increment hotness in nterp when doing lookups.Nicolas Geoffray2020-06-261-1/+1
* nterp: Address old x86-64 comments.Vladimir Marko2020-04-241-6/+14
* Introduce the notion of an nterp frame.Nicolas Geoffray2019-12-171-1/+21
* Helpers and refactorings to prepare for interpreter optimizations (x64)Nicolas Geoffray2019-12-041-1/+2
* Stack maps: Refactor constructors.David Srbecky2019-06-301-2/+2
* Remove frame info from OatQuickMethodHeader.David Srbecky2018-07-271-11/+0
* Decode only the needed tables from CodeInfo.David Srbecky2018-07-261-2/+2
* Revert^2 "Add CodeInfo to JNI methods."David Srbecky2018-07-051-4/+4
* Revert "Add CodeInfo to JNI methods."David Srbecky2018-07-051-4/+4
* Add CodeInfo to JNI methods.David Srbecky2018-07-041-4/+4
* ART: Ensure OatQuickMethodHeader is trivially copyableAndreas Gampe2018-06-201-2/+0
* Rewrite stackmap encoding code.David Srbecky2018-05-211-9/+8
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* ART: Move kDexNoIndex to dex_file_types.hAndreas Gampe2017-09-181-2/+3
* Add method info to oat filesMathieu Chartier2017-03-161-6/+7
* Clean up code info table layoutMathieu Chartier2017-02-081-2/+2
* Compressed native PC for stack mapsMathieu Chartier2017-01-201-1/+1
* Remove mirror:: and ArtMethod deps in utils.{h,cc}David Sehr2016-10-181-2/+2
* Clean up ScopedThreadStateChange to use ObjPtrMathieu Chartier2016-09-291-1/+1
* Clean up OatQuickMethodHeader after Quick removal.Vladimir Marko2016-04-041-64/+17
* Pack stack map entries on bit level to save space.David Srbecky2016-03-311-4/+5
* Remove ArtCode.Nicolas Geoffray2015-10-201-0/+139