Searched refs:IsInvokable (Results 1 – 18 of 18) sorted by relevance
97 if (IsInvokable()) { in GetSingleImplementation()154 DCHECK(!IsInvokable()); in ThrowInvocationTimeError()336 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()))) { in Invoke()362 (IsNative() || !IsInvokable() || IsProxyMethod() || IsObsolete()) in Invoke()645 if (IsNative() || !IsInvokable() || IsProxyMethod()) { in HasAnyCompiledCode()
192 method->IsInvokable() && in CanMethodUseNterp()
227 bool IsInvokable() const { in IsInvokable() function245 DCHECK(IsInvokable()); in SetPreCompiled()
235 if (!method->IsInvokable() || method->IsProxyMethod()) { in InstallStubsForMethod()1006 CHECK(method->IsInvokable()); in Deoptimize()1029 CHECK(method->IsInvokable()); in Undeoptimize()
2012 if (!method.IsNative() && method.IsInvokable()) { in AddImageSpace()3333 CHECK(method->IsInvokable()) << method->PrettyMethod(); in GetQuickOatCodeFor()3511 DCHECK(!method->IsInvokable()); in EnsureThrowsInvocationError()3531 if (!method->IsInvokable()) { in LinkCode()5196 CHECK(method->IsInvokable()); in CheckProxyMethod()
235 DCHECK(method->IsInvokable()); in AddMethodBreakpoint()275 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
125 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
2822 if (m.IsInvokable()) { in UpdateClassStructurally()3043 if (method.IsInvokable()) { in UpdateClassInPlace()3071 if (!m->IsNative() && m->IsInvokable() && !m->IsObsolete()) { in UpdateClassCommon()
602 if (method.IsInvokable()) { in CollectClasses()698 if (method.IsInvokable() && !method.IsNative()) { in UpdateProfile()710 DCHECK(method->IsInvokable()); in UpdateProfile()
1319 if (!method->IsCompilable() || !method->IsInvokable()) { in CompileMethodFromProfile()
95 if (skip_access_checks && it.first->IsInvokable() && !it.first->IsNative()) { in ReverifyClass()
1085 if (!m.IsNative() && m.IsInvokable()) { in ClearSkipAccessChecksFlagOnAllMethods()1094 if (!m.IsNative() && m.IsInvokable()) { in ClearMustCountLocksFlagOnAllMethods()1103 if (!m.IsNative() && m.IsInvokable()) { in ClearDontCompileFlagOnAllMethods()1112 if (!m.IsNative() && m.IsInvokable()) { in SetSkipAccessChecksFlagOnAllMethods()
432 } else if (!method->IsInvokable()) { in EnterInterpreterFromInvoke()
278 if (UNLIKELY(!called_method->IsInvokable())) { in DoInvoke()
262 } else if (!resolved_method->IsInvokable()) { in FindVirtualOrInterfaceTarget()
954 if (!actual_method->IsInvokable()) { in ResolveMethod()
3211 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in GetQuickCode()3312 if (UNLIKELY(!orig->IsInvokable())) { in CopyAndFixupMethod()
653 if (UNLIKELY(!method->IsInvokable())) { in artQuickToInterpreterBridge()