Searched refs:p_scan (Results 1 – 1 of 1) sorted by relevance
292 IrtEntry* p_scan = &table_[top_index - 1]; in Add() local293 DCHECK(!p_scan->GetReference()->IsNull()); in Add()294 --p_scan; in Add()295 while (!p_scan->GetReference()->IsNull()) { in Add()296 DCHECK_GE(p_scan, table_ + previous_state.top_index); in Add()297 --p_scan; in Add()299 index = p_scan - table_; in Add()