Home
last modified time | relevance | path

Searched refs:GetPageAllocator (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/include/cppgc/
H A Ddefault-platform.h32 cppgc::PageAllocator* GetPageAllocator() override {
33 return v8_platform_->GetPageAllocator();
H A Dplatform.h39 virtual PageAllocator* GetPageAllocator() = 0;
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Ddefault-platform.h32 cppgc::PageAllocator* GetPageAllocator() override {
33 return v8_platform_->GetPageAllocator();
H A Dplatform.h40 virtual PageAllocator* GetPageAllocator() = 0;
/third_party/node/deps/v8/src/d8/
H A Dd8-platforms.cc31 PageAllocator* GetPageAllocator() override {
32 return platform_->GetPageAllocator();
136 PageAllocator* GetPageAllocator() override {
137 return platform_->GetPageAllocator();
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-base.cc64 platform_->GetPageAllocator())), in HeapBase()
102 return platform_->GetPageAllocator(); in page_allocator()
H A Dsweeper.cc455 *platform_->GetPageAllocator(), space_freelist, *page)) in FinalizePage()
457 *platform_->GetPageAllocator(), space_freelist, *page)); in FinalizePage()
556 &page, *platform_->GetPageAllocator()) in VisitNormalPage()
558 &page, *platform_->GetPageAllocator()); in VisitNormalPage()
630 &page, *platform_->GetPageAllocator()) in VisitNormalPage()
632 &page, *platform_->GetPageAllocator()); in VisitNormalPage()
/third_party/node/test/cctest/
H A Dnode_test_fixture.cc27 NodeZeroIsolateTestFixture::platform->GetPageAllocator()); in SetUp()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-platform.h70 v8::PageAllocator* GetPageAllocator() override;
H A Ddefault-platform.cc265 v8::PageAllocator* DefaultPlatform::GetPageAllocator() { in GetPageAllocator() function in v8::platform::DefaultPlatform
/third_party/node/src/
H A Dnode_platform.h174 v8::PageAllocator* GetPageAllocator() override;
H A Dnode_platform.cc568 v8::PageAllocator* NodePlatform::GetPageAllocator() { in GetPageAllocator() function in NodePlatform
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc168 PageAllocator* GetPageAllocator() final {
169 return platform_->GetPageAllocator();
/third_party/node/deps/v8/include/v8-include/
H A Dv8-platform.h975 virtual PageAllocator* GetPageAllocator() = 0;
/third_party/node/deps/v8/include/
H A Dv8-platform.h893 virtual PageAllocator* GetPageAllocator() { in GetPageAllocator() function in v8::Platform
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc53 page_allocator_ = V8::GetCurrentPlatform()->GetPageAllocator(); in PageAllocatorInitializer()

Completed in 12 milliseconds