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()
702 } executionMode = kEMDefault; in startVm() local785 executionMode = kEMIntPortable; in startVm()787 executionMode = kEMIntFast; in startVm()789 executionMode = kEMJitCompiler; in startVm()937 if (executionMode == kEMIntPortable) { in startVm()939 } else if (executionMode == kEMIntFast) { in startVm()941 } else if (executionMode == kEMJitCompiler) { in startVm()