Home
last modified time | relevance | path

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

/external/pdfium/fxjs/gc/
Dheap.cpp29 cppgc::PageAllocator* GetPageAllocator() override { in GetPageAllocator() function in CFXGC_Platform
30 return g_platform->GetPageAllocator(); in GetPageAllocator()
/external/pdfium/testing/
Dv8_initializer.cpp70 cppgc::InitializeProcess(platform->GetPageAllocator()); in InitializeV8Common()