index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
native
/
java_lang_System.cc
Age
Commit message (
Expand
)
Author
2017-02-27
Re-arrange System.identityHashCode for better performance.
Nicolas Geoffray
2017-02-21
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
Igor Murashkin
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-10-17
Move art/native to ObjPtr
Mathieu Chartier
2016-10-13
Move common throws to ObjPtr
Mathieu Chartier
2016-10-04
Rename ObjPtr::Decode to ObjPtr::Ptr
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-04-01
ART: Better support for arraycopy in unstarted runtime
Andreas Gampe
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-07-16
ART: Fix System.arraycopy
Andreas Gampe
2015-03-10
Remove ThrowLocation.
Nicolas Geoffray
2014-11-04
ART: More warnings
Andreas Gampe
2014-10-24
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-06-20
Expanded native code to use arraycopy for specific data types.
Emma Meersman
2014-02-06
Object model changes to support 64bit.
Ian Rogers
2013-10-29
Fix object identity hash.
Mathieu Chartier
2013-10-20
Fast JNI support.
Ian Rogers
2013-09-04
A char array copy optimization (art).
Hiroshi Yamauchi
2013-07-18
Fixing cpplint readability/casting issues
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom