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

/art/runtime/
H A Dindirect_reference_table.cc147 DCHECK(!pScan->GetReference()->IsNull());
149 while (!pScan->GetReference()->IsNull()) {
173 if (!table_[i].GetReference()->IsNull()) {
234 *table_[idx].GetReference() = GcRoot<mirror::Object>(nullptr);
241 << table_[topIndex - 1].GetReference()->Read<kWithoutReadBarrier>();
243 if (!table_[topIndex - 1].GetReference()->IsNull()) {
262 if (table_[idx].GetReference()->IsNull()) {
270 *table_[idx].GetReference() = GcRoot<mirror::Object>(nullptr);
302 mirror::Object* obj = table_[i].GetReference()->Read<kWithoutReadBarrier>();
304 obj = table_[i].GetReference()
[all...]
H A Dindirect_reference_table-inl.h56 if (UNLIKELY(table_[idx].GetReference()->IsNull())) {
90 mirror::Object* obj = table_[idx].GetReference()->Read<kReadBarrierOption>();
H A Dhandle.h73 ALWAYS_INLINE StackReference<mirror::Object>* GetReference() { function in class:art::Handle
77 ALWAYS_INLINE const StackReference<mirror::Object>* GetReference() const { function in class:art::Handle
125 StackReference<mirror::Object>* ref = Handle<T>::GetReference();
H A Dindirect_reference_table.h210 GcRoot<mirror::Object>* GetReference() { function in class:art::IrtEntry
242 return table_[i_].GetReference();
H A Dhandle_scope-inl.h67 inline mirror::Object* HandleScope::GetReference(size_t i) const { function in class:art::HandleScope
H A Dhandle_scope.h62 ALWAYS_INLINE mirror::Object* GetReference(size_t i) const
H A Dstack.cc184 return hs->GetReference(0);
H A Dmonitor.cc1181 stack_visitor->GetCurrentHandleScope(sizeof(void*))->GetReference(0);
H A Dthread.cc1875 // GetReference returns a pointer to the stack reference within the handle scope. If this
1877 buffered_visitor.VisitRootIfNonNull(cur->GetHandle(j).GetReference());
/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc93 result->Set(static_cast<int32_t>(i), data.GetReference(i));
105 EXPECT_EQ(data.GetReference(i), array->Get(static_cast<int32_t>(i))) << i;
470 hs_expected.NewHandle(hs_dst.GetReference(0));
471 hs_expected.NewHandle(hs_dst.GetReference(1));
472 hs_expected.NewHandle(hs_src.GetReference(1));
501 hs_expected.NewHandle(hs_dst.GetReference(0));
502 hs_expected.NewHandle(hs_src.GetReference(1));
503 hs_expected.NewHandle(hs_dst.GetReference(2));
532 hs_expected.NewHandle(hs_src.GetReference(0));
533 hs_expected.NewHandle(hs_dst.GetReference(
[all...]
/art/compiler/optimizing/
H A Dload_store_elimination.cc84 HInstruction* GetReference() const { function in class:art::ReferenceInfo
217 if (ref_info->GetReference() == ref) {
295 if (ref_info1->GetReference()->IsNewInstance() || ref_info1->GetReference()->IsNewArray()) {
802 HNewInstance* new_instance = ref_info->GetReference()->AsNewInstance();
982 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference();
H A Dinliner.cc947 if (dex_cache.GetReference() == nullptr) {
H A Dnodes.h170 return handle.GetReference() != nullptr;
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1797 return handle_scope_->GetHandle(0).GetReference();

Completed in 4874 milliseconds