Home | History | Annotate | Download | only in heap

Lines Matching refs:markbit

32   V8_INLINE MarkBit MarkBitFrom(HeapObject* obj) {
37 V8_INLINE MarkBit MarkBitFrom(MemoryChunk* p, Address addr) {
76 MarkBit markbit = MarkBitFrom(p, obj->address());
77 if (!Marking::GreyToBlack<access_mode>(markbit)) return false;
107 inline MarkBit::CellType* CurrentCell() {
137 inline MarkBit::CellType PeekNext() {
146 MarkBit::CellType* cells_;
192 MarkBit::CellType current_cell_;