Searched refs:IsDefault (Results 1 – 9 of 9) sorted by relevance
173 !method->IsDefault()) { in ResetSingleImplementationInHierarchy()478 DCHECK(interface_method->IsAbstract() || interface_method->IsDefault()); in CheckInterfaceMethodSingleImplementationInfo()562 DCHECK(method.IsAbstract() || method.IsDefault()); in UpdateAfterLoadingOf()
168 static bool IsDefault(LockWord lw) { in IsDefault() function
701 bool is_default = IsDefault(); in SetIntrinsic()717 DCHECK_EQ(is_default, IsDefault()); in SetIntrinsic()
267 bool IsDefault() const { in IsDefault() function
241 bool is_default = method->IsDefault(); in AddMethodBreakpoint()281 bool is_default = method->IsDefault(); in RemoveMethodBreakpoint()
125 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
641 DCHECK(!method->GetDeclaringClass()->IsInterface() || method->IsDefault() || method->IsMiranda()); in FindVirtualMethodForVirtual()
890 if (current_method->IsDefault()) { in FindVirtualMethodForInterfaceSuper()
1358 if (method->IsDefault() && !method->IsCopied()) { in TryInlineAndReplace()