Searched refs:IsImtConflictMethod (Results 1 – 6 of 6) sorted by relevance
333 inline bool ArtMethod::IsImtConflictMethod() { in IsImtConflictMethod() function
471 bool IsImtConflictMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
432 if (!imt_method->IsImtConflictMethod() && !imt_method->IsImtUnimplementedMethod()) { in FindMethodFromCode()
1077 DCHECK(!method->IsResolutionMethod() && !method->IsImtConflictMethod() && in GetQuickCode()
1718 if (!m->IsImtConflictMethod()) { in TEST_F()
1331 method->IsResolutionMethod() || method->IsImtConflictMethod() || in Callback()