summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file.cc
Commit message (Expand)AuthorAgeFilesLines
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-3/+58
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-3/+2
* Fix debuggable compiler flag detection for secondary dex filesSebastien Hertz2015-05-191-0/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* ART: Re-add dlopenAndreas Gampe2015-04-171-13/+123
* ART: Store classpath information into oat fileAndreas Gampe2015-04-141-0/+87
* Store OatDexFile instead of OatFile in DexFile.Richard Uhler2015-04-021-7/+7
* Support relative encoded dex locations in oat files.Richard Uhler2015-03-241-11/+42
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-62/+28
* Merge "ART: Print maps directly to log"Andreas Gampe2015-02-251-4/+4
|\
| * ART: Print maps directly to logAndreas Gampe2015-02-241-4/+4
* | Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-4/+4
* | Revert "Add JIT"Nicolas Geoffray2015-02-241-4/+4
* | Add JITMathieu Chartier2015-02-231-4/+4
|/
* ART: Simple structural class checkAndreas Gampe2015-01-141-1/+1
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-1/+1
* ART: Show invalid oat header cause in error messageAndreas Gampe2014-12-151-1/+3
* Remove portable.Elliott Hughes2014-12-121-26/+19
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-7/+3
* Remove double space in messagesBrian Carlstrom2014-10-281-4/+4
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-8/+14
* ART: Add pic flag to oat header storeAndreas Gampe2014-10-271-1/+7
* stdint types all the way!Ian Rogers2014-10-091-17/+17
* ART: Prepare for ELF64.Tong Shen2014-10-031-3/+5
* Avoid printing absolute addresses in oatdumpBrian Carlstrom2014-09-161-22/+31
* ART: Do not unlink unreadable ELF filesAndreas Gampe2014-09-151-7/+3
* ART: Make elf loading not abortAndreas Gampe2014-09-151-0/+9
* Improve dex location canonicalization-related performance.Vladimir Marko2014-09-101-28/+27
* Support booting without functioning boot.oat/art patchoat.Alex Light2014-08-261-0/+12
* Fix bug introduced in https://android-review.googlesource.com/102610.Nicolas Geoffray2014-08-201-1/+3
* Make apps able to run with a failing patchoatAlex Light2014-08-191-9/+15
* Make OatClass and OatMethod immutable once more.Ian Rogers2014-08-141-20/+13
* Fix performance regression in OatFile::GetOatDexFile().Vladimir Marko2014-08-081-20/+56
* Use canonical paths when searching for dex filesCalin Juravle2014-08-041-3/+18
* Runtime can now be set to require relocationAlex Light2014-07-221-0/+5
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-31/+1
* Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-111-17/+50
* Revert "ART: Key-Value Store in Oat header"Nicolas Geoffray2014-07-091-63/+17
* ART: Key-Value Store in Oat headerAndreas Gampe2014-07-081-17/+63
* Avoid a memory allocation in OatFile::GetOatDexFile().Vladimir Marko2014-06-051-5/+8
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-11/+0
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-14/+2
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-25/+2
* Avoid allocating OatFile::OatClass on the heap.Vladimir Marko2014-04-141-19/+13
* Fix some < vs <= issues in OatFileBrian Carlstrom2014-03-041-8/+16
* Create CompilerOptionsBrian Carlstrom2014-02-241-0/+1
* art: dex offset fix in oat_file.cc for x86_64Dmitry Petrochenko2014-02-111-1/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-36/+25
* Fix apps with more than one dex file with the same nameBrian Carlstrom2014-02-061-2/+7