Home | History | Annotate | Download | only in src

Lines Matching refs:IN_TO_SPACE

382     IN_FROM_SPACE,  // Mutually exclusive with IN_TO_SPACE.
383 IN_TO_SPACE, // All pages in new space has one of these two set.
414 (1 << IN_TO_SPACE);
524 return (flags_ & ((1 << IN_FROM_SPACE) | (1 << IN_TO_SPACE))) != 0;
528 return IsFlagSet(IN_TO_SPACE);