Searched defs:GetPageAllocator (Results 1 – 4 of 4) sorted by relevance
/external/v8/include/ | ||
D | v8-platform.h | 254 virtual PageAllocator* GetPageAllocator() { in GetPageAllocator() function |
/external/v8/src/libplatform/ | ||
D | default-platform.cc | 251 v8::PageAllocator* DefaultPlatform::GetPageAllocator() { in GetPageAllocator() function in v8::platform::DefaultPlatform |
/external/v8/src/ | ||
D | allocation.cc | 61 v8::PageAllocator* GetPageAllocator() { return page_allocator.Get(); } in GetPageAllocator() function |
D | d8.cc | 167 PageAllocator* GetPageAllocator() override { in GetPageAllocator() function in v8::__anoncd2d3b7e0111::PredictablePlatform |