Home
last modified time | relevance | path

Searched refs:IsDefault (Results 1 – 10 of 10) sorted by relevance

/art/openjdkjvmti/
Dti_breakpoint.cc62 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
Ddeopt_manager.cc241 bool is_default = method->IsDefault(); in AddMethodBreakpoint()
281 bool is_default = method->IsDefault(); in RemoveMethodBreakpoint()
/art/runtime/
Dcha.cc173 !method->IsDefault()) { in ResetSingleImplementationInHierarchy()
478 DCHECK(interface_method->IsAbstract() || interface_method->IsDefault()); in CheckInterfaceMethodSingleImplementationInfo()
562 DCHECK(method.IsAbstract() || method.IsDefault()); in UpdateAfterLoadingOf()
Dlock_word.h166 static bool IsDefault(LockWord lw) { in IsDefault() function
Dart_method.cc68 if (LIKELY(!IsDefault())) { in GetCanonicalMethod()
705 bool is_default = IsDefault(); in SetIntrinsic()
721 DCHECK_EQ(is_default, IsDefault()); in SetIntrinsic()
Dart_method.h237 bool IsDefault() { in IsDefault() function
Ddebugger.cc3344 bool need_full_deoptimization = m->IsDefault(); in GetRequiredDeoptimizationKind()
/art/runtime/mirror/
Dclass-inl.h619 DCHECK(!method->GetDeclaringClass()->IsInterface() || method->IsDefault() || method->IsMiranda()); in FindVirtualMethodForVirtual()
Dclass.cc769 if (current_method->IsDefault()) { in FindVirtualMethodForInterfaceSuper()
/art/compiler/optimizing/
Dinliner.cc1346 if (method->IsDefault() && !method->IsCopied()) { in TryInlineAndReplace()