Home
last modified time | relevance | path

Searched defs:new_array (Results 1 – 11 of 11) sorted by relevance

/art/runtime/mirror/
Darray.cc49 Handle<Array> new_array( in RecursiveCreateMultiArray() local
113 Array* new_array = RecursiveCreateMultiArray(self, array_class, 0, dimensions); in CreateMultiArray() local
139 Array* new_array = Alloc<true>(self, GetClass(), new_length, component_shift, allocator_type); in CopyOf() local
Dobject_array-inl.h260 ObjectArray<T>* new_array = Alloc(self, GetClass(), new_length, allocator_type); in CopyOf() local
/art/runtime/native/
Djava_lang_reflect_Array.cc44 mirror::Array* new_array = mirror::Array::CreateMultiArray(soa.Self(), element_class, in Array_createMultiArray() local
65 mirror::Array* new_array = mirror::ObjectArray<mirror::Object*>::Alloc( in Array_createObjectArray() local
/art/test/573-checker-checkcast-regression/src/
DMain.java42 static public int test(Object new_array, int index1, int index2) { in test()
/art/test/527-checker-array-access-split/src/
DMain.java190 int[] new_array = new int[1]; in accrossGC() local
/art/runtime/interpreter/
Dinterpreter_common.cc858 Object* new_array = Array::Alloc<true>(self, array_class, length, in DoFilledNewArray() local
Dunstarted_runtime.cc1560 mirror::Array* new_array = mirror::ObjectArray<mirror::Object*>::Alloc( in UnstartedJNIArrayCreateObjectArray() local
/art/compiler/optimizing/
Dbounds_check_elimination_test.cc599 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3() local
Dbounds_check_elimination.cc1111 void VisitNewArray(HNewArray* new_array) OVERRIDE { in VisitNewArray()
/art/runtime/
Ddex_file.cc1998 Handle<mirror::Array> new_array(hs.NewHandle(mirror::Array::Alloc<true>( in ProcessAnnotationValue() local
Ddebugger.cc1320 mirror::Array* new_array = mirror::Array::Alloc<true>(self, c, length, in CreateArrayObject() local