Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method.cc97 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()
H A Dnterp_helpers.cc192 method->IsInvokable() && in CanMethodUseNterp()
H A Dart_method.h227 bool IsInvokable() const { in IsInvokable() function
245 DCHECK(IsInvokable()); in SetPreCompiled()
H A Dinstrumentation.cc235 if (!method->IsInvokable() || method->IsProxyMethod()) { in InstallStubsForMethod()
1006 CHECK(method->IsInvokable()); in Deoptimize()
1029 CHECK(method->IsInvokable()); in Undeoptimize()
H A Dclass_linker.cc2012 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()
/aosp12/art/openjdkjvmti/
H A Ddeopt_manager.cc235 DCHECK(method->IsInvokable()); in AddMethodBreakpoint()
275 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
H A Dti_breakpoint.cc125 DCHECK(!m->IsDefault() || !m->IsCopied() || !m->IsInvokable()) in Breakpoint()
H A Dti_redefine.cc2822 if (m.IsInvokable()) { in UpdateClassStructurally()
3043 if (method.IsInvokable()) { in UpdateClassInPlace()
3071 if (!m->IsNative() && m->IsInvokable() && !m->IsObsolete()) { in UpdateClassCommon()
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc602 if (method.IsInvokable()) { in CollectClasses()
698 if (method.IsInvokable() && !method.IsNative()) { in UpdateProfile()
710 DCHECK(method->IsInvokable()); in UpdateProfile()
H A Djit.cc1319 if (!method->IsCompilable() || !method->IsInvokable()) { in CompileMethodFromProfile()
/aosp12/art/runtime/verifier/
H A Dclass_verifier.cc95 if (skip_access_checks && it.first->IsInvokable() && !it.first->IsNative()) { in ReverifyClass()
/aosp12/art/runtime/mirror/
H A Dclass.cc1085 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()
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc432 } else if (!method->IsInvokable()) { in EnterInterpreterFromInvoke()
H A Dinterpreter_common.h278 if (UNLIKELY(!called_method->IsInvokable())) { in DoInvoke()
/aosp12/art/compiler/optimizing/
H A Dinliner.cc262 } else if (!resolved_method->IsInvokable()) { in FindVirtualOrInterfaceTarget()
H A Dinstruction_builder.cc954 if (!actual_method->IsInvokable()) { in ResolveMethod()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc3211 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in GetQuickCode()
3312 if (UNLIKELY(!orig->IsInvokable())) { in CopyAndFixupMethod()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc653 if (UNLIKELY(!method->IsInvokable())) { in artQuickToInterpreterBridge()