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.h230 ALWAYS_INLINE void AddSamples(Thread* self,
244 AddSamples(self, caller, options_->GetInvokeTransitionWeight(), false); in NotifyInterpreterToCompiledCodeTransition()
249 AddSamples(self, callee, options_->GetInvokeTransitionWeight(), false); in NotifyCompiledCodeToInterpreterTransition()
Djit.cc960 AddSamples(thread, method, 1, /* with_backedges= */false); in MethodEntered()
/art/runtime/interpreter/mterp/
Dmterp.cc931 jit->AddSamples(self, method, count, /*with_backedges=*/ true); in MterpAddHotnessBatch()
956 jit->AddSamples(self, method, osr_countdown, /*with_backedges=*/ true); in MterpMaybeDoOnStackReplacement()
/art/runtime/interpreter/
Dinterpreter_common.h256 jit->AddSamples(self, called_method, 1, /* with_backedges */false); in DoInvoke()
Dinterpreter_switch_impl-inl.h275 jit->AddSamples(self, shadow_frame.GetMethod(), 1, /*with_backedges=*/ true); in HotnessUpdate()