Home
last modified time | relevance | path

Searched refs:FromPage (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_direct_map_extent.h21 ALWAYS_INLINE static PartitionDirectMapExtent* FromPage(PartitionPage* page);
24 ALWAYS_INLINE PartitionDirectMapExtent* PartitionDirectMapExtent::FromPage( in FromPage() function
Dpartition_page.cc17 PartitionRootBase* root = PartitionRootBase::FromPage(page); in PartitionDirectUnmap()
19 PartitionDirectMapExtent::FromPage(page); in PartitionDirectUnmap()
55 PartitionRootBase* root = PartitionRootBase::FromPage(page); in PartitionRegisterEmptyPage()
Dpartition_root_base.h74 ALWAYS_INLINE static PartitionRootBase* FromPage(PartitionPage* page);
158 PartitionRootBase* root = PartitionRootBase::FromPage(page); in IsValidPage()
162 ALWAYS_INLINE PartitionRootBase* PartitionRootBase::FromPage( in FromPage() function
Dpartition_alloc.cc312 internal::PartitionDirectMapExtent::FromPage(page)->map_size; in PartitionReallocDirectMappedInPlace()
324 internal::PartitionDirectMapExtent::FromPage(page)->map_size) { in PartitionReallocDirectMappedInPlace()
Dpartition_bucket.cc92 PartitionDirectMapExtent::FromPage(page); in PartitionDirectMap()