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()
643 } executionMode = kEMDefault; in startVm() local675 executionMode = kEMIntPortable; in startVm()677 executionMode = kEMIntFast; in startVm()679 executionMode = kEMJitCompiler; in startVm()792 if (executionMode == kEMIntPortable) { in startVm()794 } else if (executionMode == kEMIntFast) { in startVm()796 } else if (executionMode == kEMJitCompiler) { in startVm()