summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_Object.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-05-31Clean up creating handles from `this`. Vladimir Marko
2018-06-04Remove unused native implementation of Object.wait() Paul Duffin
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
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-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-02-01Track libcore change aa517a356a38b8cd6764667e1edd735aaf5978e9. Narayan Kamath
2014-11-04ART: More warnings Andreas Gampe
2013-10-20Fast JNI support. Ian Rogers
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom