Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h563 ArtMethod* imt_method = (*this_object)->GetClass()->GetEmbeddedImTableEntry( in FindMethodFromCode() local
565 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()
/art/compiler/
Dimage_writer.cc1237 ArtMethod* imt_method = as_klass->GetEmbeddedImTableEntry(i, target_ptr_size_); in WalkFieldsInOrder() local
1238 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()