/art/runtime/ |
D | indirect_reference_table.cc | 173 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 …]
|
D | handle.h | 78 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()
|
D | indirect_reference_table-inl.h | 59 if (UNLIKELY(table_[idx].GetReference()->IsNull())) { in GetChecked() 95 ObjPtr<mirror::Object> obj = table_[idx].GetReference()->Read<kReadBarrierOption>(); in Get()
|
D | handle_scope_test.cc | 109 EXPECT_TRUE(hs.Contains(handles.back().GetReference())); in TEST_F() 110 EXPECT_TRUE(base->Contains(handles.back().GetReference())); in TEST_F()
|
D | method_handles-inl.h | 53 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()
|
D | indirect_reference_table.h | 161 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()
|
D | handle_scope-inl.h | 75 inline mirror::Object* HandleScope::GetReference(size_t i) const { in GetReference() function 115 visitor.VisitRootIfNonNull(GetHandle(i).GetReference()); in VisitRoots()
|
D | handle_scope.h | 108 ALWAYS_INLINE mirror::Object* GetReference(size_t i) const
|
D | stack.cc | 123 return hs->GetReference(0); in GetThisObject()
|
D | monitor.cc | 1435 stack_visitor->GetCurrentHandleScope(sizeof(void*))->GetReference(0); in VisitLocks()
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 93 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()
|
D | precise_hidden_api_finder.cc | 63 AddUsesAt(collector.GetUses(), method.GetReference()); in Run() 80 AddUsesAt(substitutor.GetUses(), method.GetReference()); in Run()
|
/art/compiler/driver/ |
D | dex_compilation_unit.cc | 66 if (GetCompilingClass().GetReference() != nullptr && !GetCompilingClass().IsNull()) { in RequiresConstructorBarrier()
|
/art/compiler/optimizing/ |
D | load_store_analysis.h | 43 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()
|
D | load_store_elimination.cc | 406 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()
|
D | code_generator.cc | 172 reinterpret_cast64<uint64_t>(string.GetReference())); in ReserveJitStringRoot() 184 jit_class_roots_.Overwrite(type_reference, reinterpret_cast64<uint64_t>(klass.GetReference())); in ReserveJitClassRoot()
|
D | optimizing_compiler.cc | 1398 return handles.Contains(root.GetReference()); in JitCompile()
|
/art/dex2oat/dex/ |
D | dex_to_dex_decompiler_test.cc | 89 method.GetReference()); in RunTest()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 123 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/ |
D | class_accessor-inl.h | 76 inline MethodReference ClassAccessor::Method::GetReference() const { in GetReference() function
|
D | class_accessor.h | 102 MethodReference GetReference() const;
|
/art/runtime/mirror/ |
D | emulated_stack_frame.cc | 109 ALWAYS_INLINE ObjPtr<mirror::Object> GetReference() REQUIRES_SHARED(Locks::mutator_lock_) { in GetReference() function in art::mirror::EmulatedStackFrameAccessor
|
/art/profman/ |
D | profman.cc | 998 methods.push_back(ProfileMethodInfo(method.GetReference())); in ProcessLine()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2179 return handle_scope_->GetHandle(0).GetReference(); in GetFirstHandleScopeEntry()
|