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(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
Dobject_array-alloc-inl.h72 ObjPtr<ObjectArray<T>> new_array = Alloc(self, 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.cc1813 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
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.cc832 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.cc1656 QuickEntrypointEnum CodeGenerator::GetArrayAllocationEntrypoint(HNewArray* new_array) { in GetArrayAllocationEntrypoint()
Dbounds_check_elimination.cc1207 void VisitNewArray(HNewArray* new_array) override { in VisitNewArray()
/art/dex2oat/linker/
Dimage_writer.cc3222 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/
Dinterpreter_common.cc1802 ObjPtr<mirror::Object> new_array = mirror::Array::Alloc<true>( in DoFilledNewArray() local
Dunstarted_runtime.cc1856 ObjPtr<mirror::Array> new_array = mirror::ObjectArray<mirror::Object>::Alloc( in UnstartedJNIArrayCreateObjectArray() local
/art/runtime/dex/
Ddex_file_annotations.cc608 Handle<mirror::Array> new_array(hs.NewHandle(mirror::Array::Alloc<true>( in ProcessAnnotationValue() local
/art/runtime/gc/space/
Dimage_space.cc640 EntryType* new_array = native_visitor_(old_array); in FixupDexCacheArray() local
/art/runtime/
Ddebugger.cc1406 ObjPtr<mirror::Array> new_array = in CreateArrayObject() local