summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-111-8/+0
* Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-111-0/+8
* Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-111-8/+0
* Add intrinsic for Reference.get()Fred Shih2014-07-101-0/+8
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-5/+3
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-53/+31
* Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-301-1/+2
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-4/+3
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-3/+4
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-4/+3
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-54/+56
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-69/+86
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-3/+0
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-2/+0
* Make the support code for read barriers a bit more general.Hiroshi Yamauchi2014-03-311-7/+7
* 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