Searched refs:AddSamples (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jit/ |
D | jit.h | 112 void AddSamples(Thread* self, ArtMethod* method, uint16_t samples, bool with_backedges) 123 AddSamples(self, caller, invoke_transition_weight_, false); in NotifyInterpreterToCompiledCodeTransition() 128 AddSamples(self, callee, invoke_transition_weight_, false); in NotifyCompiledCodeToInterpreterTransition()
|
D | jit.cc | 643 void Jit::AddSamples(Thread* self, ArtMethod* method, uint16_t count, bool with_backedges) { in AddSamples() function in art::jit::Jit 738 AddSamples(thread, method, 1, /* with_backedges */false); in MethodEntered()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 285 jit->AddSamples(self, shadow_frame.GetMethod(), 1, /*with_backedges*/false); in DoInvokeVirtualQuick()
|
D | interpreter_switch_impl.cc | 108 jit->AddSamples(self, shadow_frame.GetMethod(), 1, /*with_backedges*/ true); \
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2361 jit->AddSamples(self, called, 1u, /*with_backedges*/ false); in artQuickGenericJniTrampoline()
|