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