Searched refs:IsVeryLong (Results 1 – 2 of 2) sorted by relevance
2510 DCHECK(IsVeryLong() || Available() == SumFreeLists()); in AllocateChunk()2520 DCHECK(IsVeryLong() || Available() == SumFreeLists()); in AllocateChunk()2549 DCHECK(IsVeryLong() || Available() == SumFreeLists()); in AllocateChunk()2576 DCHECK(IsVeryLong() || Available() == SumFreeLists()); in AllocateChunk()2737 bool FreeListCategory::IsVeryLong() { in AllocateChunk() function in v8::internal::FreeListCategory2742 bool FreeList::IsVeryLong() { in AllocateChunk() function in v8::internal::FreeList2743 return small_list_.IsVeryLong() || medium_list_.IsVeryLong() || in AllocateChunk()2744 large_list_.IsVeryLong() || huge_list_.IsVeryLong(); in AllocateChunk()
1670 bool IsVeryLong();1796 bool IsVeryLong();