Home
last modified time | relevance | path

Searched refs:kLightRetry (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-allocator.h59 enum AllocationRetryMode { kLightRetry, kRetryOrFail }; enumerator
Dheap-allocator-inl.h230 case kLightRetry: in AllocateRawWith()
Dheap.h2054 enum AllocationRetryMode { kLightRetry, kRetryOrFail }; enumerator
Dfactory.cc281 result = allocator->AllocateRawWith<HeapAllocator::kLightRetry>( in AllocateCode()