Home
last modified time | relevance | path

Searched refs:SetEmbeddedVTableEntry (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h186 inline void Class::SetEmbeddedVTableEntry(uint32_t i, ArtMethod* method) { in SetEmbeddedVTableEntry() function
Dclass.cc825 SetEmbeddedVTableEntry(i, table->GetWithoutChecks(i)); in PopulateEmbeddedImtAndVTable()
Dclass.h730 …void SetEmbeddedVTableEntry(uint32_t i, ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lo…