Home
last modified time | relevance | path

Searched refs:ElementAddress (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Darray.h250 void** ElementAddress(size_t index, PointerSize ptr_size) REQUIRES_SHARED(Locks::mutator_lock_) { in ElementAddress() function
/art/runtime/gc/space/
Dimage_space.cc347 pointer_array->ElementAddress<kVerifyNone>(i, kPointerSize)); in VisitPointerArray()
/art/dex2oat/linker/
Dimage_writer.cc3131 CopyAndFixupPointer(dest_array->ElementAddress(i, target_ptr_size_), elem); in CopyAndFixupMethodPointerArray()