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