Searched refs:RefillLinearAllocationAreaFromFreeList (Results 1 – 2 of 2) sorted by relevance
1912 bool PagedSpace::RefillLinearAllocationAreaFromFreeList(size_t size_in_bytes) { in AllocateChunk() function in v8::internal::PagedSpace3230 return RefillLinearAllocationAreaFromFreeList(size_in_bytes); in AllocateChunk()3240 return RefillLinearAllocationAreaFromFreeList(size_in_bytes); in AllocateChunk()3261 if (RefillLinearAllocationAreaFromFreeList(size_in_bytes)) return true; in AllocateChunk()3276 if (RefillLinearAllocationAreaFromFreeList( in AllocateChunk()3285 if (RefillLinearAllocationAreaFromFreeList( in AllocateChunk()3296 if (RefillLinearAllocationAreaFromFreeList( in AllocateChunk()3305 return RefillLinearAllocationAreaFromFreeList( in AllocateChunk()
2361 V8_WARN_UNUSED_RESULT bool RefillLinearAllocationAreaFromFreeList( in NON_EXPORTED_BASE()