index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
object_utils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-192
/
+65
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-58
/
+14
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-168
/
+2
*
Change ObjectLock to take Handle instead of Handle pointer.
Mathieu Chartier
2014-05-16
1
-10
/
+8
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-11
/
+13
*
Improve ValidateSuperClassDescriptors performance.
Ian Rogers
2014-05-06
1
-2
/
+28
*
Fix ClassHelper::GetDirectInterface for proxy class
Sebastien Hertz
2014-04-01
1
-2
/
+8
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-1
/
+1
*
Merge "Fix debugger crashes in presence of proxy objects."
Sebastien Hertz
2014-03-13
1
-2
/
+2
|
\
|
*
Fix debugger crashes in presence of proxy objects.
Sebastien Hertz
2014-03-13
1
-2
/
+2
*
|
Fixing structure of native frame for Generic JNI
Andreas Gampe
2014-03-12
1
-0
/
+14
|
/
*
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
1
-1
/
+1
*
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-24
1
-4
/
+4
*
Speed up method lookup in a different dex file.
Vladimir Marko
2014-02-11
1
-0
/
+31
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-46
/
+43
*
Don't resolve types in verifier when we can't load classes.
Mathieu Chartier
2014-01-14
1
-4
/
+4
*
Background compaction support.
Mathieu Chartier
2014-01-08
1
-1
/
+1
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-8
/
+10
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-113
/
+25
*
Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev
Ian Rogers
2013-10-30
1
-58
/
+4
|
\
|
*
Don't use UTF16 length as length for MUTF8.
Ian Rogers
2013-10-30
1
-58
/
+4
*
|
Implement Interface Method Tables (IMT).
Jeff Hao
2013-10-29
1
-0
/
+2
|
/
*
Populate dex cache for sharpened calls.
Ian Rogers
2013-10-25
1
-0
/
+40
*
Clinits may not have the kAccConstructor flag.
Ian Rogers
2013-10-10
1
-1
/
+1
*
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
1
-1
/
+2
*
Introduce Signature type to avoid string comparisons.
Ian Rogers
2013-09-26
1
-38
/
+3
*
StringPiece clean up.
Ian Rogers
2013-09-24
1
-36
/
+131
*
Revert "Avoid std::string allocations in HasSameNameAndSignature."
Ian Rogers
2013-09-24
1
-53
/
+5
*
Avoid std::string allocations in HasSameNameAndSignature.
Ian Rogers
2013-09-23
1
-5
/
+53
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-19
1
-49
/
+38
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-13
/
+13
*
Entry point clean up.
Ian Rogers
2013-08-07
1
-0
/
+4
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
1
-3
/
+3
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+687