Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h445 ArtMethod* imt_method = (*this_object)->GetClass()->GetEmbeddedImTableEntry( in FindMethodFromCode() local
447 if (!imt_method->IsImtConflictMethod() && !imt_method->IsImtUnimplementedMethod()) { in FindMethodFromCode()
452 CHECK_EQ(imt_method, method) << PrettyMethod(resolved_method) << " / " << in FindMethodFromCode()
453 PrettyMethod(imt_method) << " / " << PrettyMethod(method) << " / " << in FindMethodFromCode()
456 return imt_method; in FindMethodFromCode()