HomeSort by relevance Sort by last modified time
    Searched refs:NEVER_ALLOCATE_ON_PAGE (Results 1 - 3 of 3) sorted by null

  /external/v8/src/heap/
spaces-inl.h 297 DCHECK(!IsFlagSet(NEVER_ALLOCATE_ON_PAGE));
298 SetFlag(NEVER_ALLOCATE_ON_PAGE);
spaces.h 266 NEVER_ALLOCATE_ON_PAGE = 1u << 12,
531 return !IsEvacuationCandidate() && !IsFlagSet(NEVER_ALLOCATE_ON_PAGE);
    [all...]
mark-compact.cc     [all...]

Completed in 246 milliseconds