Searched refs:IsInvokable (Results 1 – 13 of 13) sorted by relevance
349 resolved_method->IsInvokable(); in IsFastInvoke()355 resolved_method->IsInvokable(); in IsFastInvoke()400 CHECK(called_method->IsInvokable()); in IsFastInvoke()
190 if (concrete_method == nullptr || !concrete_method->IsInvokable()) { in GenerateDevirtMap()
117 if (!method->IsInvokable() || method->IsProxyMethod()) { in InstallStubsForMethod()762 CHECK(method->IsInvokable()); in Deoptimize()785 CHECK(method->IsInvokable()); in Undeoptimize()
69 DCHECK(!IsInvokable()); in ThrowInvocationTimeError()
305 bool IsInvokable() { in IsInvokable() function
1425 const void* oat_code = m.IsInvokable() ? GetQuickOatCodeFor(&m) : code; in UpdateAppImageClassLoadersAndDexCaches()1435 const void* oat_code = m.IsInvokable() ? GetQuickOatCodeFor(&m) : code; in UpdateAppImageClassLoadersAndDexCaches()2717 CHECK(method->IsInvokable()) << PrettyMethod(method); in GetQuickOatCodeFor()2737 if (method->IsNative() || !method->IsInvokable() || method->IsProxyMethod()) { in GetOatMethodQuickCodeFor()2847 DCHECK(!method->IsInvokable()); in EnsureThrowsInvocationError()2872 if (!method->IsInvokable()) { in LinkCode()4375 CHECK(method->IsInvokable()); in CheckProxyMethod()
164 } else if (UNLIKELY(!called_method->IsInvokable())) { in IsValidLambdaTargetOrThrow()641 } else if (UNLIKELY(!called_method->IsInvokable())) { in DoInvoke()689 } else if (UNLIKELY(!called_method->IsInvokable())) { in DoInvokeVirtualQuick()
408 } else if (!method->IsInvokable()) { in EnterInterpreterFromInvoke()
2063 DCHECK(method->IsInvokable()) << PrettyMethod(method); in GetQuickCode()2149 if (UNLIKELY(!orig->IsInvokable())) { in CopyAndFixupMethod()
169 } else if (!resolved_method->IsInvokable()) { in FindVirtualOrInterfaceTarget()
750 if (!actual_method->IsInvokable()) { in ResolveMethod()
806 if (!m.IsNative() && m.IsInvokable()) { in SetSkipAccessChecksFlagOnAllMethods()
650 if (UNLIKELY(!method->IsInvokable())) { in artQuickToInterpreterBridge()