/art/runtime/native/ |
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
|
/art/runtime/mirror/ |
D | array.cc | 57 Handle<Array> new_array(hs.NewHandle(Array::Alloc<true>( in RecursiveCreateMultiArray() local 115 ObjPtr<Array> new_array = RecursiveCreateMultiArray(self, array_class, 0, dimensions); in CreateMultiArray() local 153 ObjPtr<Array> new_array = in CopyOf() local
|
D | object_array-alloc-inl.h | 72 ObjPtr<ObjectArray<T>> new_array = Alloc(self, GetClass(), new_length, allocator_type); in CopyOf() 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/compiler/optimizing/ |
D | instruction_builder.cc | 1813 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() local 1824 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() local 2868 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() local 2880 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local 2888 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
|
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
|
D | load_store_elimination.cc | 832 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
|
D | induction_var_range_test.cc | 704 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F() local
|
D | code_generator.cc | 1656 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
|
D | bounds_check_elimination.cc | 1207 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 3222 std::atomic<mirror::DexCachePair<T>>* new_array, in FixupDexCacheArrayEntry() 3237 std::atomic<mirror::NativeDexCachePair<T>>* new_array, in FixupDexCacheArrayEntry() 3266 GcRoot<mirror::CallSite>* new_array, in FixupDexCacheArrayEntry() 3283 EntryType* new_array = NativeCopyLocation(orig_array); in FixupDexCacheArray() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1802 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc<true>( in DoFilledNewArray() local
|
D | unstarted_runtime.cc | 1856 ObjPtr<mirror::Array> new_array = mirror::ObjectArray<mirror::Object>::Alloc( in UnstartedJNIArrayCreateObjectArray() local
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 608 Handle<mirror::Array> new_array(hs.NewHandle(mirror::Array::Alloc<true>( in ProcessAnnotationValue() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 640 EntryType* new_array = native_visitor_(old_array); in FixupDexCacheArray() local
|
/art/runtime/ |
D | debugger.cc | 1406 ObjPtr<mirror::Array> new_array = in CreateArrayObject() local
|