Lines Matching refs:BQ
53 static BufferQueue *BQ = nullptr; variable
98 if (BQ == nullptr) in getThreadLocalData()
101 if (BQ->getBuffer(ThreadBuffers.NodeBuffer) != BufferQueue::ErrorCode::Ok) in getThreadLocalData()
105 BQ->releaseBuffer(ThreadBuffers.NodeBuffer); in getThreadLocalData()
108 if (BQ->getBuffer(ThreadBuffers.RootsBuffer) != BufferQueue::ErrorCode::Ok) in getThreadLocalData()
112 BQ->releaseBuffer(ThreadBuffers.RootsBuffer); in getThreadLocalData()
115 if (BQ->getBuffer(ThreadBuffers.ShadowStackBuffer) != in getThreadLocalData()
120 BQ->releaseBuffer(ThreadBuffers.ShadowStackBuffer); in getThreadLocalData()
123 if (BQ->getBuffer(ThreadBuffers.NodeIdPairBuffer) != in getThreadLocalData()
190 profileCollectorService::post(BQ, std::move(*FCT), std::move(*Allocators), in postCurrentThreadFCT()
328 DCHECK_NE(BQ, nullptr); in profilingFinalize()
329 BQ->finalize(); in profilingFinalize()
391 if (BQ == nullptr) { in profilingLoggingInit()
406 BQ = reinterpret_cast<BufferQueue *>(&BufferQueueStorage); in profilingLoggingInit()
408 BQ->finalize(); in profilingLoggingInit()
409 auto InitStatus = BQ->init(profilingFlags()->per_thread_allocator_max, in profilingLoggingInit()
422 DCHECK(!BQ->finalizing()); in profilingLoggingInit()