Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Diftable.h48 void SetMethodArray(int32_t i, ObjPtr<PointerArray> arr) REQUIRES_SHARED(Locks::mutator_lock_);
H A Diftable-inl.h66 inline void IfTable::SetMethodArray(int32_t i, ObjPtr<PointerArray> arr) { in SetMethodArray() function
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc7164 iftable->SetMethodArray(i, method_array); in SetupInterfaceLookupTable()
8350 iftable->SetMethodArray(i, method_array); in FinalizeIfTable()
8438 iftable->SetMethodArray(i, method_array); in AllocateIfTableMethodArrays()