Searched refs:pScan (Results 1 – 1 of 1) sorted by relevance
112 IrtEntry* pScan = &table_[topIndex - 1]; in Add() local113 DCHECK(!pScan->GetReference()->IsNull()); in Add()114 --pScan; in Add()115 while (!pScan->GetReference()->IsNull()) { in Add()116 DCHECK_GE(pScan, table_ + prevState.parts.topIndex); in Add()117 --pScan; in Add()119 index = pScan - table_; in Add()