Searched refs:burstControllers (Results 1 – 3 of 3) sorted by relevance
33 std::vector<SharedBurst> burstControllers) in BurstBuilder() argument34 : mCompilation(compilation), mBurstControllers(std::move(burstControllers)) {} in BurstBuilder()
366 std::vector<SharedBurst> burstControllers = mPlan.makeBursts(); in createBurst() local367 *burst = new (std::nothrow) BurstBuilder(this, std::move(burstControllers)); in createBurst()
43 BurstBuilder(const CompilationBuilder* compilation, std::vector<SharedBurst> burstControllers);