Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h432 object = SlowAllocateRaw(size_in_bytes); in AllocateRawUnaligned()
474 object = SlowAllocateRaw(allocation_size); in AllocateRawAligned()
Dspaces.h2152 MUST_USE_RESULT HeapObject* SlowAllocateRaw(int size_in_bytes); in NON_EXPORTED_BASE()
Dspaces.cc2842 HeapObject* PagedSpace::SlowAllocateRaw(int size_in_bytes) { in AllocateChunk() function in v8::internal::PagedSpace
/external/v8/
DChangeLog24732 SlowAllocateRaw a bounded number of times a big enough memory slot.