HomeSort by relevance Sort by last modified time
    Searched full:executionmode (Results 1 - 19 of 19) sorted by null

  /dalvik/vm/compiler/codegen/x86/
NcgAot.cpp 47 if(gDvm.executionMode == kExecutionModeNcgO1) touchEax();
58 //if(gDvm.executionMode == kExecutionModeNcgO1) touchEax();
64 if(gDvm.executionMode == kExecutionModeNcgO1) {
76 if(gDvm.executionMode == kExecutionModeNcgO1) {
93 if(gDvm.executionMode == kExecutionModeNcgO1) touchEax();
LowerHelper.cpp 281 if(gDvm.executionMode == kExecutionModeNcgO1) {
302 if(gDvm.executionMode == kExecutionModeNcgO1) {
353 if(gDvm.executionMode == kExecutionModeNcgO1) {
369 if(gDvm.executionMode == kExecutionModeNcgO1) {
390 if(gDvm.executionMode == kExecutionModeNcgO1) {
455 if(gDvm.executionMode == kExecutionModeNcgO1) {
471 if(gDvm.executionMode == kExecutionModeNcgO1) {
496 if(gDvm.executionMode == kExecutionModeNcgO1) {
516 if(gDvm.executionMode == kExecutionModeNcgO1) {
545 if(gDvm.executionMode == kExecutionModeNcgO1)
    [all...]
Lower.cpp 313 if(gDvm.executionMode == kExecutionModeNcgO0) return false;
409 ExecutionMode origMode;
424 if(gDvm.executionMode == kExecutionModeNcgO0) {
433 origMode = gDvm.executionMode;
434 gDvm.executionMode = kExecutionModeNcgO1;
435 if(gDvm.executionMode == kExecutionModeNcgO0) {
450 if(gDvm.executionMode == kExecutionModeNcgO1)
467 if(gDvm.executionMode == kExecutionModeNcgO1) {
470 gDvm.executionMode = origMode;
CodegenInterface.cpp 875 if(gDvm.executionMode == kExecutionModeNcgO0) {
    [all...]
LowerJump.cpp 563 if(gDvm.executionMode == kExecutionModeNcgO1) {
577 if(gDvm.executionMode == kExecutionModeNcgO1) {
613 if(gDvm.executionMode == kExecutionModeNcgO1) {
622 if(gDvm.executionMode == kExecutionModeNcgO1) {
    [all...]
LowerInvoke.cpp     [all...]
LowerAlu.cpp 997 if(gDvm.executionMode == kExecutionModeNcgO1) {
    [all...]
  /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()!");
  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 68 if (gDvm.executionMode == kExecutionModeJit && gDvmJit.disableJit == false) {
88 if (gDvm.executionMode == kExecutionModeJit) {
dalvik_system_Zygote.cpp 413 if (gDvm.executionMode == kExecutionModeJit)
414 gDvm.executionMode = kExecutionModeInterpFast;
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 63 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING;
155 (executionMode != iJIT_CALLGRAPH_ON))
269 return executionMode;
393 executionMode = (iJIT_IsProfilingActiveFlags)FUNC_Initialize();
402 if ( executionMode == iJIT_CALLGRAPH_ON )
  /external/llvm/lib/Target/R600/
AMDILDeviceInfo.h 23 enum ExecutionMode {
AMDILDevice.cpp 88 AMDGPUDeviceInfo::ExecutionMode
AMDILDevice.h 112 AMDGPUDeviceInfo::ExecutionMode
  /frameworks/base/core/jni/
AndroidRuntime.cpp 473 } executionMode = kEMDefault;
489 executionMode = kEMIntPortable;
491 executionMode = kEMIntFast;
493 executionMode = kEMJitCompiler;
683 if (executionMode == kEMIntPortable) {
686 } else if (executionMode == kEMIntFast) {
689 } else if (executionMode == kEMJitCompiler) {
    [all...]
  /dalvik/vm/
Init.cpp     [all...]
Globals.h 159 ExecutionMode executionMode;
  /dalvik/vm/interp/
InterpState.h 37 enum ExecutionMode {
Interp.cpp     [all...]

Completed in 1503 milliseconds