Home
last modified time | relevance | path

Searched refs:rootState (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dscheduler.cpp280 auto &rootState = dfsStack.top(); in CalculateSchedulingUpperBound() local
281 auto &rootPredGates = rootState.predGates; in CalculateSchedulingUpperBound()
282 rootState.curGate = schedulableGate; in CalculateSchedulingUpperBound()
378 auto &rootState = dfsVisitStack.top(); in CalculateSchedulingLowerBound() local
379 auto &rootPrevGates = rootState.prevGates; in CalculateSchedulingLowerBound()
413 auto &rootState = dfsFinishStack.top(); in CalculateSchedulingLowerBound() local
414 auto &rootPrevGates = rootState.prevGates; in CalculateSchedulingLowerBound()
415 rootState.curGate = gate; in CalculateSchedulingLowerBound()

Completed in 2 milliseconds