Home | History | Annotate | Download | only in src

Lines Matching defs:IN_TO_SPACE

388     IN_FROM_SPACE,  // Mutually exclusive with IN_TO_SPACE.
389 IN_TO_SPACE, // All pages in new space has one of these two set.
426 (1 << IN_TO_SPACE);
584 return (flags_ & ((1 << IN_FROM_SPACE) | (1 << IN_TO_SPACE))) != 0;
588 return IsFlagSet(IN_TO_SPACE);