Searched refs:pScan (Results 1 – 1 of 1) sorted by relevance
129 const mirror::Object** pScan = &table_[topIndex - 1]; in Add() local130 DCHECK(*pScan != NULL); in Add()131 while (*--pScan != NULL) { in Add()132 DCHECK_GE(pScan, table_ + prevState.parts.topIndex); in Add()134 UpdateSlotAdd(obj, pScan - table_); in Add()135 result = ToIndirectRef(obj, pScan - table_); in Add()136 *pScan = obj; in Add()