Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc131 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()
Dindirect_reference_table-inl.h51 if (UNLIKELY(table_[idx].GetReference()->IsNull())) { in GetChecked()
81 mirror::Object* obj = table_[idx].GetReference()->Read<kReadBarrierOption>(); in Get()
Dhandle.h73 ALWAYS_INLINE StackReference<mirror::Object>* GetReference() { in GetReference() function
77 ALWAYS_INLINE const StackReference<mirror::Object>* GetReference() const { in GetReference() function
125 StackReference<mirror::Object>* ref = Handle<T>::GetReference(); in Assign()
Dindirect_reference_table.h209 GcRoot<mirror::Object>* GetReference() { in GetReference() function
241 return table_[i_].GetReference();
Dhandle_scope-inl.h67 inline mirror::Object* HandleScope::GetReference(size_t i) const { in GetReference() function
Dhandle_scope.h62 ALWAYS_INLINE mirror::Object* GetReference(size_t i) const
Dstack.cc184 return hs->GetReference(0); in GetThisObject()
Dmonitor.cc1163 stack_visitor->GetCurrentHandleScope(sizeof(void*))->GetReference(0); in VisitLocks()
Dthread.cc1873 buffered_visitor.VisitRootIfNonNull(cur->GetHandle(j).GetReference()); in HandleScopeVisitRoots()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc93 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 …]
/art/compiler/optimizing/
Dload_store_elimination.cc84 HInstruction* GetReference() const { in GetReference() function in art::ReferenceInfo
217 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()
Dinliner.cc947 if (dex_cache.GetReference() == nullptr) { in TryPatternSubstitution()
Dnodes.h170 return handle.GetReference() != nullptr; in IsValidHandle()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1797 return handle_scope_->GetHandle(0).GetReference(); in GetFirstHandleScopeEntry()