Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable.h47 void SetMethodArray(int32_t i, ObjPtr<PointerArray> arr) REQUIRES_SHARED(Locks::mutator_lock_);
Diftable-inl.h66 inline void IfTable::SetMethodArray(int32_t i, ObjPtr<PointerArray> arr) { in SetMethodArray() function
/art/runtime/
Dclass_linker.cc6993 iftable->SetMethodArray(i, method_array); in AllocateIfTableMethodArrays()