Searched refs:AllocateRawWithLightRetry (Results 1 – 3 of 3) sorted by relevance
1916 HeapObject* AllocateRawWithLightRetry(
4607 HeapObject* Heap::AllocateRawWithLightRetry(int size, AllocationSpace space, in AllocateRawWithLightRetry() function in v8::internal::Heap4631 HeapObject* result = AllocateRawWithLightRetry(size, space, alignment); in AllocateRawWithRetryOrFail()
2583 heap->AllocateRawWithLightRetry(object_size, CODE_SPACE); in TryNewCode()