summaryrefslogtreecommitdiffstats
path: root/runtime/common_runtime_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+4
* ART: Refactor UnstartedRuntime for testingAndreas Gampe2015-05-211-1/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Move GetAndroidToolsDir to common location.David Srbecky2015-04-211-0/+77
* Move ArtField to nativeMathieu Chartier2015-04-101-8/+5
* ART: Refactor callbacks_ in common_runtime_testAndreas Gampe2015-03-291-2/+8
* ART: PathClassLoader for compilerAndreas Gampe2015-03-271-7/+75
* Rosalloc thread local allocation path without a cas.Hiroshi Yamauchi2015-03-111-0/+2
* ART: Missing includeAndreas Gampe2015-03-111-1/+7
* Merge "ART: Refactor unstarted runtime"Andreas Gampe2015-03-111-0/+5
|\
| * ART: Refactor unstarted runtimeAndreas Gampe2015-03-111-0/+5
* | 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-1/+10
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-0/+1
* ART: Allow scoped adjustments to log verbosityAndreas Gampe2015-01-151-0/+6
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-17/+24
* Remove back-door bootclasspath option from RuntimeRichard Uhler2015-01-081-9/+9
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-4/+8
* Add a new imgdiag tool to diff boot.art/core.art against a processIgor Murashkin2014-12-161-0/+22
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-2/+7
* Tidy up logging.Ian Rogers2014-10-221-1/+1
* Change MemMap::maps_ to not be global variableMathieu Chartier2014-10-141-0/+2
* Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.Jeff Hao2014-08-151-13/+0
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-9/+8
* ART: Remove test files after testAndreas Gampe2014-08-061-5/+15
* ART: Use TMPDIR for test directoriesAndreas Gampe2014-08-061-1/+11
* Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-08-061-1/+14
* Add GcRoot to clean up and enforce read barriers.Hiroshi Yamauchi2014-07-291-0/+1
* ART: Fix target test pathsAndreas Gampe2014-07-271-1/+13
* Runtime can now be set to require relocationAlex Light2014-07-221-6/+21
* Break apart header files.Ian Rogers2014-07-151-0/+313
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-0/+25