Searched refs:IsInvokable (Results 1 – 14 of 14) sorted by relevance
62 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
177 DCHECK(method->IsInvokable()); in AddMethodBreakpoint()217 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
1482 if (method.IsInvokable()) { in UpdateClass()
146 } else if (UNLIKELY(!called_method->IsInvokable())) { in DoFastInvoke()189 } else if (UNLIKELY(!called_method->IsInvokable())) { in DoInvoke()276 } else if (UNLIKELY(!called_method->IsInvokable())) { in DoInvokeVirtualQuick()
398 } else if (!method->IsInvokable()) { in EnterInterpreterFromInvoke()
156 DCHECK(!IsInvokable()); in ThrowInvocationTimeError()366 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete()) in Invoke()698 if (IsNative() || !IsInvokable() || IsProxyMethod()) { in HasAnyCompiledCode()
152 if (!method->IsInvokable() || method->IsProxyMethod()) { in InstallStubsForMethod()865 CHECK(method->IsInvokable()); in Deoptimize()888 CHECK(method->IsInvokable()); in Undeoptimize()
217 bool IsInvokable() { in IsInvokable() function
1318 const void* oat_code = m.IsInvokable() ? class_linker->GetQuickOatCodeFor(&m) : code; in Update()1328 const void* oat_code = m.IsInvokable() ? class_linker->GetQuickOatCodeFor(&m) : code; in Update()2893 CHECK(method->IsInvokable()) << method->PrettyMethod(); in GetQuickOatCodeFor()3013 DCHECK(!method->IsInvokable()); in EnsureThrowsInvocationError()3041 if (!method->IsInvokable()) { in LinkCode()4594 CHECK(method->IsInvokable()); in CheckProxyMethod()
1004 if (!m.IsNative() && m.IsInvokable()) { in SetSkipAccessChecksFlagOnAllMethods()
2558 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in GetQuickCode()2650 if (UNLIKELY(!orig->IsInvokable())) { in CopyAndFixupMethod()
247 } else if (!resolved_method->IsInvokable()) { in FindVirtualOrInterfaceTarget()
900 if (!actual_method->IsInvokable()) { in ResolveMethod()
775 if (UNLIKELY(!method->IsInvokable())) { in artQuickToInterpreterBridge()