Home
last modified time | relevance | path

Searched refs:AllocateRawWithLightRetry (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h1916 HeapObject* AllocateRawWithLightRetry(
Dheap.cc4607 HeapObject* Heap::AllocateRawWithLightRetry(int size, AllocationSpace space, in AllocateRawWithLightRetry() function in v8::internal::Heap
4631 HeapObject* result = AllocateRawWithLightRetry(size, space, alignment); in AllocateRawWithRetryOrFail()
Dfactory.cc2583 heap->AllocateRawWithLightRetry(object_size, CODE_SPACE); in TryNewCode()