Searched refs:imt_method (Results 1 – 2 of 2) sorted by relevance
563 ArtMethod* imt_method = (*this_object)->GetClass()->GetEmbeddedImTableEntry( in FindMethodFromCode() local565 if (!imt_method->IsRuntimeMethod()) { in FindMethodFromCode()570 CHECK_EQ(imt_method, method) << PrettyMethod(resolved_method) << " / " << in FindMethodFromCode()571 PrettyMethod(imt_method) << " / " << PrettyMethod(method) << " / " << in FindMethodFromCode()574 return imt_method; in FindMethodFromCode()
1237 ArtMethod* imt_method = as_klass->GetEmbeddedImTableEntry(i, target_ptr_size_); in WalkFieldsInOrder() local1238 DCHECK(imt_method != nullptr); in WalkFieldsInOrder()1239 if (imt_method->IsRuntimeMethod() && in WalkFieldsInOrder()1240 !IsInBootImage(imt_method) && in WalkFieldsInOrder()1241 !NativeRelocationAssigned(imt_method)) { in WalkFieldsInOrder()1242 AssignMethodOffset(imt_method, kNativeObjectRelocationTypeRuntimeMethod, oat_index); in WalkFieldsInOrder()