Home
last modified time | relevance | path

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

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