Searched refs:IsInvokable (Results 1 – 15 of 15) sorted by relevance
62 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
235 DCHECK(method->IsInvokable()); in AddMethodBreakpoint()275 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
1550 if (method.IsInvokable()) { in UpdateClass()
142 DCHECK(!IsInvokable()); in ThrowInvocationTimeError()326 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()) || in Invoke()353 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete()) in Invoke()672 if (IsNative() || !IsInvokable() || IsProxyMethod()) { in HasAnyCompiledCode()
210 bool IsInvokable() { in IsInvokable() function478 if (UNLIKELY(IsNative() || IsProxyMethod() || !IsInvokable())) { in GetProfilingInfo()
206 if (!method->IsInvokable() || method->IsProxyMethod()) { in InstallStubsForMethod()965 CHECK(method->IsInvokable()); in Deoptimize()988 CHECK(method->IsInvokable()); in Undeoptimize()
1510 const void* oat_code = m.IsInvokable() ? class_linker->GetQuickOatCodeFor(&m) : code; in Update()1521 const void* oat_code = m.IsInvokable() ? class_linker->GetQuickOatCodeFor(&m) : code; in Update()3338 CHECK(method->IsInvokable()) << method->PrettyMethod(); in GetQuickOatCodeFor()3469 DCHECK(!method->IsInvokable()); in EnsureThrowsInvocationError()3498 if (!method->IsInvokable()) { in LinkCode()5086 CHECK(method->IsInvokable()); in CheckProxyMethod()
197 if (UNLIKELY(!called_method->IsInvokable())) { in DoInvoke()
427 } else if (!method->IsInvokable()) { in EnterInterpreterFromInvoke()
792 if (!method->IsCompilable() || !method->IsInvokable()) { in CompileMethodsFromProfile()
995 if (!m.IsNative() && m.IsInvokable()) { in SetSkipAccessChecksFlagOnAllMethods()
262 } else if (!resolved_method->IsInvokable()) { in FindVirtualOrInterfaceTarget()
887 if (!actual_method->IsInvokable()) { in ResolveMethod()
3364 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in GetQuickCode()3458 if (UNLIKELY(!orig->IsInvokable())) { in CopyAndFixupMethod()
738 if (UNLIKELY(!method->IsInvokable())) { in artQuickToInterpreterBridge()