• Home
  • Raw
  • Download

Lines Matching refs:mNextStepIndex

1136       mNextStepIndex(0),  in Controller()
1146 mNextStepIndex = kBadStepIndex; in Controller()
1406 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()
1411 controller->mNextStepIndex = controller->mFallbackNextStepIndex; in fallback()
1519 << "): mNextStepIndex = " << controller->mNextStepIndex; in next()
1521 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()
1532 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()
1537 if (controller->mNextStepIndex == compoundBody->mSteps.size()) { in nextCompound()
1538 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()
1542 const auto& logicalStep = compoundBody->mSteps[controller->mNextStepIndex]; in nextCompound()
1561 VLOG(EXECUTION) << "next: Step#" << controller->mNextStepIndex << ": execute on " in nextCompound()
1578 *burstController = controller->mBurstBuilder->getControllerAt(controller->mNextStepIndex); in nextCompound()
1581 controller->mFallbackNextStepIndex = controller->mNextStepIndex; in nextCompound()
1582 controller->mNextStepIndex++; in nextCompound()
1671 controller->mNextStepIndex = condValue ? step->thenStepIndex : step->elseStepIndex; in nextCompound()
1708 WhileState& state = controller->mWhileState[controller->mNextStepIndex]; in nextCompound()
1713 controller->mNextStepIndex = step->condStepIndex; in nextCompound()
1757 controller->mNextStepIndex = step->bodyStepIndex; in nextCompound()
1787 controller->mNextStepIndex = step->exitStepIndex; in nextCompound()
1831 controller->mNextStepIndex = step->gotoStepIndex; in nextCompound()