Home
last modified time | relevance | path

Searched defs:GetVTableEntry (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dclass-inl.h335 inline ArtMethod* Class::GetVTableEntry(uint32_t i, PointerSize pointer_size) { in GetVTableEntry() function
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc7600 ArtMethod* GetVTableEntry(uint32_t index) const REQUIRES_SHARED(Locks::mutator_lock_) { in GetVTableEntry() function in art::ClassLinker::LinkMethodsHelper::VTableAccessor