Searched refs:IsInvokable (Results 1 – 11 of 11) 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()
197 if (UNLIKELY(!called_method->IsInvokable())) { in DoInvoke()
427 } else if (!method->IsInvokable()) { in EnterInterpreterFromInvoke()
792 if (!method->IsCompilable() || !method->IsInvokable()) { in CompileMethodsFromProfile()
262 } else if (!resolved_method->IsInvokable()) { in FindVirtualOrInterfaceTarget()
3364 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in GetQuickCode()3458 if (UNLIKELY(!orig->IsInvokable())) { in CopyAndFixupMethod()
738 if (UNLIKELY(!method->IsInvokable())) { in artQuickToInterpreterBridge()