Searched refs:GetPageLayout (Results 1 – 6 of 6) sorted by relevance
85 SharedMemoryABI::GetNumChunksForLayout(abi.GetPageLayout(page_idx)); in TEST_P()
402 uint32_t layout = shmem_abi_.GetPageLayout(ctm_it->page()); in TryDirectPatchLocked()533 uint32_t layout = shmem_abi_.GetPageLayout(ctm.page()); in FlushPendingCommitDataRequests()
329 PERFETTO_DCHECK(chunk_idx < GetNumChunksForLayout(GetPageLayout(page_idx))); in GetPageAndChunkIndex()
82 uint32_t page_layout = abi->GetPageLayout(page_idx); in TEST_P()
1748 uint32_t layout = abi->GetPageLayout(page_idx); in ScrapeSharedMemoryBuffers()
501 uint32_t GetPageLayout(size_t page_idx) { in GetPageLayout() function