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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify instance reference offsets.
Ian Rogers
2014-10-09
1
-3
/
+4
*
Fix Class::IsInSamePackage to not read beyond the end of a StringPiece.
Ian Rogers
2014-09-25
1
-1
/
+2
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-1
/
+1
*
Remove reference_static_offsets used for iterating through class static fields.
Mingyao Yang
2014-09-10
1
-12
/
+0
*
Clean up Handle usage.
Mathieu Chartier
2014-08-23
1
-1
/
+2
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-21
/
+29
*
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-07-29
1
-10
/
+11
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-1
/
+9
*
Merge "Fix two read barrier bugs introduced in CL 97882."
Hiroshi Yamauchi
2014-07-17
1
-12
/
+31
|
\
|
*
Fix two read barrier bugs introduced in CL 97882.
Hiroshi Yamauchi
2014-07-17
1
-12
/
+31
*
|
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-4
/
+3
|
/
*
Fix infinite loop when calling SetStatus after OOM.
Mathieu Chartier
2014-07-14
1
-12
/
+16
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-38
/
+99
*
Add read barriers to the constant roots.
Hiroshi Yamauchi
2014-06-27
1
-1
/
+3
*
Fix GetMethodID to find an interface method from a super-interface
Brian Carlstrom
2014-06-18
1
-58
/
+76
*
Fix exception reporting from interpreter
Sebastien Hertz
2014-06-11
1
-2
/
+2
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-21
/
+8
*
Merge "Change FieldHelper to use a handle."
Mathieu Chartier
2014-06-06
1
-6
/
+2
|
\
|
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-6
/
+2
*
|
Merge "Fix crash in JDWP ReferenceType.SourceFile command"
Sebastien Hertz
2014-06-06
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix crash in JDWP ReferenceType.SourceFile command
Sebastien Hertz
2014-06-05
1
-1
/
+4
*
|
Make class status volatile.
Ian Rogers
2014-06-02
1
-3
/
+3
|
/
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-63
/
+184
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-19
/
+13
*
Make it possible to disable read barriers in Class::GetObjectSize()
Hiroshi Yamauchi
2014-05-09
1
-5
/
+0
*
Replace CountOneBits and __builtin_popcount with POPCOUNT.
Vladimir Marko
2014-05-02
1
-2
/
+2
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-8
/
+8
*
More code for the read barrier support.
Hiroshi Yamauchi
2014-04-22
1
-10
/
+0
*
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-24
1
-2
/
+3
*
Change root visitor to use Object**.
Mathieu Chartier
2014-02-18
1
-2
/
+1
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-8
/
+19
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
1
-2
/
+3
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-30
/
+30
*
Thread local bump pointer allocator.
Mathieu Chartier
2013-12-16
1
-4
/
+6
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-0
/
+6
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-7
/
+5
*
Don't use UTF16 length as length for MUTF8.
Ian Rogers
2013-10-30
1
-9
/
+9
*
Fast JNI support.
Ian Rogers
2013-10-20
1
-1
/
+3
*
Clinits may not have the kAccConstructor flag.
Ian Rogers
2013-10-10
1
-0
/
+1
*
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
1
-1
/
+1
*
Introduce Signature type to avoid string comparisons.
Ian Rogers
2013-09-26
1
-3
/
+61
*
StringPiece clean up.
Ian Rogers
2013-09-24
1
-7
/
+7
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-19
1
-17
/
+6
*
More allocation code optimizations.
Hiroshi Yamauchi
2013-09-11
1
-9
/
+0
*
Don't scan image space when starting runtime.
Ian Rogers
2013-08-23
1
-11
/
+19
*
Don't allow class status to go backward except for error.
Ian Rogers
2013-08-21
1
-5
/
+12
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-49
/
+48
*
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
1
-3
/
+1
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+625