summaryrefslogtreecommitdiffstats
path: root/src/oat_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Add code size to oat filesBrian Carlstrom2012-03-151-1/+1
* Invoke static/direct dispatch change.Ian Rogers2012-02-271-1/+1
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-9/+6
* Fix checksum verification when opening DexFiles from OatFilesBrian Carlstrom2012-02-031-33/+38
* 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-25/+25
* image_test should include at least one DexFileBrian Carlstrom2012-01-261-2/+2
* Remove more lint.Elliott Hughes2012-01-241-2/+1
* Still more Mac build fixes.Elliott Hughes2012-01-181-1/+1
* Add GC map to oat fileBrian Carlstrom2012-01-171-0/+5
* 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-7/+21
* Combine OatDexFile and OatClasses sections of oat fileBrian Carlstrom2012-01-111-22/+24
* Add installd support to dex2oatBrian Carlstrom2012-01-051-2/+2
* Merge art-cache dex files into oat filesBrian Carlstrom2012-01-041-7/+24
* Don't default-construct std::strings and then assign them.Elliott Hughes2011-12-131-1/+1
* Don't log "Failed to find OatDexFile" when failure may be expected.Ian Rogers2011-12-061-2/+5
* Add --image-classes to dex2oatBrian Carlstrom2011-11-291-20/+35
* Refactor the use of Method by the compiler.Ian Rogers2011-11-131-3/+0
* Several fixes for proper creation and use of vmap tablesBrian Carlstrom2011-10-251-9/+22
* Wire up enough of the pieces that we can connect ddms or jdb.Elliott Hughes2011-10-241-1/+0
* Verifier clean up.Ian Rogers2011-10-241-1/+0
* dex2oat invoked by system if it can't find an oat file for a dex file.jeffhao2011-10-241-9/+6
* Fix cpplint's whitespace warnings.Elliott Hughes2011-10-171-1/+1
* Add oatopt drop in replacement for dexoptBrian Carlstrom2011-10-141-0/+11
* Working ClassLoaderBrian Carlstrom2011-10-101-6/+15
* Move rest of code related blobs from Method to oatBrian Carlstrom2011-10-071-10/+44
* Simplify command line argumentsBrian Carlstrom2011-10-041-3/+3
* Separate oat from imageBrian Carlstrom2011-10-031-0/+167