Searched defs:GetVTableEntry (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/runtime/mirror/ | ||
H A D | class-inl.h | 335 inline ArtMethod* Class::GetVTableEntry(uint32_t i, PointerSize pointer_size) { in GetVTableEntry() function |
/aosp_15_r20/art/runtime/ | ||
H A D | class_linker.cc | 7600 ArtMethod* GetVTableEntry(uint32_t index) const REQUIRES_SHARED(Locks::mutator_lock_) { in GetVTableEntry() function in art::ClassLinker::LinkMethodsHelper::VTableAccessor |