Searched refs:executionMode (Results 1 – 2 of 2) sorted by relevance
188 public GraphRunner getRunner(int graphId, int executionMode) { in getRunner() argument189 switch (executionMode) { in getRunner()198 "Invalid execution mode " + executionMode + " specified in getRunner()!"); in getRunner()
686 } executionMode = kEMDefault; in startVm() local765 executionMode = kEMIntPortable; in startVm()767 executionMode = kEMIntFast; in startVm()769 executionMode = kEMJitCompiler; in startVm()950 if (executionMode == kEMIntPortable) { in startVm()952 } else if (executionMode == kEMIntFast) { in startVm()954 } else if (executionMode == kEMJitCompiler) { in startVm()