Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h86 inline uint16_t ArtMethod::GetMethodIndexDuringLinking() { in GetMethodIndexDuringLinking() function
Dart_method.h399 uint16_t GetMethodIndexDuringLinking() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc6707 size_t method_idx = local_method->GetMethodIndexDuringLinking(); in LinkVirtualMethods()
7454 if (m->GetMethodIndexDuringLinking() != i) { in CheckClassOwnsVTableEntries()
8125 if (translated_method->GetMethodIndexDuringLinking() != i) { in UpdateVtable()