Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/
DGraphEnvironment.java183 public GraphRunner getRunner(int graphId, int executionMode) { in getRunner() argument
184 switch (executionMode) { in getRunner()
193 "Invalid execution mode " + executionMode + " specified in getRunner()!"); in getRunner()
/frameworks/base/core/jni/
DAndroidRuntime.cpp608 } executionMode = kEMDefault; in startVm() local
648 executionMode = kEMIntPortable; in startVm()
650 executionMode = kEMIntFast; in startVm()
652 executionMode = kEMJitCompiler; in startVm()
717 if (executionMode == kEMIntPortable) { in startVm()
719 } else if (executionMode == kEMIntFast) { in startVm()
721 } else if (executionMode == kEMJitCompiler) { in startVm()