Searched refs:pScan (Results 1 – 1 of 1) sorted by relevance
130 IrtEntry* pScan = &table_[topIndex - 1]; in Add() local131 DCHECK(!pScan->GetReference()->IsNull()); in Add()132 --pScan; in Add()133 while (!pScan->GetReference()->IsNull()) { in Add()134 DCHECK_GE(pScan, table_ + prevState.parts.topIndex); in Add()135 --pScan; in Add()137 index = pScan - table_; in Add()