Searched refs:SlowAllocateRaw (Results 1 – 4 of 4) sorted by relevance
254 object = SlowAllocateRaw(size_in_bytes); in AllocateRaw()278 return SlowAllocateRaw(size_in_bytes); in AllocateRaw()
1930 MUST_USE_RESULT HeapObject* SlowAllocateRaw(int size_in_bytes);2580 MUST_USE_RESULT AllocationResult SlowAllocateRaw(int size_in_bytes);
1374 AllocationResult NewSpace::SlowAllocateRaw(int size_in_bytes) { in SlowAllocateRaw() function in v8::internal::NewSpace2547 HeapObject* PagedSpace::SlowAllocateRaw(int size_in_bytes) { in SlowAllocateRaw() function in v8::internal::PagedSpace
3497 SlowAllocateRaw a bounded number of times a big enough memory slot.