Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact-inl.h418 cell_base_ = it_.CurrentCellBase(); in iterator()
466 cell_base_ = it_.CurrentCellBase(); in AdvanceToNextValidObject()
494 cell_base_ = it_.CurrentCellBase(); in AdvanceToNextValidObject()
534 cell_base_ = it_.CurrentCellBase(); in AdvanceToNextValidObject()
Dmark-compact.h113 inline Address CurrentCellBase() { in CurrentCellBase() function