summaryrefslogtreecommitdiffstats
path: root/src/oat_writer.h
Commit message (Expand)AuthorAgeFilesLines
* Rename GlobalSynchronization to LocksIan Rogers2012-09-051-6/+6
* Avoid compile time rewriting of dex code by verifier.Ian Rogers2012-08-281-2/+2
* Global lock levels.Ian Rogers2012-08-141-9/+14
* Compile method one-by-one.Logan Chien2012-06-271-34/+0
* Increase use of ScopedJniThreadState.Ian Rogers2012-06-261-3/+3
* Fix a bunch more lint.Elliott Hughes2012-06-211-1/+0
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-5/+6
* Write ELF image to Oat file.Logan Chien2012-03-261-0/+34
* Add image dependency to oat filesBrian Carlstrom2012-03-181-5/+14
* Remove redundant oat file fieldsBrian Carlstrom2012-03-051-1/+1
* Store the instruction set in the oat header, and use it in oatdump.Elliott Hughes2012-03-051-1/+1
* Fix checksum verification when opening DexFiles from OatFilesBrian Carlstrom2012-02-031-1/+1
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Added pass to verify structure of dex file.jeffhao2012-01-251-1/+2
* Eager verification GC maps are present in debug modeIan Rogers2012-01-181-3/+4
* Add GC map to oat fileBrian Carlstrom2012-01-171-0/+1
* Record Class::Status information in oat fileBrian Carlstrom2012-01-111-1/+2
* Rename OatMethods to OatClassBrian Carlstrom2012-01-111-9/+9
* Combine OatDexFile and OatClasses sections of oat fileBrian Carlstrom2012-01-111-23/+2
* Merge art-cache dex files into oat filesBrian Carlstrom2012-01-041-1/+8
* Refactor the use of Method by the compiler.Ian Rogers2011-11-131-17/+12
* Basic file locking.Elliott Hughes2011-11-041-4/+4
* Changed oat writer deduplication to use pointers to vectors.jeffhao2011-11-021-3/+10
* Added code deduplication to the oat writer.jeffhao2011-11-021-0/+5
* Add missing 'explicit's on single-argument constructors.Elliott Hughes2011-10-171-3/+3
* Move rest of code related blobs from Method to oatBrian Carlstrom2011-10-071-11/+18
* Separate oat from imageBrian Carlstrom2011-10-031-0/+155