Searched refs:execution_plan_index (Results 1 – 2 of 2) sorted by relevance
1085 for (int execution_plan_index = first_execution_plan_index; in PrepareOpsStartingAt() local1086 execution_plan_index < execution_plan.size(); execution_plan_index++) { in PrepareOpsStartingAt()1087 int node_index = execution_plan[execution_plan_index]; in PrepareOpsStartingAt()1103 *last_execution_plan_index_prepared = execution_plan_index; in PrepareOpsStartingAt()1252 for (int execution_plan_index = 0; in Invoke() local1253 execution_plan_index < execution_plan_.size(); execution_plan_index++) { in Invoke()1254 if (execution_plan_index == next_execution_plan_index_to_prepare_) { in Invoke()1257 execution_plan_index); in Invoke()1259 int node_index = execution_plan_[execution_plan_index]; in Invoke()1327 next_execution_plan_index_to_prepare_ = execution_plan_index + 1; in Invoke()[all …]
6901 for (int execution_plan_index = 0; execution_plan_index < plan->size; in DoPrepare() local6902 ++execution_plan_index) { in DoPrepare()6903 int node_index = plan->data[execution_plan_index]; in DoPrepare()