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

  /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 147 milliseconds