Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable.h54 void SetMethodArray(int32_t i, PointerArray* arr) SHARED_REQUIRES(Locks::mutator_lock_) { in SetMethodArray() function
/art/runtime/
Dclass_linker.cc6647 iftable->SetMethodArray(i, method_array); in LinkInterfaceMethods()