Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc341 void VisitPointerArray(ObjPtr<mirror::PointerArray> pointer_array) in VisitPointerArray() argument
344 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()
/art/dex2oat/linker/
Dimage_writer.cc1978 [&](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()