Home
last modified time | relevance | path

Searched refs:pScan (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dindirect_reference_table.cc129 const mirror::Object** pScan = &table_[topIndex - 1]; in Add() local
130 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()