summaryrefslogtreecommitdiffstats
path: root/runtime/class_linker_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-76/+58
* Merge "Replace String CharArray with internal uint16_t array."Jeff Hao2015-04-281-4/+3
|\
| * Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-4/+3
* | Use the lock word bits for Baker-style read barrier.Hiroshi Yamauchi2015-04-231-3/+3
|/
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-77/+103
* Move ArtField to nativeMathieu Chartier2015-04-101-52/+34
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-4/+8
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-3/+28
* ART: PathClassLoader for compilerAndreas Gampe2015-03-271-2/+15
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-1/+1
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-1/+1
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-12/+11
* Merge "JDWP: fix breakpoint for method in the image"Sebastien Hertz2014-12-041-0/+20
|\
| * JDWP: fix breakpoint for method in the imageSebastien Hertz2014-12-041-0/+20
* | Remove FieldHelper.Ian Rogers2014-12-021-7/+3
|/
* Move dexCacheStrings from ArtMethod to ClassMathieu Chartier2014-11-251-5/+5
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-5/+0
* Keep original order of fields in Class.Vladimir Marko2014-11-141-56/+43
* Delete unused imtable fieldMathieu Chartier2014-11-101-1/+0
* ART: More warningsAndreas Gampe2014-11-041-2/+2
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-4/+4
* Simplify instance reference offsets.Ian Rogers2014-10-091-66/+72
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-3/+5
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-3/+3
* ART: Correctly make methods preverifiedAndreas Gampe2014-09-111-0/+61
* Remove reference_static_offsets used for iterating through class static fields.Mingyao Yang2014-09-101-1/+0
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-15/+24
* ART: Add guards to the dex cache and its shortcutsAndreas Gampe2014-08-061-10/+10
* Set vtable in class object to null after linking.Mingyao Yang2014-07-221-3/+3
* Remove object_utils.h.Ian Rogers2014-07-161-0/+1
* Break apart header files.Ian Rogers2014-07-151-0/+2
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-37/+26
* 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