Home
last modified time | relevance | path

Searched refs:CurrentCell (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmark-compact-inl.h419 current_cell_ = *it_.CurrentCell(); in iterator()
467 current_cell_ = *it_.CurrentCell(); in AdvanceToNextValidObject()
495 current_cell_ = *it_.CurrentCell(); in AdvanceToNextValidObject()
535 current_cell_ = *it_.CurrentCell(); in AdvanceToNextValidObject()
Dmark-compact.h107 inline MarkBit::CellType* CurrentCell() { in CurrentCell() function