Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit-inl.h30 inline void Jit::AddSamples(Thread* self, ArtMethod* method) { in AddSamples() function
Djit.h261 ALWAYS_INLINE void AddSamples(Thread* self, ArtMethod* method)
266 AddSamples(self, caller); in NotifyInterpreterToCompiledCodeTransition()
271 AddSamples(self, callee); in NotifyCompiledCodeToInterpreterTransition()
Djit.cc1438 AddSamples(self, method); in MethodEntered()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h432 jit->AddSamples(Self(), shadow_frame_.GetMethod()); in HandleBranch()