Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc173 if (table[index].GetReference()->IsNull()) { in CountNullEntries()
302 DCHECK(!p_scan->GetReference()->IsNull()); in Add()
304 while (!p_scan->GetReference()->IsNull()) { in Add()
328 if (!table_[i].GetReference()->IsNull()) { in AssertEmpty()
396 *table_[idx].GetReference() = GcRoot<mirror::Object>(nullptr); in Remove()
404 << table_[collapse_top_index - 1].GetReference()->Read<kWithoutReadBarrier>(); in Remove()
406 if (!table_[collapse_top_index - 1].GetReference()->IsNull()) { in Remove()
426 if (table_[idx].GetReference()->IsNull()) { in Remove()
434 *table_[idx].GetReference() = GcRoot<mirror::Object>(nullptr); in Remove()
467 ObjPtr<mirror::Object> obj = table_[i].GetReference()->Read<kWithoutReadBarrier>(); in Dump()
[all …]
Dhandle.h78 ALWAYS_INLINE StackReference<mirror::Object>* GetReference() { in GetReference() function
82 ALWAYS_INLINE const StackReference<mirror::Object>* GetReference() const { in GetReference() function
133 StackReference<mirror::Object>* ref = Handle<T>::GetReference(); in Assign()
140 StackReference<mirror::Object>* ref = Handle<T>::GetReference(); in Assign()
Dindirect_reference_table-inl.h59 if (UNLIKELY(table_[idx].GetReference()->IsNull())) { in GetChecked()
95 ObjPtr<mirror::Object> obj = table_[idx].GetReference()->Read<kReadBarrierOption>(); in Get()
Dhandle_scope_test.cc109 EXPECT_TRUE(hs.Contains(handles.back().GetReference())); in TEST_F()
110 EXPECT_TRUE(base->Contains(handles.back().GetReference())); in TEST_F()
Dmethod_handles-inl.h53 ALWAYS_INLINE ObjPtr<mirror::Object> GetReference() REQUIRES_SHARED(Locks::mutator_lock_) { in GetReference() function
188 setter->SetReference(getter->GetReference()); in PerformConversions()
197 value.SetL(getter->GetReference()); in PerformConversions()
Dindirect_reference_table.h161 GcRoot<mirror::Object>* GetReference() { in GetReference() function
166 const GcRoot<mirror::Object>* GetReference() const { in GetReference() function
200 return table_[i_].GetReference(); in REQUIRES_SHARED()
Dhandle_scope-inl.h75 inline mirror::Object* HandleScope::GetReference(size_t i) const { in GetReference() function
115 visitor.VisitRootIfNonNull(GetHandle(i).GetReference()); in VisitRoots()
Dhandle_scope.h108 ALWAYS_INLINE mirror::Object* GetReference(size_t i) const
Dstack.cc123 return hs->GetReference(0); in GetThisObject()
Dmonitor.cc1435 stack_visitor->GetCurrentHandleScope(sizeof(void*))->GetReference(0); in VisitLocks()
/art/tools/veridex/
Dhidden_api_finder.cc93 reflection_locations_[name].push_back(method.GetReference()); in CollectAccesses()
103 CheckMethod(inst->VRegB_35c(), resolver, method.GetReference()); in CollectAccesses()
112 CheckMethod(inst->VRegB_3rc(), resolver, method.GetReference()); in CollectAccesses()
123 CheckField(inst->VRegC_22c(), resolver, method.GetReference()); in CollectAccesses()
134 CheckField(inst->VRegC_22c(), resolver, method.GetReference()); in CollectAccesses()
145 CheckField(inst->VRegB_21c(), resolver, method.GetReference()); in CollectAccesses()
156 CheckField(inst->VRegB_21c(), resolver, method.GetReference()); in CollectAccesses()
Dprecise_hidden_api_finder.cc63 AddUsesAt(collector.GetUses(), method.GetReference()); in Run()
80 AddUsesAt(substitutor.GetUses(), method.GetReference()); in Run()
/art/compiler/driver/
Ddex_compilation_unit.cc66 if (GetCompilingClass().GetReference() != nullptr && !GetCompilingClass().IsNull()) { in RequiresConstructorBarrier()
/art/compiler/optimizing/
Dload_store_analysis.h43 HInstruction* GetReference() const { in GetReference() function
235 if (ref_info->GetReference() == ref) { in FindReferenceInfoOf()
355 if (ref_info1->GetReference()->IsNewInstance() || ref_info1->GetReference()->IsNewArray()) { in MayAliasWithPreexistenceChecking()
508 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in VisitInstanceFieldSet()
Dload_store_elimination.cc406 HInstruction* ref = ref_info->GetReference(); in MergePredecessorValues()
618 … if (ref_info->IsSingleton() && !loop_info->IsDefinedOutOfTheLoop(ref_info->GetReference())) { in VisitSetLocation()
823 heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo()->GetReference(); in VisitNewInstance()
851 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in VisitNewArray()
Dcode_generator.cc172 reinterpret_cast64<uint64_t>(string.GetReference())); in ReserveJitStringRoot()
184 jit_class_roots_.Overwrite(type_reference, reinterpret_cast64<uint64_t>(klass.GetReference())); in ReserveJitClassRoot()
Doptimizing_compiler.cc1398 return handles.Contains(root.GetReference()); in JitCompile()
/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc89 method.GetReference()); in RunTest()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc123 result->Set(static_cast<int32_t>(i), data.GetReference(i)); in CreateObjectArray()
135 EXPECT_OBJ_PTR_EQ(data.GetReference(i), array->Get(static_cast<int32_t>(i))) << i; in CheckObjectArray()
506 hs_expected.NewHandle(hs_dst.GetReference(0)); in TEST_F()
507 hs_expected.NewHandle(hs_dst.GetReference(1)); in TEST_F()
508 hs_expected.NewHandle(hs_src.GetReference(1)); in TEST_F()
537 hs_expected.NewHandle(hs_dst.GetReference(0)); in TEST_F()
538 hs_expected.NewHandle(hs_src.GetReference(1)); in TEST_F()
539 hs_expected.NewHandle(hs_dst.GetReference(2)); in TEST_F()
568 hs_expected.NewHandle(hs_src.GetReference(0)); in TEST_F()
569 hs_expected.NewHandle(hs_dst.GetReference(1)); in TEST_F()
[all …]
/art/libdexfile/dex/
Dclass_accessor-inl.h76 inline MethodReference ClassAccessor::Method::GetReference() const { in GetReference() function
Dclass_accessor.h102 MethodReference GetReference() const;
/art/runtime/mirror/
Demulated_stack_frame.cc109 ALWAYS_INLINE ObjPtr<mirror::Object> GetReference() REQUIRES_SHARED(Locks::mutator_lock_) { in GetReference() function in art::mirror::EmulatedStackFrameAccessor
/art/profman/
Dprofman.cc998 methods.push_back(ProfileMethodInfo(method.GetReference())); in ProcessLine()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2179 return handle_scope_->GetHandle(0).GetReference(); in GetFirstHandleScopeEntry()