Searched refs:IsImtUnimplementedMethod (Results 1 – 5 of 5) sorted by relevance
341 inline bool ArtMethod::IsImtUnimplementedMethod() { in IsImtUnimplementedMethod() function
473 bool IsImtUnimplementedMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
432 if (!imt_method->IsImtConflictMethod() && !imt_method->IsImtUnimplementedMethod()) { in FindMethodFromCode()
1078 !method->IsImtUnimplementedMethod() && !method->IsAbstract()) << PrettyMethod(method); in GetQuickCode()
1332 method->IsImtUnimplementedMethod() || method->IsClassInitializer()) { in Callback()