Home
last modified time | relevance | path

Searched refs:GetEmbeddedVTableEntry (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h168 return GetEmbeddedVTableEntry(i); in GetVTableEntry()
181 inline ArtMethod* Class::GetEmbeddedVTableEntry(uint32_t i) { in GetEmbeddedVTableEntry() function
Dclass.h728 ArtMethod* GetEmbeddedVTableEntry(uint32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/interpreter/
Dinterpreter_common.h144 ArtMethod* const method = receiver->GetClass()->GetEmbeddedVTableEntry(vtable_idx); in DoInvokeVirtualQuick()
/art/runtime/
Dclass_linker.cc4925 vtable->SetWithoutChecks<false>(i, super_class->GetEmbeddedVTableEntry(i)); in LinkVirtualMethods()