Searched refs:ShouldDeoptimizeMethod (Results 1 – 3 of 3) sorted by relevance
487 bool ShouldDeoptimizeMethod(Thread* self, const NthCallerVisitor& visitor)
1611 bool Instrumentation::ShouldDeoptimizeMethod(Thread* self, const NthCallerVisitor& visitor) { in ShouldDeoptimizeMethod() function in art::instrumentation::Instrumentation1680 bool deoptimize = ShouldDeoptimizeMethod(self, visitor) || should_deoptimize_frame; in PopInstrumentationStackFrame()
2695 deoptimize = instr->ShouldDeoptimizeMethod(self, visitor); in artMethodExitHook()