HomeSort by relevance Sort by last modified time
    Searched defs:IN_TO_SPACE (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
spaces.h 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);
    [all...]
  /external/chromium_org/v8/src/
spaces.h 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);
    [all...]

Completed in 407 milliseconds