Searched refs:AddSamples (Results 1 – 6 of 6) sorted by relevance
/art/runtime/jit/ |
D | jit-inl.h | 34 inline void Jit::AddSamples(Thread* self, in AddSamples() function
|
D | jit.h | 230 ALWAYS_INLINE void AddSamples(Thread* self, 244 AddSamples(self, caller, options_->GetInvokeTransitionWeight(), false); in NotifyInterpreterToCompiledCodeTransition() 249 AddSamples(self, callee, options_->GetInvokeTransitionWeight(), false); in NotifyCompiledCodeToInterpreterTransition()
|
D | jit.cc | 960 AddSamples(thread, method, 1, /* with_backedges= */false); in MethodEntered()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 931 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/ |
D | interpreter_common.h | 256 jit->AddSamples(self, called_method, 1, /* with_backedges */false); in DoInvoke()
|
D | interpreter_switch_impl-inl.h | 275 jit->AddSamples(self, shadow_frame.GetMethod(), 1, /*with_backedges=*/ true); in HotnessUpdate()
|