HomeSort by relevance Sort by last modified time
    Searched refs:iJIT_SAMPLING_ON (Results 1 - 6 of 6) sorted by null

  /external/v8/src/third_party/vtune/
vtune-jit.h 64 #define VTUNERUNNING (iJIT_IsProfilingActive() == iJIT_SAMPLING_ON)
jitprofiling.h 151 iJIT_SAMPLING_ON = 0x0001,
jitprofiling.cc 411 if (executionMode != iJIT_SAMPLING_ON)
412 executionMode = iJIT_SAMPLING_ON;
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventsWrapper.h 42 return iJIT_IsProfilingActive() == iJIT_SAMPLING_ON;
jitprofiling.h 112 iJIT_SAMPLING_ON = 0x0001,
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 97 return iJIT_SAMPLING_ON;

Completed in 245 milliseconds