Searched refs:executionMode (Results 1 – 2 of 2) sorted by relevance
183 public GraphRunner getRunner(int graphId, int executionMode) { in getRunner() argument184 switch (executionMode) { in getRunner()193 "Invalid execution mode " + executionMode + " specified in getRunner()!"); in getRunner()
471 } executionMode = kEMDefault; in startVm() local487 executionMode = kEMIntPortable; in startVm()489 executionMode = kEMIntFast; in startVm()492 executionMode = kEMJitCompiler; in startVm()685 if (executionMode == kEMIntPortable) { in startVm()688 } else if (executionMode == kEMIntFast) { in startVm()692 } else if (executionMode == kEMJitCompiler) { in startVm()