Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h368 object = SlowAllocateRaw(size_in_bytes); in AllocateRawUnaligned()
405 object = SlowAllocateRaw(allocation_size); in AllocateRawAligned()
Dspaces.h2199 MUST_USE_RESULT HeapObject* SlowAllocateRaw(int size_in_bytes);
Dspaces.cc2839 HeapObject* PagedSpace::SlowAllocateRaw(int size_in_bytes) { in AllocateChunk() function in v8::internal::PagedSpace
/external/v8/
DChangeLog9581 SlowAllocateRaw a bounded number of times a big enough memory slot.