Searched refs:executionMode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/third_party/vtune/
H A Djitprofiling.cc102 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable
192 (executionMode != iJIT_CALLGRAPH_ON))
293 return executionMode;
410 executionMode = (iJIT_IsProfilingActiveFlags)FUNC_Initialize();
411 if (executionMode != iJIT_SAMPLING_ON)
412 executionMode = iJIT_SAMPLING_ON;
421 if ( executionMode == iJIT_CALLGRAPH_ON )
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c63 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable
155 (executionMode != iJIT_CALLGRAPH_ON))
269 return executionMode;
393 executionMode = (iJIT_IsProfilingActiveFlags)FUNC_Initialize();
402 if ( executionMode == iJIT_CALLGRAPH_ON )
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 572 milliseconds