summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/object_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-6/+61
* Simplify instance reference offsets.Ian Rogers2014-10-091-1/+2
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-11/+11
* ART: Rename Handle hierarchyAndreas Gampe2014-09-151-5/+5
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-2/+3
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1/+6
* Break apart header files.Ian Rogers2014-07-151-0/+1
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-1/+1
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-19/+11
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-3/+3
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-16/+21
* 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/+87
* Force inlining on trivial accessors.Ian Rogers2014-04-291-0/+1
* Cleanup transaction supportSebastien Hertz2014-04-021-2/+2
* Make allocations report usable size.Ian Rogers2014-02-261-6/+42
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-2/+2
* Avoid std::string allocations for finding an array class.Ian Rogers2014-02-241-40/+42
* Remove blacklistSebastien Hertz2014-02-171-10/+10
* Fix CreateMultiArray to be compaction safe.Mathieu Chartier2014-02-081-3/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-3/+4
* Fix valgrind-test-art-host-gtest-object_test.Hiroshi Yamauchi2013-12-061-2/+2
* Refactor allocation entrypoints.Mathieu Chartier2013-11-201-4/+5
* Compacting collector.Mathieu Chartier2013-11-111-15/+17
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+1
* Inline field and method resolution.Sebastien Hertz2013-10-281-2/+2
* Clinits may not have the kAccConstructor flag.Ian Rogers2013-10-101-1/+1
* Improve quick codegen for aput-object.Ian Rogers2013-10-081-5/+13
* Revert "Revert "Remove bogus fastpath from String::Equals(const StringPiece&)""Brian Carlstrom2013-09-061-8/+9
* Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"Brian Carlstrom2013-09-061-9/+8
* Remove bogus fastpath from String::Equals(const StringPiece&)Brian Carlstrom2013-09-061-8/+9
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-20/+20
* Portable refactorings.Ian Rogers2013-07-301-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+641