Home
last modified time | relevance | path

Searched refs:NeedsSlowInterpreterForMethod (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc1747 bool Instrumentation::NeedsSlowInterpreterForMethod(Thread* self, ArtMethod* method) { in NeedsSlowInterpreterForMethod() function in art::instrumentation::Instrumentation
1790 bool needs_deopt = NeedsSlowInterpreterForMethod(self, caller); in ShouldDeoptimizeCaller()
H A Dinstrumentation.h553 bool NeedsSlowInterpreterForMethod(Thread* self, ArtMethod* method)
/aosp_15_r20/art/runtime/jit/
H A Djit.cc477 if (Runtime::Current()->GetInstrumentation()->NeedsSlowInterpreterForMethod(thread, method) || in MaybeDoOnStackReplacement()