Lines Matching full:executionmode
1093 gDvm.executionMode = kExecutionModeInterpPortable;
1095 gDvm.executionMode = kExecutionModeInterpFast;
1098 gDvm.executionMode = kExecutionModeJit;
1107 gDvm.executionMode = kExecutionModeInterpFast;
1277 gDvm.executionMode = kExecutionModeJit;
1287 gDvm.executionMode = kExecutionModeInterpFast;
1406 if (gDvm.executionMode != kExecutionModeInterpPortable) {
1408 gDvm.executionMode = kExecutionModeInterpPortable;
1431 ALOGV("Using executionMode %d", gDvm.executionMode);
1786 if (gDvm.executionMode == kExecutionModeJit) {
1980 if (gDvm.executionMode == kExecutionModeJit) {