Searched refs:NeedsSlowInterpreterForMethod (Results 1 – 3 of 3) sorted by relevance
1747 bool Instrumentation::NeedsSlowInterpreterForMethod(Thread* self, ArtMethod* method) { in NeedsSlowInterpreterForMethod() function in art::instrumentation::Instrumentation1790 bool needs_deopt = NeedsSlowInterpreterForMethod(self, caller); in ShouldDeoptimizeCaller()
553 bool NeedsSlowInterpreterForMethod(Thread* self, ArtMethod* method)
477 if (Runtime::Current()->GetInstrumentation()->NeedsSlowInterpreterForMethod(thread, method) || in MaybeDoOnStackReplacement()