Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h112 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()
Djit.cc643 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/
Dinterpreter_common.h285 jit->AddSamples(self, shadow_frame.GetMethod(), 1, /*with_backedges*/false); in DoInvokeVirtualQuick()
Dinterpreter_switch_impl.cc108 jit->AddSamples(self, shadow_frame.GetMethod(), 1, /*with_backedges*/ true); \
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2361 jit->AddSamples(self, called, 1u, /*with_backedges*/ false); in artQuickGenericJniTrampoline()