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

  /external/v8/src/
spaces.cc 409 bool in_to_space = (semi_space->id() != kFromSpace); local
410 chunk->SetFlag(in_to_space ? MemoryChunk::IN_TO_SPACE
412 ASSERT(!chunk->IsFlagSet(in_to_space ? MemoryChunk::IN_FROM_SPACE
413 : MemoryChunk::IN_TO_SPACE));
    [all...]
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/v8/src/ia32/
macro-assembler-ia32.cc 71 ASSERT(MemoryChunk::IN_TO_SPACE < 8);
73 | (1 << MemoryChunk::IN_TO_SPACE);
    [all...]

Completed in 40 milliseconds