Home
last modified time | relevance | path

Searched refs:pointer_array (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.cc1884 [&](ObjPtr<mirror::PointerArray> pointer_array) REQUIRES_SHARED(Locks::mutator_lock_) { in ProcessDexFileObjects()
1886 image_writer_->AssignImageBinSlot(pointer_array.Ptr(), oat_index, bin); in ProcessDexFileObjects()
1887 bin_objects_[oat_index][enum_cast<size_t>(bin)].push_back(pointer_array.Ptr()); in ProcessDexFileObjects()
2977 [&](ObjPtr<mirror::PointerArray> pointer_array) REQUIRES_SHARED(Locks::mutator_lock_) { in CopyAndFixupObjects()
2978 CopyAndFixupMethodPointerArray(pointer_array.Ptr()); in CopyAndFixupObjects()
/art/runtime/gc/space/
Dimage_space.cc331 void VisitPointerArray(ObjPtr<mirror::PointerArray> pointer_array) in VisitPointerArray() argument
334 PatchReferenceField</*kMayBeNull=*/ false>(pointer_array, mirror::Object::ClassOffset()); in VisitPointerArray()
336 int32_t length = pointer_array->GetLength<kVerifyNone>(); in VisitPointerArray()
339 pointer_array->ElementAddress<kVerifyNone>(i, kPointerSize)); in VisitPointerArray()