Home
last modified time | relevance | path

Searched defs:GetPageAllocator (Results 1 – 4 of 4) sorted by relevance

/external/v8/include/
Dv8-platform.h254 virtual PageAllocator* GetPageAllocator() { in GetPageAllocator() function
/external/v8/src/libplatform/
Ddefault-platform.cc251 v8::PageAllocator* DefaultPlatform::GetPageAllocator() { in GetPageAllocator() function in v8::platform::DefaultPlatform
/external/v8/src/
Dallocation.cc61 v8::PageAllocator* GetPageAllocator() { return page_allocator.Get(); } in GetPageAllocator() function
Dd8.cc167 PageAllocator* GetPageAllocator() override { in GetPageAllocator() function in v8::__anoncd2d3b7e0111::PredictablePlatform