summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_System.cc
AgeCommit message (Expand)Author
2024-01-15Add visibility attributes in runtime/native Dmitrii Ishcheikin
2024-01-10Revert "Add visibility attributes in runtime/entrypoints and runtime/native" Daniel Chapin
2024-01-05Add visibility attributes in runtime/entrypoints and runtime/native Dmitrii Ishcheikin
2019-03-29ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. Vladimir Marko
2018-11-12Clean up primitive array helpers in Object. Vladimir Marko
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-02-22native: Cleanup jni usage code Igor Murashkin
2017-07-24ART: Include cleanup Andreas Gampe
2017-06-01ART: Move RegisterNatives helper Andreas Gampe
2017-05-30ART: More header cleanup - jni_internal.h Andreas Gampe
2017-02-27Re-arrange System.identityHashCode for better performance. Nicolas Geoffray
2017-02-21jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. Igor Murashkin
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-10-17Move art/native to ObjPtr Mathieu Chartier
2016-10-13Move common throws to ObjPtr Mathieu Chartier
2016-10-04Rename ObjPtr::Decode to ObjPtr::Ptr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2016-04-01ART: Better support for arraycopy in unstarted runtime Andreas Gampe
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-07-16ART: Fix System.arraycopy Andreas Gampe
2015-03-10Remove ThrowLocation. Nicolas Geoffray
2014-11-04ART: More warnings Andreas Gampe
2014-10-24Tidy logging code not using UNIMPLEMENTED. Ian Rogers
2014-06-20Expanded native code to use arraycopy for specific data types. Emma Meersman
2014-02-06Object model changes to support 64bit. Ian Rogers
2013-10-29Fix object identity hash. Mathieu Chartier
2013-10-20Fast JNI support. Ian Rogers
2013-09-04A char array copy optimization (art). Hiroshi Yamauchi
2013-07-18Fixing cpplint readability/casting issues Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom