Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A 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()
H A Djit-inl.h34 inline void Jit::AddSamples(Thread* self, in AddSamples() function
H A Djit.cc1599 AddSamples(thread, method, 1, /* with_backedges= */false); in MethodEntered()
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc887 jit->AddSamples(self, method, count, /*with_backedges=*/ true); in MterpAddHotnessBatch()
912 jit->AddSamples(self, method, osr_countdown, /*with_backedges=*/ true); in MterpMaybeDoOnStackReplacement()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.h333 jit->AddSamples(self, called_method, 1, /* with_backedges */false); in DoInvoke()
H A Dinterpreter_switch_impl-inl.h258 jit->AddSamples(Self(), shadow_frame_.GetMethod(), 1, /*with_backedges=*/ true); in HandleBranch()