Searched defs:new_array (Results 1 – 11 of 11) sorted by relevance
| /art/runtime/mirror/ |
| D | array.cc | 49 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
|
| D | object_array-inl.h | 260 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(), 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/ |
| 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 | 190 int[] new_array = new int[1]; in accrossGC() local
|
| /art/runtime/interpreter/ |
| D | interpreter_common.cc | 858 Object* new_array = Array::Alloc<true>(self, array_class, length, in DoFilledNewArray() local
|
| D | unstarted_runtime.cc | 1560 mirror::Array* new_array = mirror::ObjectArray<mirror::Object*>::Alloc( in UnstartedJNIArrayCreateObjectArray() local
|
| /art/compiler/optimizing/ |
| D | bounds_check_elimination_test.cc | 599 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3() local
|
| D | bounds_check_elimination.cc | 1111 void VisitNewArray(HNewArray* new_array) OVERRIDE { in VisitNewArray()
|
| /art/runtime/ |
| D | dex_file.cc | 1998 Handle<mirror::Array> new_array(hs.NewHandle(mirror::Array::Alloc<true>( in ProcessAnnotationValue() local
|
| D | debugger.cc | 1320 mirror::Array* new_array = mirror::Array::Alloc<true>(self, c, length, in CreateArrayObject() local
|