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 591 } executionMode = kEMDefault;
607 executionMode = kEMIntPortable;
609 executionMode = kEMIntFast;
612 executionMode = kEMJitCompiler;
776 if (executionMode == kEMIntPortable) {
779 } else if (executionMode == kEMIntFast) {
783 } else if (executionMode == kEMJitCompiler) {
    [all...]
  /dalvik/vm/
Globals.h 55 typedef enum ExecutionMode {
62 } ExecutionMode;
136 ExecutionMode executionMode;

Completed in 210 milliseconds