Home
last modified time | relevance | path

Searched defs:ref (Results 26 – 50 of 94) sorted by relevance

1234

/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc77 MethodReference ref) { in FindMethodOffset()
Drelative_patcher_test.h219 for (auto ref : compiled_method_refs_) { in CheckLinkedMethod() local
370 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) override { in FindMethodOffset()
/art/runtime/
Dobj_ptr-inl.h55 uintptr_t ref = reinterpret_cast<uintptr_t>(ptr); in Encode() local
Dreflective_handle.h95 ReflectiveReference<T>* ref = ReflectiveHandle<T>::reference_; in Assign() local
Dreference_table.cc173 ObjPtr<mirror::Object> ref = entries[idx].Read(); in Dump() local
280 SummaryElement(SummaryElement&& ref) noexcept { in Dump() function in art::ReferenceTable::Dump::SummaryElement
Dhandle_scope_test.cc80 void VisitRootIfNonNull(StackReference<mirror::Object>* ref) { in VisitRootIfNonNull()
/art/runtime/jni/
Djava_vm_ext.cc668 IndirectRef ref; in AddGlobalRef() local
697 IndirectRef ref = weak_globals_.Add(kIRTFirstSegment, obj, &error_msg); in AddWeakGlobalRef() local
793 ObjPtr<mirror::Object> JavaVMExt::DecodeGlobal(IndirectRef ref) { in DecodeGlobal()
797 void JavaVMExt::UpdateGlobal(Thread* self, IndirectRef ref, ObjPtr<mirror::Object> result) { in UpdateGlobal()
813 ObjPtr<mirror::Object> JavaVMExt::DecodeWeakGlobal(Thread* self, IndirectRef ref) { in DecodeWeakGlobal()
828 ObjPtr<mirror::Object> JavaVMExt::DecodeWeakGlobalLocked(Thread* self, IndirectRef ref) { in DecodeWeakGlobalLocked()
841 ObjPtr<mirror::Object> JavaVMExt::DecodeWeakGlobalDuringShutdown(Thread* self, IndirectRef ref) { in DecodeWeakGlobalDuringShutdown()
854 bool JavaVMExt::IsWeakGlobalCleared(Thread* self, IndirectRef ref) { in IsWeakGlobalCleared()
870 void JavaVMExt::UpdateWeakGlobal(Thread* self, IndirectRef ref, ObjPtr<mirror::Object> result) { in UpdateWeakGlobal()
/art/compiler/optimizing/
Dload_store_analysis.h225 HInstruction* HuntForOriginalReference(HInstruction* ref) const { in HuntForOriginalReference()
237 ReferenceInfo* FindReferenceInfoOf(HInstruction* ref) const { in FindReferenceInfoOf()
454 HeapLocation* GetOrCreateHeapLocation(HInstruction* ref, in GetOrCreateHeapLocation()
473 HeapLocation* VisitFieldAccess(HInstruction* ref, const FieldInfo& field_info) { in VisitFieldAccess()
513 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in VisitInstanceFieldSet() local
Dload_store_elimination.cc400 HInstruction* ref = ref_info->GetReference(); in MergePredecessorValues() local
855 HInstruction* ref = in VisitNewInstance() local
884 HInstruction* ref = location->GetReferenceInfo()->GetReference(); in VisitNewArray() local
Dload_store_analysis_test.cc81 ReferenceInfo* ref = heap_location_collector.FindReferenceInfoOf(array); in TEST_F() local
178 ReferenceInfo* ref = heap_location_collector.FindReferenceInfoOf(object); in TEST_F() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatArrayInstance.java334 AhatInstance ref = refs.get(0); in getAssociatedBitmapInstance() local
345 AhatClassObj ref = refs.get(0).asClassObj(); in getAssociatedClassForOverhead() local
/art/test/004-NativeAllocations/src-art/
DMain.java30 static PhantomReference ref = null; field in Main
/art/runtime/gc/
Dreference_processor.cc235 ObjPtr<mirror::Reference> ref, in DelayReferenceReferent()
321 void ReferenceProcessor::ClearReferent(ObjPtr<mirror::Reference> ref) { in ClearReferent()
Dverification.cc87 mirror::Object* ref, in LogHeapCorruption()
181 void Visit(mirror::Object* ref, const std::string& field_name) const in Visit()
/art/compiler/driver/
Dcompiler_options.cc161 MethodReference ref(dex_file, method_idx); in GetVerifiedMethod() local
/art/runtime/mirror/
Dobject_reference.h45 static MirrorType* Decompress(uint32_t ref) { in Decompress()
Ddex_cache-inl.h214 Atomic<GcRoot<mirror::CallSite>>& ref = in GetResolvedCallSite() local
229 Atomic<GcRoot<mirror::CallSite>>& ref = in SetResolvedCallSite() local
/art/runtime/gc/collector/
Dsemi_space.cc246 mirror::Object* ref = obj->GetFieldObject<mirror::Object>(offset); in operator ()() local
463 auto ref = StackReference<mirror::Object>::FromMirrorPtr(root); in MarkObject() local
477 auto ref = StackReference<mirror::Object>::FromMirrorPtr(*root); in VisitRoots() local
/art/test/036-finalizer/src/
DMain.java41 WeakReference<FinalizerTest> ref = new WeakReference<FinalizerTest>(ft); in makeRef() local
/art/tools/veridex/
Dhidden_api.h84 static std::string GetApiMethodName(MethodReference ref) { in GetApiMethodName()
/art/libartbase/base/
Ddebug_stack.h121 explicit DebugStackIndirectTopRefImpl(DebugStackReferenceImpl<kIsDebug>* ref) in DebugStackIndirectTopRefImpl()
Dtransform_array_ref_test.cc117 Ref ref; in TEST() local
/art/test/079-phantom/src/
DBitmap.java146 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); in run() local
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc204 bool DexToDexCompiler::ShouldCompileMethod(const MethodReference& ref) { in ShouldCompileMethod()
662 for (const MethodReference& ref : state.methods_) { in UnquickenConflictingMethods() local
/art/runtime/gc/accounting/
Dmod_union_table.cc123 mirror::Object* ref = obj_ptr->AsMirrorPtr(); in MarkReference() local
201 mirror::Object* ref = ref_ptr->AsMirrorPtr(); in operator ()() local
275 mirror::Object* ref = obj->GetFieldObject<mirror::Object>(offset); in operator ()() local

1234