Home
last modified time | relevance | path

Searched refs:AddSamples (Results 1 – 6 of 6) sorted by relevance

/art/runtime/jit/
Djit-inl.h34 inline void Jit::AddSamples(Thread* self, in AddSamples() function
Djit.h309 ALWAYS_INLINE void AddSamples(Thread* self,
324 AddSamples(self, caller, options_->GetInvokeTransitionWeight(), false); in NotifyInterpreterToCompiledCodeTransition()
331 AddSamples(self, callee, options_->GetInvokeTransitionWeight(), false); in NotifyCompiledCodeToInterpreterTransition()
Djit.cc1656 AddSamples(thread, method, 1, /* with_backedges= */false); in MethodEntered()
/art/runtime/interpreter/mterp/
Dmterp.cc928 jit->AddSamples(self, method, count, /*with_backedges=*/ true); in MterpAddHotnessBatch()
953 jit->AddSamples(self, method, osr_countdown, /*with_backedges=*/ true); in MterpMaybeDoOnStackReplacement()
/art/runtime/interpreter/
Dinterpreter_common.h354 jit->AddSamples(self, called_method, 1, /* with_backedges */false); in DoInvoke()
Dinterpreter_switch_impl-inl.h175 jit->AddSamples(self, shadow_frame.GetMethod(), 1, /*with_backedges=*/ true); in HotnessUpdate()