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

  /dalvik/vm/native/
dalvik_system_VMRuntime.c 191 if (gDvm.executionMode == kExecutionModeJit &&
213 if (gDvm.executionMode == kExecutionModeJit) {
dalvik_system_Zygote.c 297 if (gDvm.executionMode == kExecutionModeJit)
298 gDvm.executionMode = kExecutionModeInterpFast;
  /frameworks/base/core/jni/
AndroidRuntime.cpp 591 } executionMode = kEMDefault;
607 executionMode = kEMIntPortable;
609 executionMode = kEMIntFast;
612 executionMode = kEMJitCompiler;
776 if (executionMode == kEMIntPortable) {
779 } else if (executionMode == kEMIntFast) {
783 } else if (executionMode == kEMJitCompiler) {
    [all...]
  /dalvik/vm/
Init.c 885 gDvm.executionMode = kExecutionModeInterpPortable;
887 gDvm.executionMode = kExecutionModeInterpFast;
890 gDvm.executionMode = kExecutionModeJit;
899 gDvm.executionMode = kExecutionModeInterpFast;
    [all...]
Globals.h 55 typedef enum ExecutionMode {
62 } ExecutionMode;
136 ExecutionMode executionMode;
  /dalvik/vm/interp/
Interp.c     [all...]

Completed in 339 milliseconds