HomeSort by relevance Sort by last modified time
    Searched defs:executionMode (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
AndroidRuntime.cpp 472 } executionMode = kEMDefault;
488 executionMode = kEMIntPortable;
490 executionMode = kEMIntFast;
493 executionMode = kEMJitCompiler;
665 if (executionMode == kEMIntPortable) {
668 } else if (executionMode == kEMIntFast) {
672 } else if (executionMode == kEMJitCompiler) {
    [all...]
  /dalvik/vm/
Globals.h 156 ExecutionMode executionMode;

Completed in 54 milliseconds