Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h549 bool NeedsSlowInterpreterForMethod(Thread* self, ArtMethod* method)
Dinstrumentation.cc1716 bool Instrumentation::NeedsSlowInterpreterForMethod(Thread* self, ArtMethod* method) { in NeedsSlowInterpreterForMethod() function in art::instrumentation::Instrumentation
1759 bool needs_deopt = NeedsSlowInterpreterForMethod(self, caller); in ShouldDeoptimizeCaller()
/art/runtime/jit/
Djit.cc473 if (Runtime::Current()->GetInstrumentation()->NeedsSlowInterpreterForMethod(thread, method) || in MaybeDoOnStackReplacement()