summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactor reference code into mirror namespace.Mathieu Chartier2014-03-141-0/+22
* Unify 64bit int constant definitions.Ian Rogers2014-03-101-2/+2
* Avoid marking old class linker and intern table roots during pause.Mathieu Chartier2014-03-041-1/+1
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-3/+3
* (Experimental) Add Brooks pointers.Hiroshi Yamauchi2014-02-251-1/+15
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-44/+52
* Change root visitor to use Object**.Mathieu Chartier2014-02-181-3/+2
* Remove blacklistSebastien Hertz2014-02-171-9/+10
* Add root types and thread id to root visiting.Mathieu Chartier2014-02-111-1/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-17/+20
* Remove intialized static storage from dex cache.Ian Rogers2014-01-081-10/+4
* Enable moving classes.Mathieu Chartier2013-12-101-51/+52
* Compacting collector.Mathieu Chartier2013-11-111-24/+24
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-3/+4
* Clinits may not have the kAccConstructor flag.Ian Rogers2013-10-101-1/+1
* Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-10/+11
* Use class def index from java.lang.Class.Ian Rogers2013-09-191-7/+5
* resolved conflicts for merge of 613eae4a to dalvik-devMathieu Chartier2013-09-171-1/+1
|\
| * Fix race in root marking.Mathieu Chartier2013-09-171-1/+1
* | Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-1/+2
|/
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-256/+214
* Portable refactorings.Ian Rogers2013-07-301-1/+1
* Fix cpplint build/namespaces issuesBrian Carlstrom2013-07-181-1/+24
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-7/+7
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+1080