summaryrefslogtreecommitdiff
path: root/runtime/oat_quick_method_header.h
AgeCommit message (Expand)Author
2021-11-15Add more checks in FaultHandler. Nicolas Geoffray
2021-09-13Add an obsolete stub check in ArtMethod::GetOatQuickMethodHeader. Nicolas Geoffray
2021-04-10Inline CodeInfo::DecodeCodeSize David Srbecky
2021-03-09Move code size from OatQuickMethodHeader to CodeInfo. David Srbecky
2021-03-05Add code size to CodeInfo. David Srbecky
2020-05-20HWASan fixes for ART tests David Srbecky
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-10-10Revert^2 "JIT: Separate code allocation and initialization." David Srbecky
2019-10-09Revert "JIT: Separate code allocation and initialization." Nicolas Geoffray
2019-10-09JIT: Separate code allocation and initialization. David Srbecky
2019-04-16Prefix entrypoints with 0xFF so we can do extra checks. David Srbecky
2019-03-06Revert "Revert^2 "Add code size to CodeInfo"" Nicolas Geoffray
2019-03-05Revert "Remove code size from OatQuickMethodHeader" Nicolas Geoffray
2019-02-14Remove code size from OatQuickMethodHeader David Srbecky
2019-02-14Revert^2 "Add code size to CodeInfo" David Srbecky
2019-02-12Revert "Add code size to CodeInfo" David Srbecky
2019-02-11Add code size to CodeInfo David Srbecky
2018-08-01Move MethodInfo to CodeInfo. David Srbecky
2018-07-27Remove frame info from OatQuickMethodHeader. David Srbecky
2018-07-12Revert^2 "Use frame info from CodeInfo." David Srbecky
2018-07-05Revert "Use frame info from CodeInfo." Yohei Yukawa
2018-07-04Use frame info from CodeInfo. David Srbecky
2018-06-20ART: Ensure OatQuickMethodHeader is trivially copyable Andreas Gampe
2018-05-21Rewrite stackmap encoding code. David Srbecky
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2017-11-02ART: Make InstructionSet an enum class and add kLast. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2017-05-10Add explicit default copy constructor Yi Kong
2017-03-16Delete SrcMap Mathieu Chartier
2017-03-16Add method info to oat files Mathieu Chartier
2016-12-01Class Hierarchy Analysis (CHA) Mingyao Yang
2016-11-18Revert "Revert "Revert "Revert "JIT root tables."""" Nicolas Geoffray
2016-11-14Revert "Revert "Revert "JIT root tables.""" Nicolas Geoffray
2016-11-11Revert "Revert "JIT root tables."" Nicolas Geoffray
2016-11-09Revert "JIT root tables." Nicolas Geoffray
2016-11-08JIT root tables. Nicolas Geoffray
2016-09-15Fix google-explicit-constructor warnings in art. Chih-Hung Hsieh
2016-04-04Clean up OatQuickMethodHeader after Quick removal. Vladimir Marko
2016-03-11Fix DCHECK in OatQuickMethodHeader::GetFrameSizeInBytes() David Srbecky
2016-03-11Symbolize native debug information for AOTed methods in boot.oat. David Srbecky
2016-02-05Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" Nicolas Geoffray
2015-12-23Dex2oat support for multiple oat file and image file outputs. Jeff Hao
2015-10-27Revert "Remove DCHECK that does not work for gtests." Vladimir Marko
2015-10-27Remove DCHECK that does not work for gtests. Nicolas Geoffray
2015-10-26Support garbage collection of JITted code. Nicolas Geoffray
2015-10-20Remove ArtCode. Nicolas Geoffray