Searched refs:p_scan (Results 1 – 1 of 1) sorted by relevance
207 IrtEntry* p_scan = &table_[top_index_ - 1]; in Add() local208 DCHECK(!p_scan->GetReference()->IsNull()); in Add()209 --p_scan; in Add()210 while (!p_scan->GetReference()->IsNull()) { in Add()211 DCHECK_GT(p_scan, table_); in Add()212 --p_scan; in Add()214 index = p_scan - table_; in Add()