Home
last modified time | relevance | path

Searched refs:RefillLinearAllocationAreaFromFreeList (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1912 bool PagedSpace::RefillLinearAllocationAreaFromFreeList(size_t size_in_bytes) { in AllocateChunk() function in v8::internal::PagedSpace
3230 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()
Dspaces.h2361 V8_WARN_UNUSED_RESULT bool RefillLinearAllocationAreaFromFreeList( in NON_EXPORTED_BASE()