Home
last modified time | relevance | path

Searched defs:new_array (Results 1 – 17 of 17) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Array.cc48 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/
Darray.cc57 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
Dobject_array-alloc-inl.h72 ObjPtr<ObjectArray<T>> new_array = Alloc(self, h_this->GetClass(), new_length, allocator_type); in CopyOf() local
/art/test/573-checker-checkcast-regression/src/
DMain.java42 static public int test(Object new_array, int index1, int index2) { in test()
/art/test/527-checker-array-access-split/src/
DMain.java311 int[] new_array = new int[1]; in accrossGC() local
/art/compiler/optimizing/
Dinstruction_builder.cc2108 HNewArray* new_array = new (allocator_) HNewArray(cls, length, dex_pc, component_type_shift); in BuildNewArray() local
2119 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in BuildFilledNewArray() local
3163 HNewArray* new_array = BuildNewArray(dex_pc, type_index, length); in ProcessDexInstruction() local
3175 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
3183 HNewArray* new_array = BuildFilledNewArray(dex_pc, type_index, operands); in ProcessDexInstruction() local
Dbounds_check_elimination_test.cc600 HInstruction* new_array = new (allocator) HNewArray( in BuildSSAGraph3() local
981 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F() local
Dload_store_elimination.cc865 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
Dinduction_var_range_test.cc704 HInstruction* new_array = new (GetAllocator()) HNewArray( in TEST_F() local
Dcode_generator.cc1798 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
Dbounds_check_elimination.cc1308 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
/art/runtime/interpreter/mterp/
Dnterp.cc561 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray() local
/art/dex2oat/linker/
Dimage_writer.cc3225 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/
Dinterpreter_common.cc1481 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc( in DoFilledNewArray() local
Dunstarted_runtime.cc1828 ObjPtr<mirror::Array> new_array = mirror::ObjectArray<mirror::Object>::Alloc( in UnstartedJNIArrayCreateObjectArray() local
/art/runtime/dex/
Ddex_file_annotations.cc593 Handle<mirror::Array> new_array(hs.NewHandle(mirror::Array::Alloc( in ProcessAnnotationValue() local
/art/runtime/gc/space/
Dimage_space.cc646 EntryType* new_array = native_visitor_(old_array); in FixupDexCacheArray() local