Home
last modified time | relevance | path

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

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