Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dspaces-inl.h254 object = SlowAllocateRaw(size_in_bytes); in AllocateRaw()
278 return SlowAllocateRaw(size_in_bytes); in AllocateRaw()
Dspaces.h1930 MUST_USE_RESULT HeapObject* SlowAllocateRaw(int size_in_bytes);
2580 MUST_USE_RESULT AllocationResult SlowAllocateRaw(int size_in_bytes);
Dspaces.cc1374 AllocationResult NewSpace::SlowAllocateRaw(int size_in_bytes) { in SlowAllocateRaw() function in v8::internal::NewSpace
2547 HeapObject* PagedSpace::SlowAllocateRaw(int size_in_bytes) { in SlowAllocateRaw() function in v8::internal::PagedSpace
/external/chromium_org/v8/
DChangeLog3497 SlowAllocateRaw a bounded number of times a big enough memory slot.