summaryrefslogtreecommitdiffstats
path: root/runtime/utils_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-4/+4
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-142/+0
* Fix broken checks in IsValidPartOfMemberNameUtf8Slow.Narayan Kamath2015-05-071-0/+23
* Fix NanoSleep and add testMathieu Chartier2015-05-041-0/+6
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-3/+0
* Make tests assume ANDROID_ROOT is not /system.Nicolas Geoffray2015-04-241-1/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-11/+11
* ART: Streaming trace modeAndreas Gampe2015-04-151-0/+9
* ART: Clean up includes.Vladimir Marko2015-04-131-0/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+1
* ART: Fix IsInt when N==32, add testsDavid Brazdil2015-03-271-0/+75
* Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-091-7/+0
* Don't require three-character extensions for dex locations.Richard Uhler2015-02-261-0/+2
* ART: Allow scoped adjustments to log verbosityAndreas Gampe2015-01-151-0/+3
* dex2oat: Pack likely-dirty objects together when generating the boot imageIgor Murashkin2014-11-201-0/+32
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-13/+13
* Optimize get/set reflection performanceMathieu Chartier2014-09-261-0/+12
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-0/+2
* More advanced timing loggers.Mathieu Chartier2014-06-241-3/+4
* Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-0/+10
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-5/+6
* Use instruction specific dalvik cache dirs.Narayan Kamath2014-05-011-11/+9
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-051-3/+11
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-7/+5
* Merge "Create CompilerOptions"Brian Carlstrom2014-02-251-0/+22
|\
| * Create CompilerOptionsBrian Carlstrom2014-02-241-0/+22
* | Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-5/+6
|/
* Fix dumpsys meminfo for artBrian Carlstrom2013-10-161-0/+14
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-2/+2
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+338