Lines Matching refs:executionMode
1090 gDvm.executionMode = kExecutionModeInterpPortable; in processOptions()
1092 gDvm.executionMode = kExecutionModeInterpFast; in processOptions()
1095 gDvm.executionMode = kExecutionModeJit; in processOptions()
1104 gDvm.executionMode = kExecutionModeInterpFast; in processOptions()
1274 gDvm.executionMode = kExecutionModeJit; in setCommandLineDefaults()
1284 gDvm.executionMode = kExecutionModeInterpFast; in setCommandLineDefaults()
1403 if (gDvm.executionMode != kExecutionModeInterpPortable) { in dvmStartup()
1405 gDvm.executionMode = kExecutionModeInterpPortable; in dvmStartup()
1428 ALOGV("Using executionMode %d", gDvm.executionMode); in dvmStartup()
1722 if (gDvm.executionMode == kExecutionModeJit) { in dvmInitAfterZygote()
1916 if (gDvm.executionMode == kExecutionModeJit) { in dvmShutdown()