summaryrefslogtreecommitdiffstats
path: root/src/oat_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-11/+11
| | | | Change-Id: I4696fee58e43db48540e2442c4235fc4bb02d9e3
* Add -j to dex2oat.Elliott Hughes2012-02-031-1/+1
| | | | Change-Id: I80f3f2605b8afcdf9adf9382716b041f10efa104
* Fix checksum verification when opening DexFiles from OatFilesBrian Carlstrom2012-02-031-0/+1
| | | | Change-Id: Ic3d13f3d591c34f159bf0739536a1751c3e7dc75
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
| | | | Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
* Added pass to verify structure of dex file.jeffhao2012-01-251-1/+1
| | | | | | | | When a dex file is first opened, this pass runs through to make sure sizes and offsets of the various sections of the dex file match the header and don't overlap. Change-Id: I4900c9665d6572ccfca2fe5f79d5d48ce7252036
* Add --image-classes to dex2oatBrian Carlstrom2011-11-291-17/+17
| | | | Change-Id: Ia88f9d302e0f9cd72be2199ee46d212d99864c67
* Pass the classpath to dex2oat.Jesse Wilson2011-11-161-4/+3
| | | | | | | This makes it possible to run applications that have multiple dex files on the classpath. Change-Id: I15264a001a46ddb253e87f2739e6b9644348f1be
* Refactor the use of Method by the compiler.Ian Rogers2011-11-131-8/+11
| | | | | | | | | Remove the dependence on the Method object in dex2oat, allowing lazier resolution. Introduce new find and iterators in DexFile to simplify common operations and avoid misuse of class data items. Change-Id: I39fb8252190f543d89d8b233076355cec310fe08
* Basic file locking.Elliott Hughes2011-11-041-1/+1
| | | | | | | If someone's already doing dex2oat, wait for them to finish rather than duplicate their work. Change-Id: Id620c75e013cbbcc84f5bf62a7629533a95307df
* Reuse SIRT for C++ referencesBrian Carlstrom2011-10-201-5/+5
| | | | Change-Id: I8310e55da42f55f7ec60f6b17face436c77a979f
* Working ClassLoaderBrian Carlstrom2011-10-101-5/+5
| | | | Change-Id: Ia1122165e47f846a1d4506111849f830d9f14c1b
* Move rest of code related blobs from Method to oatBrian Carlstrom2011-10-071-20/+48
| | | | Change-Id: I55041b564ab65317c8b1f863005f20ba650a0322
* Simplify command line argumentsBrian Carlstrom2011-10-041-1/+1
| | | | Change-Id: I9d6902b0c447fd8fbe5600fd36139791b2ceefb7
* Separate oat from imageBrian Carlstrom2011-10-031-0/+79
Change-Id: If2abdb99826ead14e3465d90ba2acffd89709389