summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file_assistant_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not try to compile resource-only dex files.Richard Uhler2015-06-241-27/+68
* Test and fix bug checking status of secondary multidex files.Richard Uhler2015-05-181-5/+38
* Add more diagnostics info to flaky oat file assistant test.Richard Uhler2015-05-111-0/+14
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* ART: Clean up includes.Vladimir Marko2015-04-131-1/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-5/+5
* Test DexOptStatus enum values match DexFile values.Richard Uhler2015-04-091-0/+37
* Rename isDexOptNeededInternal and add kSelfPatchOatNeededRichard Uhler2015-04-031-34/+85
* Store OatDexFile instead of OatFile in DexFile.Richard Uhler2015-04-021-1/+2
* Merge "Fix oat_file_assistant_test's ReserveImageSpace()."Richard Uhler2015-03-311-11/+11
|\
| * Fix oat_file_assistant_test's ReserveImageSpace().Richard Uhler2015-03-301-11/+11
* | ART: Refactor callbacks_ in common_runtime_testAndreas Gampe2015-03-291-5/+2
|/
* Store odex files in oat/<isa>/ directory.Richard Uhler2015-03-251-22/+29
* Merge "Support relative encoded dex locations in oat files."Richard Uhler2015-03-251-3/+34
|\
| * Support relative encoded dex locations in oat files.Richard Uhler2015-03-241-3/+34
* | Fix oat_file_assistant_test32 flaky failures with GSS collector.Hiroshi Yamauchi2015-03-171-1/+3
|/
* Merge "Use quick compiler to generate odex for oat file assistant tests."Richard Uhler2015-03-101-0/+4
|\
| * Use quick compiler to generate odex for oat file assistant tests.Richard Uhler2015-03-101-0/+4
* | Revert "Turn on logging for oat file assistant tests."Richard Uhler2015-03-101-1/+1
|/
* Turn on logging for oat file assistant tests.Richard Uhler2015-03-101-1/+1
* Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-091-0/+874