Searched defs:new_array (Results 1 – 13 of 13) sorted by relevance
| /art/runtime/mirror/ |
| D | array.cc | 50 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
|
| D | object_array-inl.h | 357 ObjectArray<T>* new_array = Alloc(self, GetClass(), new_length, allocator_type); in CopyOf() local
|
| /art/runtime/native/ |
| D | java_lang_reflect_Array.cc | 44 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/ |
| D | Main.java | 42 static public int test(Object new_array, int index1, int index2) { in test()
|
| /art/test/527-checker-array-access-split/src/ |
| D | Main.java | 311 int[] new_array = new int[1]; in accrossGC() local
|
| /art/runtime/interpreter/ |
| D | interpreter_common.cc | 1152 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc<true>( in DoFilledNewArray() local
|
| D | unstarted_runtime.cc | 1784 mirror::Array* new_array = mirror::ObjectArray<mirror::Object*>::Alloc( in UnstartedJNIArrayCreateObjectArray() local
|
| /art/compiler/optimizing/ |
| D | induction_var_range_test.cc | 706 HInstruction* new_array = new (&allocator_) HNewArray(x_, x_, 0); in TEST_F() local
|
| D | bounds_check_elimination_test.cc | 600 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3() local
|
| D | load_store_elimination.cc | 1063 void VisitNewArray(HNewArray* new_array) OVERRIDE { in VisitNewArray()
|
| D | bounds_check_elimination.cc | 1124 void VisitNewArray(HNewArray* new_array) OVERRIDE { in VisitNewArray()
|
| /art/runtime/ |
| D | dex_file_annotations.cc | 575 Handle<mirror::Array> new_array(hs.NewHandle(mirror::Array::Alloc<true>( in ProcessAnnotationValue() local
|
| D | debugger.cc | 1334 mirror::Array* new_array = mirror::Array::Alloc<true>(self, c, length, in CreateArrayObject() local
|