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()
473 } executionMode = kEMDefault; in startVm() local489 executionMode = kEMIntPortable; in startVm()491 executionMode = kEMIntFast; in startVm()493 executionMode = kEMJitCompiler; in startVm()683 if (executionMode == kEMIntPortable) { in startVm()686 } else if (executionMode == kEMIntFast) { in startVm()689 } else if (executionMode == kEMJitCompiler) { in startVm()