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.h317 ALWAYS_INLINE void AddSamples(Thread* self,
326 AddSamples(self, caller, options_->GetInvokeTransitionWeight(), false); in NotifyInterpreterToCompiledCodeTransition()
333 AddSamples(self, callee, options_->GetInvokeTransitionWeight(), false); in NotifyCompiledCodeToInterpreterTransition()
Djit.cc1599 AddSamples(thread, method, 1, /* with_backedges= */false); in MethodEntered()
/art/runtime/interpreter/mterp/
Dmterp.cc887 jit->AddSamples(self, method, count, /*with_backedges=*/ true); in MterpAddHotnessBatch()
912 jit->AddSamples(self, method, osr_countdown, /*with_backedges=*/ true); in MterpMaybeDoOnStackReplacement()
/art/runtime/interpreter/
Dinterpreter_common.h333 jit->AddSamples(self, called_method, 1, /* with_backedges */false); in DoInvoke()
Dinterpreter_switch_impl-inl.h258 jit->AddSamples(Self(), shadow_frame_.GetMethod(), 1, /*with_backedges=*/ true); in HandleBranch()