Searched refs:executionMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp544 } executionMode = kEMDefault; local
560 executionMode = kEMIntPortable;
562 executionMode = kEMIntFast;
565 executionMode = kEMJitCompiler;
789 if (executionMode == kEMIntPortable) {
792 } else if (executionMode == kEMIntFast) {
796 } else if (executionMode == kEMJitCompiler) {

Completed in 178 milliseconds