/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( 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
|
D | object_array-alloc-inl.h | 72 ObjPtr<ObjectArray<T>> new_array = Alloc(self, h_this->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 | 1835 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() local 1846 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() local 2890 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() local 2902 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local 2910 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 | 876 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 | 1747 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
|
D | bounds_check_elimination.cc | 1207 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 527 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray() local
|
/art/dex2oat/linker/ |
D | image_writer.cc | 3225 std::atomic<mirror::DexCachePair<T>>* new_array, in FixupDexCacheArrayEntry() 3240 std::atomic<mirror::NativeDexCachePair<T>>* new_array, in FixupDexCacheArrayEntry() 3269 GcRoot<mirror::CallSite>* new_array, in FixupDexCacheArrayEntry() 3286 EntryType* new_array = NativeCopyLocation(orig_array); in FixupDexCacheArray() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1481 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray() local
|
D | unstarted_runtime.cc | 1879 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( in ProcessAnnotationValue() local
|