Searched refs:burstControllers (Results 1 – 3 of 3) sorted by relevance
28 std::vector<std::shared_ptr<ExecutionBurstController>> burstControllers) in BurstBuilder() argument29 : mCompilation(compilation), mBurstControllers(std::move(burstControllers)) {} in BurstBuilder()
159 std::vector<std::shared_ptr<ExecutionBurstController>> burstControllers = mPlan.makeBursts(); in createBurst() local160 *burst = new (std::nothrow) BurstBuilder(this, std::move(burstControllers)); in createBurst()
43 std::vector<std::shared_ptr<ExecutionBurstController>> burstControllers);