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

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

Completed in 658 milliseconds