Searched refs:GetReference (Results 1 – 14 of 14) sorted by relevance
131 DCHECK(!pScan->GetReference()->IsNull()); in Add()133 while (!pScan->GetReference()->IsNull()) { in Add()157 if (!table_[i].GetReference()->IsNull()) { in AssertEmpty()218 *table_[idx].GetReference() = GcRoot<mirror::Object>(nullptr); in Remove()225 << table_[topIndex - 1].GetReference()->Read<kWithoutReadBarrier>(); in Remove()227 if (!table_[topIndex - 1].GetReference()->IsNull()) { in Remove()246 if (table_[idx].GetReference()->IsNull()) { in Remove()254 *table_[idx].GetReference() = GcRoot<mirror::Object>(nullptr); in Remove()286 mirror::Object* obj = table_[i].GetReference()->Read<kWithoutReadBarrier>(); in Dump()288 obj = table_[i].GetReference()->Read(); in Dump()
51 if (UNLIKELY(table_[idx].GetReference()->IsNull())) { in GetChecked()81 mirror::Object* obj = table_[idx].GetReference()->Read<kReadBarrierOption>(); in Get()
73 ALWAYS_INLINE StackReference<mirror::Object>* GetReference() { in GetReference() function77 ALWAYS_INLINE const StackReference<mirror::Object>* GetReference() const { in GetReference() function125 StackReference<mirror::Object>* ref = Handle<T>::GetReference(); in Assign()
209 GcRoot<mirror::Object>* GetReference() { in GetReference() function241 return table_[i_].GetReference();
67 inline mirror::Object* HandleScope::GetReference(size_t i) const { in GetReference() function
62 ALWAYS_INLINE mirror::Object* GetReference(size_t i) const
184 return hs->GetReference(0); in GetThisObject()
1163 stack_visitor->GetCurrentHandleScope(sizeof(void*))->GetReference(0); in VisitLocks()
1873 buffered_visitor.VisitRootIfNonNull(cur->GetHandle(j).GetReference()); in HandleScopeVisitRoots()
93 result->Set(static_cast<int32_t>(i), data.GetReference(i)); in UNSTARTED_RUNTIME_JNI_LIST()105 EXPECT_EQ(data.GetReference(i), array->Get(static_cast<int32_t>(i))) << i; in CheckObjectArray()470 hs_expected.NewHandle(hs_dst.GetReference(0)); in TEST_F()471 hs_expected.NewHandle(hs_dst.GetReference(1)); in TEST_F()472 hs_expected.NewHandle(hs_src.GetReference(1)); in TEST_F()501 hs_expected.NewHandle(hs_dst.GetReference(0)); in TEST_F()502 hs_expected.NewHandle(hs_src.GetReference(1)); in TEST_F()503 hs_expected.NewHandle(hs_dst.GetReference(2)); in TEST_F()532 hs_expected.NewHandle(hs_src.GetReference(0)); in TEST_F()533 hs_expected.NewHandle(hs_dst.GetReference(1)); in TEST_F()[all …]
84 HInstruction* GetReference() const { in GetReference() function in art::ReferenceInfo217 if (ref_info->GetReference() == ref) { in FindReferenceInfoOf()295 if (ref_info1->GetReference()->IsNewInstance() || ref_info1->GetReference()->IsNewArray()) { in MayAliasWithPreexistenceChecking()802 HNewInstance* new_instance = ref_info->GetReference()->AsNewInstance(); in VisitSetLocation()982 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference(); in VisitNewInstance()
947 if (dex_cache.GetReference() == nullptr) { in TryPatternSubstitution()
170 return handle.GetReference() != nullptr; in IsValidHandle()
1797 return handle_scope_->GetHandle(0).GetReference(); in GetFirstHandleScopeEntry()