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

  /external/v8/src/heap/
mark-compact-inl.h 18 return p->markbits()->MarkBitFromIndex(p->AddressToMarkbitIndex(addr),
spaces-inl.h 22 Bitmap* bitmap = chunk->markbits();
mark-compact.h 36 // Impossible markbits: 01
42 // Black markbits: 10 - this is required by the sweeper.
48 // White markbits: 00 - this is required by the mark bit clearer.
52 // Grey markbits: 11
905 cells_ = chunk_->markbits()->cells();
spaces.h 578 // Markbits support
580 inline Bitmap* markbits() { function in class:v8::internal::MemoryChunk
584 void PrintMarkbits() { markbits()->Print(); }
    [all...]
mark-compact.cc 441 CHECK(p->markbits()->IsClean());
452 CHECK(p->markbits()->IsClean());
    [all...]

Completed in 73 milliseconds