summaryrefslogtreecommitdiffstats
path: root/src/oat_file.h
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-259/+0
* Move art to use dalvik names for .oat filesBrian Carlstrom2013-06-201-2/+3
* Refactor ElfWriter and introduce ElfWriterQuickBrian Carlstrom2013-05-211-2/+1
* Various GCC 3.6 and clang build fixes.Ian Rogers2013-05-201-2/+3
* Remove remaining code related to compiled invoke and proxy stubs.Jeff Hao2013-04-081-11/+0
* Gracefully valdiate oat magic on OatFile::OpenBrian Carlstrom2013-03-281-1/+1
* Remove code related to compiled invoke stubs.Jeff Hao2013-03-271-9/+1
* Remove ExtractCodeAndPrelink and switch Portable to MCLinkerBrian Carlstrom2013-03-061-11/+8
* Remove Iceland.Ian Rogers2013-02-271-3/+3
* Directory restructuring of object.hIan Rogers2013-01-301-8/+11
* Move .oat files to ELF formatBrian Carlstrom2013-01-251-12/+44
* Remove now unused RelocateExecutableBrian Carlstrom2012-12-121-2/+0
* Remove now unused RelocationBehaviorBrian Carlstrom2012-12-121-8/+1
* Dump dex file sizes in oatdump.Ian Rogers2012-10-241-0/+1
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-3/+3
* NativePcOffsetToReferenceMapIan Rogers2012-09-201-5/+5
* Syntax clean up to make clang happy.Ian Rogers2012-08-201-1/+1
* Compile method one-by-one.Logan Chien2012-06-271-92/+2
* Fix a bunch more lint.Elliott Hughes2012-06-211-0/+1
* Cleanup proxy stub compiler code.Logan Chien2012-06-061-0/+2
* Implement proxy stub for compiler_llvm.TDYa1272012-06-031-1/+7
* Add a SafeMap equivalent to std::map but without the error-prone operator[].Elliott Hughes2012-04-141-1/+1
* Use ELF function index to distinguish generated functions.Logan Chien2012-04-061-8/+20
* Add ELF loader to OatFile.Logan Chien2012-04-061-22/+66
* Kill constants.h and fix some copyright headers.Elliott Hughes2012-03-301-1/+0
* 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