Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1743 [&](ObjPtr<mirror::PointerArray> pointer_array) REQUIRES_SHARED(Locks::mutator_lock_) { in ProcessDexFileObjects()
1745 image_writer_->AssignImageBinSlot(pointer_array.Ptr(), oat_index, bin); in ProcessDexFileObjects()
1746 bin_objects_[oat_index][enum_cast<size_t>(bin)].push_back(pointer_array.Ptr()); in ProcessDexFileObjects()
3068 [&](ObjPtr<mirror::PointerArray> pointer_array) REQUIRES_SHARED(Locks::mutator_lock_) { in CopyAndFixupObjects()
3069 CopyAndFixupMethodPointerArray(pointer_array.Ptr()); in CopyAndFixupObjects()
/art/runtime/gc/space/
Dimage_space.cc342 void VisitPointerArray(ObjPtr<mirror::PointerArray> pointer_array) in VisitPointerArray() argument
345 PatchReferenceField</*kMayBeNull=*/ false>(pointer_array, mirror::Object::ClassOffset()); in VisitPointerArray()
347 int32_t length = pointer_array->GetLength<kVerifyNone>(); in VisitPointerArray()
350 pointer_array->ElementAddress<kVerifyNone>(i, kPointerSize)); in VisitPointerArray()