Searched refs:IsDefault (Results 1 – 12 of 12) sorted by relevance
62 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
183 bool is_default = method->IsDefault(); in AddMethodBreakpoint()223 bool is_default = method->IsDefault(); in RemoveMethodBreakpoint()
173 !method->IsDefault<kWithoutReadBarrier>()) { in ResetSingleImplementationInHierarchy()478 DCHECK(interface_method->IsAbstract() || interface_method->IsDefault()); in CheckInterfaceMethodSingleImplementationInfo()558 DCHECK(method.IsAbstract() || method.IsDefault()); in UpdateAfterLoadingOf()
164 static bool IsDefault(LockWord lw) { in IsDefault() function
470 bool is_default = IsDefault(); in SetIntrinsic()484 DCHECK_EQ(is_default, IsDefault()); in SetIntrinsic()
245 bool IsDefault() { in IsDefault() function
68 if (LIKELY(!IsDefault())) { in GetCanonicalMethod()
3454 bool need_full_deoptimization = m->IsDefault(); in GetRequiredDeoptimizationKind()
85 if (!LockWord::IsDefault(lock_word)) { in ForwardObject()
604 DCHECK(!method->GetDeclaringClass()->IsInterface() || method->IsDefault() || method->IsMiranda()); in FindVirtualMethodForVirtual()
781 if (current_method->IsDefault()) { in FindVirtualMethodForInterfaceSuper()
1326 if (method->IsDefault() && !method->IsCopied()) { in TryInlineAndReplace()