Searched refs:imt_method (Results 1 – 1 of 1) sorted by relevance
445 ArtMethod* imt_method = (*this_object)->GetClass()->GetEmbeddedImTableEntry( in FindMethodFromCode() local447 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()