Searched refs:p_scan (Results 1 – 1 of 1) sorted by relevance
308 IrtEntry* p_scan = &table_[top_index - 1]; in Add() local309 DCHECK(!p_scan->GetReference()->IsNull()); in Add()310 --p_scan; in Add()311 while (!p_scan->GetReference()->IsNull()) { in Add()312 DCHECK_GE(p_scan, table_ + previous_state.top_index); in Add()313 --p_scan; in Add()315 index = p_scan - table_; in Add()