Home
last modified time | relevance | path

Searched refs:PageID (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-wb.c87 struct PageID { struct
122 struct PageID pd_page; /* page that operations apply to */
133 struct PageID pr_page; /* page of drawops */
154 struct PageID page;
165 struct PageID pi_mpage; /* current page */
172 struct PageID pp_page;
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1037 typedef uintptr_t PageID; typedef
1066 PageID start; // Starting page number
1103 static Span* NewSpan(PageID p, Length len) { in NewSpan()
1289 inline Span* GetDescriptor(PageID p) const { in GetDescriptor()
1294 inline Span* GetDescriptorEnsureSafe(PageID p) in GetDescriptorEnsureSafe()
1327 size_t GetSizeClassIfCached(PageID p) const { in GetSizeClassIfCached()
1330 void CacheSizeClass(PageID p, size_t cl) const { pagemap_cache_.Put(p, cl); } in CacheSizeClass()
1745 const PageID p = span->start; in Delete()
1971 const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift; in GrowHeap()
2472 const PageID p = reinterpret_cast<uintptr_t>(object) >> kPageShift; in ReleaseToSpans()
[all …]