Home | History | Annotate | Download | only in runtime

Lines Matching refs:table_

79   table_ = reinterpret_cast<IrtEntry*>(table_mem_map_->Begin());
80 CHECK(table_ != nullptr);
94 DCHECK(table_ != NULL);
112 IrtEntry* pScan = &table_[topIndex - 1];
116 DCHECK_GE(pScan, table_ + prevState.parts.topIndex);
119 index = pScan - table_;
126 table_[index].Add(obj);
159 DCHECK(table_ != NULL);
188 *table_[idx].GetReference() = GcRoot<mirror::Object>(nullptr);
195 << table_[topIndex - 1].GetReference()->Read<kWithoutReadBarrier>();
197 if (!table_[topIndex - 1].GetReference()->IsNull()) {
217 if (table_[idx].GetReference()->IsNull()) {
225 *table_[idx].GetReference() = GcRoot<mirror::Object>(nullptr);
237 auto* release_start = AlignUp(reinterpret_cast<uint8_t*>(&table_[top_index]), kPageSize);
254 mirror::Object* obj = table_[i].GetReference()->Read<kWithoutReadBarrier>();
262 obj = table_[i].GetReference()->Read();