Home
last modified time | relevance | path

Searched refs:kAllocationFailure (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/base/
Dbounded-page-allocator.cc36 Address address = RegionAllocator::kAllocationFailure; in AllocatePages()
46 if (address == RegionAllocator::kAllocationFailure) { in AllocatePages()
55 if (address == RegionAllocator::kAllocationFailure) { in AllocatePages()
Dvirtual-address-space.cc236 if (address == RegionAllocator::kAllocationFailure) return kNullAddress; in AllocatePages()
301 if (address == RegionAllocator::kAllocationFailure) return kNullAddress; in AllocateSharedPages()
337 if (address == RegionAllocator::kAllocationFailure) { in AllocateSubspace()
Dregion-allocator.cc136 if (region == nullptr) return kAllocationFailure; in AllocateRegion()
218 if (region == nullptr) return kAllocationFailure; in AllocateAlignedRegion()
Dregion-allocator.h32 static constexpr Address kAllocationFailure = static_cast<Address>(-1); variable
Demulated-virtual-address-subspace.cc54 if (address != RegionAllocator::kAllocationFailure) { in AllocatePages()
/third_party/node/deps/v8/src/heap/
Dheap-allocator.cc90 heap_->CollectSharedGarbage(GarbageCollectionReason::kAllocationFailure); in AllocateRawWithLightRetrySlowPath()
93 GarbageCollectionReason::kAllocationFailure); in AllocateRawWithLightRetrySlowPath()
Dheap.h135 kAllocationFailure = 1, enumerator
Dheap.cc4423 case GarbageCollectionReason::kAllocationFailure: in GarbageCollectionReasonToString()