Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h2368 V8_WARN_UNUSED_RESULT virtual bool SweepAndRetryAllocation(int size_in_bytes); in NON_EXPORTED_BASE()
2863 V8_WARN_UNUSED_RESULT bool SweepAndRetryAllocation(
Dspaces.cc3222 bool PagedSpace::SweepAndRetryAllocation(int size_in_bytes) { in AllocateChunk() function in v8::internal::PagedSpace
3235 bool CompactionSpace::SweepAndRetryAllocation(int size_in_bytes) { in AllocateChunk() function in v8::internal::CompactionSpace
3312 return SweepAndRetryAllocation(size_in_bytes); in AllocateChunk()