Home
last modified time | relevance | path

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

/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.h168 static bool IsDefault(LockWord lw) { in IsDefault() function
Dart_method.cc701 bool is_default = IsDefault(); in SetIntrinsic()
717 DCHECK_EQ(is_default, IsDefault()); in SetIntrinsic()
Dart_method.h267 bool IsDefault() const { in IsDefault() function
/art/openjdkjvmti/
Ddeopt_manager.cc241 bool is_default = method->IsDefault(); in AddMethodBreakpoint()
281 bool is_default = method->IsDefault(); in RemoveMethodBreakpoint()
Dti_breakpoint.cc125 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
/art/runtime/mirror/
Dclass-inl.h641 DCHECK(!method->GetDeclaringClass()->IsInterface() || method->IsDefault() || method->IsMiranda()); in FindVirtualMethodForVirtual()
Dclass.cc890 if (current_method->IsDefault()) { in FindVirtualMethodForInterfaceSuper()
/art/compiler/optimizing/
Dinliner.cc1358 if (method->IsDefault() && !method->IsCopied()) { in TryInlineAndReplace()