summaryrefslogtreecommitdiffstats
path: root/src/oat_file.h
Commit message (Expand)AuthorAgeFilesLines
* Add ELF extractor to oatdump.Logan Chien2012-03-261-0/+31
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-2/+2
* oat file patchingBrian Carlstrom2012-03-191-3/+5
* Add code size to oat filesBrian Carlstrom2012-03-151-0/+16
* Add code dumping to oatdump.Elliott Hughes2012-02-291-1/+1
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-1/+1
* Fix checksum verification when opening DexFiles from OatFilesBrian Carlstrom2012-02-031-4/+9
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...Ian Rogers2012-01-261-6/+6
* Add GC map to oat fileBrian Carlstrom2012-01-171-0/+8
* Make CHECKs with char*s do what you mean.Elliott Hughes2012-01-131-1/+1
* Record Class::Status information in oat fileBrian Carlstrom2012-01-111-3/+8
* Combine OatDexFile and OatClasses sections of oat fileBrian Carlstrom2012-01-111-2/+2
* Merge art-cache dex files into oat filesBrian Carlstrom2012-01-041-0/+3
* Don't log "Failed to find OatDexFile" when failure may be expected.Ian Rogers2011-12-061-1/+2
* Add --image-classes to dex2oatBrian Carlstrom2011-11-291-22/+64
* Refactor the use of Method by the compiler.Ian Rogers2011-11-131-2/+0
* dex2oat invoked by system if it can't find an oat file for a dex file.jeffhao2011-10-241-1/+1
* Add missing 'explicit's on single-argument constructors.Elliott Hughes2011-10-171-1/+1
* Add oatopt drop in replacement for dexoptBrian Carlstrom2011-10-141-0/+3
* Working ClassLoaderBrian Carlstrom2011-10-101-4/+10
* Move rest of code related blobs from Method to oatBrian Carlstrom2011-10-071-4/+43
* Simplify command line argumentsBrian Carlstrom2011-10-041-1/+6
* Separate oat from imageBrian Carlstrom2011-10-031-0/+101