Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmark-compact-inl.h139 cell_base_ = it_.CurrentCellBase(); in iterator()
186 cell_base_ = it_.CurrentCellBase(); in AdvanceToNextValidObject()
216 cell_base_ = it_.CurrentCellBase(); in AdvanceToNextValidObject()
259 cell_base_ = it_.CurrentCellBase(); in AdvanceToNextValidObject()
Dmark-compact.h58 inline Address CurrentCellBase() { in CurrentCellBase() function