Searched refs:IsDefault (Results 1 – 10 of 10) sorted by relevance
62 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
241 bool is_default = method->IsDefault(); in AddMethodBreakpoint()281 bool is_default = method->IsDefault(); in RemoveMethodBreakpoint()
173 !method->IsDefault()) { in ResetSingleImplementationInHierarchy()478 DCHECK(interface_method->IsAbstract() || interface_method->IsDefault()); in CheckInterfaceMethodSingleImplementationInfo()562 DCHECK(method.IsAbstract() || method.IsDefault()); in UpdateAfterLoadingOf()
166 static bool IsDefault(LockWord lw) { in IsDefault() function
68 if (LIKELY(!IsDefault())) { in GetCanonicalMethod()705 bool is_default = IsDefault(); in SetIntrinsic()721 DCHECK_EQ(is_default, IsDefault()); in SetIntrinsic()
237 bool IsDefault() { in IsDefault() function
3344 bool need_full_deoptimization = m->IsDefault(); in GetRequiredDeoptimizationKind()
619 DCHECK(!method->GetDeclaringClass()->IsInterface() || method->IsDefault() || method->IsMiranda()); in FindVirtualMethodForVirtual()
769 if (current_method->IsDefault()) { in FindVirtualMethodForInterfaceSuper()
1346 if (method->IsDefault() && !method->IsCopied()) { in TryInlineAndReplace()