/aosp12/art/runtime/native/ |
H A D | java_lang_reflect_Array.cc | 48 ObjPtr<mirror::Array> new_array = in Array_createMultiArray() local 69 ObjPtr<mirror::Array> new_array = mirror::ObjectArray<mirror::Object>::Alloc( in Array_createObjectArray() local
|
/aosp12/art/runtime/mirror/ |
H A D | array.cc | 57 Handle<Array> new_array(hs.NewHandle( in RecursiveCreateMultiArray() local 115 ObjPtr<Array> new_array = RecursiveCreateMultiArray(self, array_class, 0, dimensions); in CreateMultiArray() local 151 ObjPtr<Array> new_array = in CopyOf() local
|
H A D | object_array-alloc-inl.h | 72 ObjPtr<ObjectArray<T>> new_array = Alloc(self, h_this->GetClass(), new_length, allocator_type); in CopyOf() local
|
/aosp12/art/test/573-checker-checkcast-regression/src/ |
H A D | Main.java | 42 static public int test(Object new_array, int index1, int index2) { in test()
|
/aosp12/art/test/527-checker-array-access-split/src/ |
H A D | Main.java | 311 int[] new_array = new int[1]; in accrossGC() local
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 2243 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() local 2254 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() local 3331 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() local 3343 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local 3351 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
|
H A D | bounds_check_elimination_test.cc | 600 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3() local 981 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F() local
|
H A D | induction_var_range_test.cc | 704 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F() local
|
H A D | code_generator.cc | 1822 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
|
H A D | bounds_check_elimination.cc | 1308 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
|
H A D | load_store_elimination.cc | 1202 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
|
/aosp12/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 677 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray() local
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_common.cc | 1477 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray() local
|
H A D | unstarted_runtime.cc | 1877 ObjPtr<mirror::Array> new_array = mirror::ObjectArray<mirror::Object>::Alloc( in UnstartedJNIArrayCreateObjectArray() local
|
/aosp12/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 593 Handle<mirror::Array> new_array(hs.NewHandle(mirror::Array::Alloc( in ProcessAnnotationValue() local
|