index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
mirror
/
object_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-12
/
+12
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-9
/
+2
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-64
/
+72
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-8
/
+6
*
ART: PathClassLoader for compiler
Andreas Gampe
2015-03-27
1
-2
/
+1
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-9
/
+9
*
Be more lenient with 4 byte UTF-8 sequences.
Narayan Kamath
2015-02-12
1
-1
/
+7
*
Fix infinite loop in GenerateIdentityHashCode
tony.ys_liu
2015-01-16
1
-0
/
+9
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
1
-1
/
+1
*
Remove portable.
Elliott Hughes
2014-12-12
1
-4
/
+0
*
Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders.
Ian Rogers
2014-12-02
1
-1
/
+0
*
Remove MethodHelper::HasSameNameAndSignature.
Ian Rogers
2014-12-02
1
-21
/
+1
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-0
/
+8
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-20
/
+0
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-6
/
+61
*
Simplify instance reference offsets.
Ian Rogers
2014-10-09
1
-1
/
+2
*
Some optimizations for the array alloc path.
Hiroshi Yamauchi
2014-09-25
1
-11
/
+11
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-5
/
+5
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-2
/
+3
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-1
/
+6
*
Break apart header files.
Ian Rogers
2014-07-15
1
-0
/
+1
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-1
/
+1
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-19
/
+11
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-3
/
+3
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-16
/
+21
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-69
/
+87
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-0
/
+1
*
Cleanup transaction support
Sebastien Hertz
2014-04-02
1
-2
/
+2
*
Make allocations report usable size.
Ian Rogers
2014-02-26
1
-6
/
+42
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
1
-2
/
+2
*
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-24
1
-40
/
+42
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-10
/
+10
*
Fix CreateMultiArray to be compaction safe.
Mathieu Chartier
2014-02-08
1
-3
/
+3
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-3
/
+4
*
Fix valgrind-test-art-host-gtest-object_test.
Hiroshi Yamauchi
2013-12-06
1
-2
/
+2
*
Refactor allocation entrypoints.
Mathieu Chartier
2013-11-20
1
-4
/
+5
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-15
/
+17
*
Implement Interface Method Tables (IMT).
Jeff Hao
2013-10-29
1
-0
/
+1
*
Inline field and method resolution.
Sebastien Hertz
2013-10-28
1
-2
/
+2
*
Clinits may not have the kAccConstructor flag.
Ian Rogers
2013-10-10
1
-1
/
+1
*
Improve quick codegen for aput-object.
Ian Rogers
2013-10-08
1
-5
/
+13
*
Revert "Revert "Remove bogus fastpath from String::Equals(const StringPiece&)""
Brian Carlstrom
2013-09-06
1
-8
/
+9
*
Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"
Brian Carlstrom
2013-09-06
1
-9
/
+8
*
Remove bogus fastpath from String::Equals(const StringPiece&)
Brian Carlstrom
2013-09-06
1
-8
/
+9
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-20
/
+20
*
Portable refactorings.
Ian Rogers
2013-07-30
1
-1
/
+1
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+641