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()
681 } executionMode = kEMDefault; in startVm() local739 executionMode = kEMIntPortable; in startVm()741 executionMode = kEMIntFast; in startVm()743 executionMode = kEMJitCompiler; in startVm()865 if (executionMode == kEMIntPortable) { in startVm()867 } else if (executionMode == kEMIntFast) { in startVm()869 } else if (executionMode == kEMJitCompiler) { in startVm()