Home
last modified time | relevance | path

Searched defs:MarkBit (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dincremental-marking.h18 class MarkBit; variable
Dmarking.h19 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {} in MarkBit() function