Searched refs:execution_plan_index (Results 1 – 1 of 1) sorted by relevance
613 for (int execution_plan_index = first_execution_plan_index; in PrepareOpsStartingAt() local614 execution_plan_index < execution_plan_.size(); execution_plan_index++) { in PrepareOpsStartingAt()615 int node_index = execution_plan_[execution_plan_index]; in PrepareOpsStartingAt()625 *last_execution_plan_index_prepared = execution_plan_index; in PrepareOpsStartingAt()687 for (int execution_plan_index = 0; in Invoke() local688 execution_plan_index < execution_plan_.size(); execution_plan_index++) { in Invoke()689 if (execution_plan_index == next_execution_plan_index_to_prepare_) { in Invoke()692 execution_plan_index); in Invoke()694 int node_index = execution_plan_[execution_plan_index]; in Invoke()733 next_execution_plan_index_to_prepare_ = execution_plan_index + 1; in Invoke()