Searched refs:IsImtUnimplementedMethod (Results 1 – 5 of 5) sorted by relevance
303 inline bool ArtMethod::IsImtUnimplementedMethod() { in IsImtUnimplementedMethod() function
441 bool IsImtUnimplementedMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
447 if (!imt_method->IsImtConflictMethod() && !imt_method->IsImtUnimplementedMethod()) { in FindMethodFromCode()
1327 !method->IsImtUnimplementedMethod() && !method->IsAbstract()) << PrettyMethod(method); in GetQuickCode()
1818 method->IsImtUnimplementedMethod() || method->IsClassInitializer()) { in DumpMethod()