Searched refs:GetMethodIndexDuringLinking (Results 1 – 3 of 3) sorted by relevance
86 inline uint16_t ArtMethod::GetMethodIndexDuringLinking() { in GetMethodIndexDuringLinking() function
399 uint16_t GetMethodIndexDuringLinking() REQUIRES_SHARED(Locks::mutator_lock_);
6707 size_t method_idx = local_method->GetMethodIndexDuringLinking(); in LinkVirtualMethods()7454 if (m->GetMethodIndexDuringLinking() != i) { in CheckClassOwnsVTableEntries()8125 if (translated_method->GetMethodIndexDuringLinking() != i) { in UpdateVtable()