Searched refs:p_scan (Results 1 – 1 of 1) sorted by relevance
301 IrtEntry* p_scan = &table_[top_index - 1]; in Add() local302 DCHECK(!p_scan->GetReference()->IsNull()); in Add()303 --p_scan; in Add()304 while (!p_scan->GetReference()->IsNull()) { in Add()305 DCHECK_GE(p_scan, table_ + previous_state.top_index); in Add()306 --p_scan; in Add()308 index = p_scan - table_; in Add()