summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_reflect_Array.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
2018-10-26ART: Add object-array-alloc-inl.h Andreas Gampe
2018-06-01ObjPtr<>-ify array allocations. Vladimir Marko
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-02-22native: Cleanup jni usage code Igor Murashkin
2018-01-05Create dex subdirectory David Sehr
2017-06-01ART: Move RegisterNatives helper Andreas Gampe
2017-05-30ART: More header cleanup - jni_internal.h Andreas Gampe
2017-02-21jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. Igor Murashkin
2016-10-17Move art/native to ObjPtr Mathieu Chartier
2016-10-04Rename ObjPtr::Decode to ObjPtr::Ptr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-10ART: Add Array.createObjectArray to unstarted runtime Andreas Gampe
2015-04-10Move ArtField to native Mathieu Chartier
2014-11-04ART: More warnings Andreas Gampe
2014-09-25Some optimizations for the array alloc path. Hiroshi Yamauchi
2014-08-12Avoid use of std::string where we have const char*. Ian Rogers
2014-07-16Remove object_utils.h. Ian Rogers
2014-05-30Compaction cleanup for FindArrayClass. Mathieu Chartier
2014-05-18Delete ClassHelper and fix compaction bug in GetDirectInterface Mathieu Chartier
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-02-26Make allocations report usable size. Ian Rogers
2014-02-24Avoid std::string allocations for finding an array class. Ian Rogers
2014-02-08Fix CreateMultiArray to be compaction safe. Mathieu Chartier
2013-11-20Refactor allocation entrypoints. Mathieu Chartier
2013-11-11Compacting collector. Mathieu Chartier
2013-10-20Fast JNI support. Ian Rogers
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom