Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray.cc50 Handle<Array> new_array( in RecursiveCreateMultiArray() local
114 ObjPtr<Array> new_array = RecursiveCreateMultiArray(self, array_class, 0, dimensions); in CreateMultiArray() local
140 …ObjPtr<Array> new_array = Alloc<true>(self, GetClass(), new_length, component_shift, allocator_typ… in CopyOf() local
Dobject_array-inl.h357 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(), in Array_createMultiArray() local
66 ObjPtr<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.java311 int[] new_array = new int[1]; in accrossGC() local
/art/runtime/interpreter/
Dinterpreter_common.cc1152 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc<true>( in DoFilledNewArray() local
Dunstarted_runtime.cc1784 mirror::Array* new_array = mirror::ObjectArray<mirror::Object*>::Alloc( in UnstartedJNIArrayCreateObjectArray() local
/art/compiler/optimizing/
Dinduction_var_range_test.cc706 HInstruction* new_array = new (&allocator_) HNewArray(x_, x_, 0); in TEST_F() local
Dbounds_check_elimination_test.cc600 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3() local
Dload_store_elimination.cc1063 void VisitNewArray(HNewArray* new_array) OVERRIDE { in VisitNewArray()
Dbounds_check_elimination.cc1124 void VisitNewArray(HNewArray* new_array) OVERRIDE { in VisitNewArray()
/art/runtime/
Ddex_file_annotations.cc575 Handle<mirror::Array> new_array(hs.NewHandle(mirror::Array::Alloc<true>( in ProcessAnnotationValue() local
Ddebugger.cc1334 mirror::Array* new_array = mirror::Array::Alloc<true>(self, c, length, in CreateArrayObject() local