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