Searched refs:pointer_array (Results 1 – 2 of 2) sorted by relevance
341 void VisitPointerArray(ObjPtr<mirror::PointerArray> pointer_array) in VisitPointerArray() argument344 PatchReferenceField</*kMayBeNull=*/ false>(pointer_array, mirror::Object::ClassOffset()); in VisitPointerArray()346 int32_t length = pointer_array->GetLength<kVerifyNone>(); in VisitPointerArray()349 pointer_array->ElementAddress<kVerifyNone>(i, kPointerSize)); in VisitPointerArray()
1978 [&](ObjPtr<mirror::PointerArray> pointer_array) REQUIRES_SHARED(Locks::mutator_lock_) { in ProcessDexFileObjects()1980 AssignImageBinSlot(pointer_array.Ptr(), oat_index, bin); in ProcessDexFileObjects()3217 [&](ObjPtr<mirror::PointerArray> pointer_array) REQUIRES_SHARED(Locks::mutator_lock_) { in CopyAndFixupObjects()3218 CopyAndFixupMethodPointerArray(pointer_array.Ptr()); in CopyAndFixupObjects()