Home
last modified time | relevance | path

Searched refs:iJIT_SAMPLING_ON (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/third_party/vtune/
Dvtune-jit.h64 #define VTUNERUNNING (iJIT_IsProfilingActive() == iJIT_SAMPLING_ON)
Djitprofiling.cc411 if (executionMode != iJIT_SAMPLING_ON) in loadiJIT_Funcs()
412 executionMode = iJIT_SAMPLING_ON; in loadiJIT_Funcs()
Djitprofiling.h151 iJIT_SAMPLING_ON = 0x0001, enumerator
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventsWrapper.h42 return iJIT_IsProfilingActive() == iJIT_SAMPLING_ON; in isAmplifierRunning()
Djitprofiling.h112 iJIT_SAMPLING_ON = 0x0001, enumerator
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp97 return iJIT_SAMPLING_ON; in IsProfilingActive()