Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dsweeper.cc501 DCHECK(IsValidIterabilitySpace(space)); in EnsurePageIsIterable()
570 DCHECK(IsValidIterabilitySpace(page->owner()->identity())); in AddPageForIterability()
578 DCHECK(IsValidIterabilitySpace(page->owner()->identity())); in MakeIterable()
Dsweeper.h163 bool IsValidIterabilitySpace(AllocationSpace space) { in IsValidIterabilitySpace() function