summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Omit OatMethodOffsets for classes without compiled codeBrian Carlstrom2013-10-281-8/+72
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-91/+92
* Find OatDexFile by DexFile name and checksum, not just checksumBrian Carlstrom2013-10-031-13/+19
* Use ElfFile instead of dlopen for QuickBrian Carlstrom2013-10-031-2/+10
* Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-6/+5
* Use class def index from java.lang.Class.Ian Rogers2013-09-211-1/+1
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-4/+13
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-3/+3
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-091-3/+5
* Convert CHECKS in OatFile::Setup to LOG(ERROR) messagesBrian Carlstrom2013-07-261-21/+75
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-2/+1
* Do not mark pages executable unnecessarily to play nice with selinuxBrian Carlstrom2013-07-121-14/+16
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+411