Lines Matching full:executionmode
887 gDvm.executionMode = kExecutionModeInterpPortable;
889 gDvm.executionMode = kExecutionModeInterpFast;
892 gDvm.executionMode = kExecutionModeJit;
1036 gDvm.executionMode = kExecutionModeJit;
1038 gDvm.executionMode = kExecutionModeInterpFast;
1131 if (gDvm.executionMode != kExecutionModeInterpPortable) {
1133 gDvm.executionMode = kExecutionModeInterpPortable;
1157 LOGV("Using executionMode %d\n", gDvm.executionMode);
1399 if (gDvm.executionMode == kExecutionModeJit) {
1591 if (gDvm.executionMode == kExecutionModeJit) {