Searched refs:VisitRootIfNonNull (Results 1 - 25 of 43) sorted by relevance

12

/art/runtime/mirror/
H A Dreference.cc39 java_lang_ref_Reference_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
H A Dcall_site.cc48 static_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
H A Dmethod.cc75 static_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
76 array_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
102 static_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
103 array_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
H A Dfield.cc53 static_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
54 array_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
H A Dstack_trace_element.cc76 java_lang_StackTraceElement_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
H A Dmethod_handle_impl.cc69 static_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
H A Dmethod_handles_lookup.cc45 static_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
H A Dclass_ext.cc133 dalvik_system_ClassExt_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
H A Dmethod_type.cc152 static_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
H A Dthrowable.cc170 java_lang_Throwable_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
H A Ddex_cache-inl.h295 visitor.VisitRootIfNonNull(source.object.AddressWithoutBarrier());
322 visitor.VisitRootIfNonNull(resolved_call_sites[i].AddressWithoutBarrier());
H A Dobject.cc69 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root ATTRIBUTE_UNUSED) function in class:art::mirror::CopyReferenceFieldsWithReadBarrierVisitor
H A Demulated_stack_frame.cc287 static_class_.VisitRootIfNonNull(visitor, RootInfo(kRootStickyClass));
/art/runtime/
H A Dgc_root.h117 ALWAYS_INLINE void VisitRootIfNonNull(mirror::Object** root, const RootInfo& info)
200 void VisitRootIfNonNull(RootVisitor* visitor, const RootInfo& info) const
246 ALWAYS_INLINE void VisitRootIfNonNull(GcRoot<MirrorType>& root)
254 ALWAYS_INLINE void VisitRootIfNonNull(mirror::CompressedReference<MirrorType>* root)
293 ALWAYS_INLINE void VisitRootIfNonNull(GcRoot<MirrorType>& root) const
301 ALWAYS_INLINE void VisitRootIfNonNull(mirror::CompressedReference<MirrorType>* root) const
H A Dclass_table-inl.h40 visitor.VisitRootIfNonNull(root.AddressWithoutBarrier());
58 visitor.VisitRootIfNonNull(root.AddressWithoutBarrier());
H A Dclass_table_test.cc39 ALWAYS_INLINE void VisitRootIfNonNull(GcRoot<MirrorType>& root) const
47 ALWAYS_INLINE void VisitRootIfNonNull(mirror::CompressedReference<MirrorType>* root) const
H A Dhandle_scope_test.cc79 void VisitRootIfNonNull(StackReference<mirror::Object>* ref) { function in class:art::CollectVisitor
H A Dhandle_scope.h151 visitor.VisitRootIfNonNull(GetHandle(i).GetReference());
/art/runtime/gc/accounting/
H A Dremembered_set.cc91 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root) const
H A Dmod_union_table.cc108 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root) const
209 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root) const
295 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root) const
/art/patchoat/
H A Dpatchoat.h178 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root ATTRIBUTE_UNUSED) function in class:art::PatchOat::PatchVisitor
/art/runtime/gc/
H A Dverification.cc168 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root) const
H A Dallocation_record.cc111 buffered_visitor.VisitRootIfNonNull(record.GetClassGcRoot());
/art/runtime/gc/collector/
H A Dmark_compact.cc436 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root) const
585 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root) const
H A Dsemi_space.cc305 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root) const
702 void VisitRootIfNonNull(mirror::CompressedReference<mirror::Object>* root) const

Completed in 9760 milliseconds

12