Searched refs:imt_method (Results 1 – 2 of 2) sorted by relevance
600 ArtMethod* imt_method = klass->GetImt(pointer_size)->Get(imt_index, pointer_size); in FindMethodToCall() local601 if (!imt_method->IsRuntimeMethod()) { in FindMethodToCall()605 CHECK_EQ(imt_method, method) << ArtMethod::PrettyMethod(resolved_method) << " / " in FindMethodToCall()606 << imt_method->PrettyMethod() << " / " in FindMethodToCall()610 return imt_method; in FindMethodToCall()
1457 ArtMethod* imt_method = imt->Get(i, target_ptr_size_); in RecordNativeRelocations() local1458 DCHECK(imt_method != nullptr); in RecordNativeRelocations()1459 if (imt_method->IsRuntimeMethod() && in RecordNativeRelocations()1460 !IsInBootImage(imt_method) && in RecordNativeRelocations()1461 !NativeRelocationAssigned(imt_method)) { in RecordNativeRelocations()1462 AssignMethodOffset(imt_method, NativeObjectRelocationType::kRuntimeMethod, oat_index); in RecordNativeRelocations()