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
2024-01-15
Add visibility attributes in runtime/native
Dmitrii Ishcheikin
2024-01-10
Revert "Add visibility attributes in runtime/entrypoints and runtime/native"
Daniel Chapin
2024-01-05
Add visibility attributes in runtime/entrypoints and runtime/native
Dmitrii Ishcheikin
2019-03-29
ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test.
Vladimir Marko
2018-11-12
Clean up primitive array helpers in Object.
Vladimir Marko
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-02-22
native: Cleanup jni usage code
Igor Murashkin
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-06-01
ART: Move RegisterNatives helper
Andreas Gampe
2017-05-30
ART: More header cleanup - jni_internal.h
Andreas Gampe
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