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()
43 std::vector<std::shared_ptr<ExecutionBurstController>> burstControllers);
206 std::vector<std::shared_ptr<ExecutionBurstController>> burstControllers = in createBurst() local208 *burst = new (std::nothrow) BurstBuilder(this, std::move(burstControllers)); in createBurst()