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

  /external/v8/src/third_party/vtune/
jitprofiling.cc 102 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING;
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 )
  /frameworks/base/media/mca/filterfw/java/android/filterfw/
GraphEnvironment.java 179 * @param executionMode The mode of graph execution. Currently this can be either
183 public GraphRunner getRunner(int graphId, int executionMode) {
184 switch (executionMode) {
193 "Invalid execution mode " + executionMode + " specified in getRunner()!");
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 64 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING;
156 (executionMode != iJIT_CALLGRAPH_ON))
270 return executionMode;
394 executionMode = (iJIT_IsProfilingActiveFlags)FUNC_Initialize();
403 if ( executionMode == iJIT_CALLGRAPH_ON )
  /frameworks/base/core/jni/
AndroidRuntime.cpp 643 } executionMode = kEMDefault;
675 executionMode = kEMIntPortable;
677 executionMode = kEMIntFast;
679 executionMode = kEMJitCompiler;
792 if (executionMode == kEMIntPortable) {
794 } else if (executionMode == kEMIntFast) {
796 } else if (executionMode == kEMJitCompiler) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 184 milliseconds