/art/runtime/ |
D | class_table-inl.h | 28 void ClassTable::VisitRoots(Visitor& visitor) { in VisitRoots() function 46 void ClassTable::VisitRoots(const Visitor& visitor) { in VisitRoots() function
|
D | handle_scope-inl.h | 158 inline void BaseHandleScope::VisitRoots(Visitor& visitor) { in VisitRoots() function 239 inline void VariableSizedHandleScope::VisitRoots(Visitor& visitor) { in VisitRoots() function
|
D | art_field.h | 174 ALWAYS_INLINE inline void VisitRoots(RootVisitorType& visitor) NO_THREAD_SAFETY_ANALYSIS { in VisitRoots() function
|
D | transaction.cc | 271 void Transaction::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::Transaction 495 void Transaction::ObjectLog::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::Transaction::ObjectLog 542 void Transaction::InternStringLog::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::Transaction::InternStringLog 558 void Transaction::ResolveStringLog::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::Transaction::ResolveStringLog
|
D | gc_root.h | 135 void VisitRoots(mirror::Object*** roots, size_t count, const RootInfo& info) OVERRIDE in VisitRoots() function 142 void VisitRoots(mirror::CompressedReference<mirror::Object>** roots, size_t count, in VisitRoots() function
|
D | handle_scope.h | 146 void VisitRoots(Visitor& visitor) REQUIRES_SHARED(Locks::mutator_lock_) { in VisitRoots() function
|
D | intern_table.cc | 62 void InternTable::VisitRoots(RootVisitor* visitor, VisitRootFlags flags) { in VisitRoots() function in art::InternTable 448 void InternTable::Table::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::InternTable::Table
|
D | reference_table.cc | 306 void ReferenceTable::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) { in VisitRoots() function in art::ReferenceTable
|
D | indirect_reference_table.cc | 444 void IndirectReferenceTable::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) { in VisitRoots() function in art::IndirectReferenceTable
|
/art/runtime/mirror/ |
D | method.cc | 74 void Method::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::Method 101 void Constructor::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::Constructor
|
D | reference.cc | 38 void Reference::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::Reference
|
D | call_site.cc | 47 void CallSite::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::CallSite
|
D | field.cc | 52 void Field::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::Field
|
D | stack_trace_element.cc | 75 void StackTraceElement::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::StackTraceElement
|
D | method_handle_impl.cc | 60 void MethodHandleImpl::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::MethodHandleImpl
|
D | method_handles_lookup.cc | 44 void MethodHandlesLookup::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::MethodHandlesLookup
|
D | class_ext.cc | 132 void ClassExt::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::ClassExt
|
D | method_type.cc | 134 void MethodType::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::MethodType
|
D | throwable.cc | 169 void Throwable::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::Throwable
|
D | emulated_stack_frame.cc | 288 void EmulatedStackFrame::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::mirror::EmulatedStackFrame
|
/art/runtime/gc/collector/ |
D | mark_compact.cc | 277 void MarkCompact::VisitRoots( in VisitRoots() function in art::gc::collector::MarkCompact 284 void MarkCompact::VisitRoots( in VisitRoots() function in art::gc::collector::MarkCompact 296 void VisitRoots(mirror::Object*** roots, size_t count, const RootInfo& info ATTRIBUTE_UNUSED) in VisitRoots() function in art::gc::collector::MarkCompact::UpdateRootVisitor 309 void VisitRoots(mirror::CompressedReference<mirror::Object>** roots, size_t count, in VisitRoots() function in art::gc::collector::MarkCompact::UpdateRootVisitor
|
D | semi_space.cc | 616 void SemiSpace::VisitRoots(mirror::Object*** roots, size_t count, in VisitRoots() function in art::gc::collector::SemiSpace 630 void SemiSpace::VisitRoots(mirror::CompressedReference<mirror::Object>** roots, size_t count, in VisitRoots() function in art::gc::collector::SemiSpace
|
D | mark_sweep.cc | 564 void MarkSweep::VisitRoots(mirror::Object*** roots, in VisitRoots() function in art::gc::collector::MarkSweep 572 void MarkSweep::VisitRoots(mirror::CompressedReference<mirror::Object>** roots, in VisitRoots() function in art::gc::collector::MarkSweep 1120 void VisitRoots(mirror::Object*** roots, size_t count, const RootInfo& info ATTRIBUTE_UNUSED) in VisitRoots() function in art::gc::collector::MarkSweep::CheckpointMarkThreadRoots 1128 void VisitRoots(mirror::CompressedReference<mirror::Object>** roots, in VisitRoots() function in art::gc::collector::MarkSweep::CheckpointMarkThreadRoots
|
/art/runtime/gc/ |
D | allocation_record.cc | 101 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) { in VisitRoots() function in art::gc::AllocRecordObjectMap
|
/art/patchoat/ |
D | patchoat.cc | 451 void VisitRoots(mirror::Object*** roots, size_t count, const RootInfo& info ATTRIBUTE_UNUSED) in VisitRoots() function in art::PatchOat::FixupRootVisitor 458 void VisitRoots(mirror::CompressedReference<mirror::Object>** roots, size_t count, in VisitRoots() function in art::PatchOat::FixupRootVisitor
|