summaryrefslogtreecommitdiffstats
path: root/runtime/mirror/object_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-12/+12
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-9/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-64/+72
* Move ArtField to nativeMathieu Chartier2015-04-101-8/+6
* ART: PathClassLoader for compilerAndreas Gampe2015-03-271-2/+1
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-9/+9
* Be more lenient with 4 byte UTF-8 sequences.Narayan Kamath2015-02-121-1/+7
* Fix infinite loop in GenerateIdentityHashCodetony.ys_liu2015-01-161-0/+9
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-1/+1
* Remove portable.Elliott Hughes2014-12-121-4/+0
* Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders.Ian Rogers2014-12-021-1/+0
* Remove MethodHelper::HasSameNameAndSignature.Ian Rogers2014-12-021-21/+1
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-0/+8
* Refactor quick entrypointsIan Rogers2014-10-201-20/+0
* 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