Home | History | Annotate | Download | only in interpreter

Lines Matching refs:jit

37 #include "jit/jit.h"
646 jit::Jit* jit = Runtime::Current()->GetJit();
647 if (jit != nullptr) {
649 jit->InvokeVirtualOrInterface(
652 jit->AddSamples(self, sf_method, 1, /*with_backedges*/false);
654 // TODO: Remove the InvokeVirtualOrInterface instrumentation, as it was only used by the JIT.
694 jit::Jit* jit = Runtime::Current()->GetJit();
695 if (jit != nullptr) {
696 jit->InvokeVirtualOrInterface(
698 jit->AddSamples(self, shadow_frame.GetMethod(), 1, /*with_backedges*/false);
701 // TODO: Remove the InvokeVirtualOrInterface instrumentation, as it was only used by the JIT.