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
/
class.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
New experimental GC stress mode
Mathieu Chartier
2015-06-22
1
-1
/
+5
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-104
/
+178
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-1
/
+0
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-4
/
+11
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-11
/
+11
*
Add AbstractMethod, Constructor, Method
Mathieu Chartier
2015-04-21
1
-0
/
+6
*
ART: Clean up includes.
Vladimir Marko
2015-04-13
1
-0
/
+2
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-32
/
+53
*
Refactor and improve GC root handling
Mathieu Chartier
2015-04-06
1
-1
/
+1
*
Assembly TLAB allocation fast path for x86_64.
Hiroshi Yamauchi
2015-03-20
1
-0
/
+6
*
Fix 003-omnibus-opcodes flaky failures with GSS GC.
Hiroshi Yamauchi
2015-03-19
1
-1
/
+3
*
Merge "JDWP: fix breakpoint for method in the image"
Sebastien Hertz
2014-12-04
1
-0
/
+5
|
\
|
*
JDWP: fix breakpoint for method in the image
Sebastien Hertz
2014-12-04
1
-0
/
+5
*
|
Set dex_cache_strings_ when we call Class::SetDexCache
Mathieu Chartier
2014-12-01
1
-0
/
+1
*
|
Add a way to change the IMT size
Mathieu Chartier
2014-11-26
1
-1
/
+5
|
/
*
Move dexCacheStrings from ArtMethod to Class
Mathieu Chartier
2014-11-25
1
-0
/
+10
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-0
/
+7
*
Keep original order of fields in Class.
Vladimir Marko
2014-11-14
1
-0
/
+10
*
Delete unused imtable field
Mathieu Chartier
2014-11-10
1
-3
/
+0
*
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-11-03
1
-1
/
+1
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-1
/
+1
*
Tidy MethodProtoHelper.
Ian Rogers
2014-10-28
1
-3
/
+3
*
Optimize method linking
Mathieu Chartier
2014-10-27
1
-34
/
+30
*
Fix a DCHECK failure IsResolved() || IsErroneous().
Hiroshi Yamauchi
2014-10-21
1
-1
/
+2
*
Tracking change to make Class.getDeclaredFields/Methods public
Brian Carlstrom
2014-10-16
1
-1
/
+1
*
Simplify instance reference offsets.
Ian Rogers
2014-10-09
1
-34
/
+6
*
Some optimizations for the array alloc path.
Hiroshi Yamauchi
2014-09-25
1
-5
/
+17
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-2
/
+2
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-0
/
+10
*
Fix cpplint issue.
Brian Carlstrom
2014-09-11
1
-1
/
+1
*
Merge "Add some comments for retired class."
Mingyao Yang
2014-09-11
1
-1
/
+7
|
\
|
*
Add some comments for retired class.
Mingyao Yang
2014-09-10
1
-1
/
+7
*
|
ART: Correctly make methods preverified
Andreas Gampe
2014-09-11
1
-4
/
+1
*
|
Remove reference_static_offsets used for iterating through class static fields.
Mingyao Yang
2014-09-10
1
-11
/
+0
|
/
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-2
/
+4
*
Clean up Handle usage.
Mathieu Chartier
2014-08-23
1
-1
/
+4
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-2
/
+6
*
ART: Do not check interface being subclass for member access
Andreas Gampe
2014-08-08
1
-1
/
+1
*
Wire up check JNI force copy mode.
Ian Rogers
2014-08-08
1
-1
/
+7
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-5
/
+5
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-1
/
+17
*
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
1
-1
/
+10
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-28
/
+135
*
Add missing class initialization during compilation and tests
Sebastien Hertz
2014-07-10
1
-0
/
+4
*
Add read barriers to the constant roots.
Hiroshi Yamauchi
2014-06-27
1
-3
/
+7
*
Fix GetMethodID to find an interface method from a super-interface
Brian Carlstrom
2014-06-18
1
-0
/
+3
*
Make class status volatile.
Ian Rogers
2014-06-02
1
-1
/
+2
*
Simplify Class::IsArtFieldClass().
Hiroshi Yamauchi
2014-05-20
1
-5
/
+3
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-5
/
+5
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-4
/
+21
[next]