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