summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file.cc
Commit message (Expand)AuthorAgeFilesLines
* 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