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

  /external/chromium_org/v8/src/
mark-compact-inl.h 42 return p->markbits()->MarkBitFromIndex(p->AddressToMarkbitIndex(addr),
spaces-inl.h 43 Bitmap* bitmap = chunk->markbits();
mark-compact.h 62 // Impossible markbits: 01
68 // Black markbits: 10 - this is required by the sweeper.
74 // White markbits: 00 - this is required by the mark bit clearer.
80 // Grey markbits: 11
972 cells_ = chunk_->markbits()->cells();
mark-compact.cc 458 CHECK(p->markbits()->IsClean());
469 CHECK(p->markbits()->IsClean());
    [all...]
spaces.h 596 // Markbits support
598 inline Bitmap* markbits() { function in class:v8::internal::MemoryChunk
602 void PrintMarkbits() { markbits()->Print(); }
    [all...]
  /external/v8/src/
mark-compact-inl.h 42 return p->markbits()->MarkBitFromIndex(p->AddressToMarkbitIndex(addr),
spaces-inl.h 43 Bitmap* bitmap = chunk->markbits();
mark-compact.cc 313 CHECK(p->markbits()->IsClean());
323 CHECK(p->markbits()->IsClean());
    [all...]
spaces.h 536 // Markbits support
538 inline Bitmap* markbits() { function in class:v8::internal::MemoryChunk
542 void PrintMarkbits() { markbits()->Print(); }
    [all...]

Completed in 1389 milliseconds