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.h 35 return p->markbits()->MarkBitFromIndex(p->AddressToMarkbitIndex(addr));
42 // Impossible markbits: 01
48 // Black markbits: 11
54 // White markbits: 00 - this is required by the mark bit clearer.
61 // Grey markbits: 10
330 cells_ = chunk_->markbits()->cells();
spaces-inl.h 41 Bitmap* bitmap = chunk->markbits();
47 Bitmap* bitmap = chunk->markbits();
mark-compact.cc 358 CHECK(p->markbits()->IsClean());
366 CHECK(p->markbits()->IsClean());
    [all...]
spaces.h 687 inline Bitmap* markbits() { function in class:v8::internal::MemoryChunk
699 void PrintMarkbits() { markbits()->Print(); }
    [all...]
  /external/v8/test/cctest/heap/
test-compaction.cc 16 // 1) Markbits are cleared
19 CHECK(page->markbits()->IsClean());

Completed in 510 milliseconds