Home
last modified time | relevance | path

Searched refs:imt_method (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h600 ArtMethod* imt_method = klass->GetImt(pointer_size)->Get(imt_index, pointer_size); in FindMethodToCall() local
601 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()
/art/dex2oat/linker/
Dimage_writer.cc1457 ArtMethod* imt_method = imt->Get(i, target_ptr_size_); in RecordNativeRelocations() local
1458 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()