Home
last modified time | relevance | path

Searched refs:VisitGCRoots (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/scheduler/
H A Dtask.h47 void VisitGCRoots(const ObjectVisitor &cb) override
49 ManagedThread::VisitGCRoots(cb);
/arkcompiler/runtime_core/static_core/runtime/
H A Dhandle_storage.h65 void VisitGCRoots([[maybe_unused]] const ObjectVisitor &cb) {} in VisitGCRoots() function in ark::HandleStorage
H A Dhandle_storage-inl.h105 inline void HandleStorage<coretypes::TaggedType>::VisitGCRoots([[maybe_unused]] const ObjectVisitor &cb) in VisitGCRoots() function in ark::HandleStorage
153 inline void HandleStorage<ObjectHeader *>::VisitGCRoots([[maybe_unused]] const ObjectVisitor &cb) in VisitGCRoots() function in ark::HandleStorage
H A Dglobal_handle_storage.h100 inline void VisitGCRoots([[maybe_unused]] const ObjectVisitor &cb) {} in VisitGCRoots() function in ark::GlobalHandleStorage
H A Dthread.cpp782 void MTManagedThread::VisitGCRoots(const ObjectVisitor &cb) in VisitGCRoots() function in ark::MTManagedThread
784 ManagedThread::VisitGCRoots(cb); in VisitGCRoots()
825 void ManagedThread::VisitGCRoots(const ObjectVisitor &cb) in VisitGCRoots() function in ark::ManagedThread
835 taggedHandleStorage_->VisitGCRoots(cb); in VisitGCRoots()
836 taggedGlobalHandleStorage_->VisitGCRoots(cb); in VisitGCRoots()
839 objectHeaderHandleStorage_->VisitGCRoots(cb); in VisitGCRoots()
H A Dclass_linker_context.h111 void VisitGCRoots(const ObjectVisitor &cb) in VisitGCRoots() function in ark::ClassLinkerContext
H A Dglobal_handle_storage-inl.h130 inline void GlobalHandleStorage<coretypes::TaggedType>::VisitGCRoots([[maybe_unused]] const ObjectVisitor &cb) in VisitGCRoots() function in ark::GlobalHandleStorage
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_root.cpp154 thread->VisitGCRoots([&gcRootVisitor](ObjectHeader *obj) { in VisitRootsForThread()
276 ctx->VisitGCRoots([&gcRootVisitor](ObjectHeader *obj) { in VisitClassLinkerContextRoots()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmtmanaged_thread.h43 void VisitGCRoots(const ObjectVisitor &cb) override;
H A Dmanaged_thread.h450 virtual void VisitGCRoots(const ObjectVisitor &cb);

Completed in 6 milliseconds