Searched refs:NEVER_ALLOCATE_ON_PAGE (Results 1 – 3 of 3) sorted by relevance
297 DCHECK(!IsFlagSet(NEVER_ALLOCATE_ON_PAGE)); in MarkNeverAllocateForTesting()298 SetFlag(NEVER_ALLOCATE_ON_PAGE); in MarkNeverAllocateForTesting()
266 NEVER_ALLOCATE_ON_PAGE = 1u << 12, enumerator531 return !IsEvacuationCandidate() && !IsFlagSet(NEVER_ALLOCATE_ON_PAGE); in CanAllocate()
3970 if (p->IsFlagSet(Page::NEVER_ALLOCATE_ON_PAGE)) { in StartSweepSpace()