Home
last modified time | relevance | path

Searched refs:IsInvokable (Results 1 – 13 of 13) sorted by relevance

/art/compiler/driver/
Dcompiler_driver-inl.h349 resolved_method->IsInvokable(); in IsFastInvoke()
355 resolved_method->IsInvokable(); in IsFastInvoke()
400 CHECK(called_method->IsInvokable()); in IsFastInvoke()
/art/compiler/dex/
Dverified_method.cc190 if (concrete_method == nullptr || !concrete_method->IsInvokable()) { in GenerateDevirtMap()
/art/runtime/
Dinstrumentation.cc117 if (!method->IsInvokable() || method->IsProxyMethod()) { in InstallStubsForMethod()
762 CHECK(method->IsInvokable()); in Deoptimize()
785 CHECK(method->IsInvokable()); in Undeoptimize()
Dart_method.cc69 DCHECK(!IsInvokable()); in ThrowInvocationTimeError()
Dart_method.h305 bool IsInvokable() { in IsInvokable() function
Dclass_linker.cc1425 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()
/art/runtime/interpreter/
Dinterpreter_common.h164 } 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()
Dinterpreter.cc408 } else if (!method->IsInvokable()) { in EnterInterpreterFromInvoke()
/art/compiler/
Dimage_writer.cc2063 DCHECK(method->IsInvokable()) << PrettyMethod(method); in GetQuickCode()
2149 if (UNLIKELY(!orig->IsInvokable())) { in CopyAndFixupMethod()
/art/compiler/optimizing/
Dinliner.cc169 } else if (!resolved_method->IsInvokable()) { in FindVirtualOrInterfaceTarget()
Dinstruction_builder.cc750 if (!actual_method->IsInvokable()) { in ResolveMethod()
/art/runtime/mirror/
Dclass.cc806 if (!m.IsNative() && m.IsInvokable()) { in SetSkipAccessChecksFlagOnAllMethods()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc650 if (UNLIKELY(!method->IsInvokable())) { in artQuickToInterpreterBridge()