| /arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/ |
| D | empty_reference_processor.h | 39 …void ProcessReferences([[maybe_unused]] bool concurrent, [[maybe_unused]] bool clearSoftReferences, in ProcessReferences() function
|
| D | reference_processor.h | 67 virtual void ProcessReferences(bool concurrent, bool clearSoftReferences, GCPhase gcPhase,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| D | ets_reference_processor.h | 36 void ProcessReferences(bool concurrent, bool clearSoftReferences, GCPhase gcPhase,
|
| D | ets_reference_processor.cpp | 71 void EtsReferenceProcessor::ProcessReferences([[maybe_unused]] bool concurrent, in ProcessReferences() function in panda::mem::ets::EtsReferenceProcessor
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_type_generator.h | 78 void ProcessReferences(const WeakRootVisitor &visitor) in ProcessReferences() function
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | stw_young_gc.cpp | 137 heap_->GetEcmaVM()->ProcessReferences(gcUpdateWeak); in Sweep()
|
| D | full_gc.cpp | 165 heap_->GetEcmaVM()->ProcessReferences(gcUpdateWeak); in Sweep()
|
| D | parallel_evacuator.cpp | 344 heap_->GetEcmaVM()->ProcessReferences(gcUpdateWeak); in UpdateWeakReference()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.cpp | 455 void EcmaVM::ProcessReferences(const WeakRootVisitor &visitor) in ProcessReferences() function in panda::ecmascript::EcmaVM 480 thread_->GetCurrentEcmaContext()->ProcessReferences(visitor); in ProcessReferences() 481 GetPGOProfiler()->ProcessReferences(visitor); in ProcessReferences()
|
| D | ecma_vm.h | 244 void ProcessReferences(const WeakRootVisitor &visitor);
|
| D | ecma_context.h | 273 void ProcessReferences(const WeakRootVisitor &visitor);
|
| D | ecma_context.cpp | 555 void EcmaContext::ProcessReferences(const WeakRootVisitor &visitor) in ProcessReferences() function in panda::ecmascript::EcmaContext
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_vm.cpp | 197 gc->ProcessReferences(gc->GetGCPhase(), task, pred); in HandleReferences()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc.cpp | 446 void GC::ProcessReferences(GCPhase gcPhase, const GCTask &task, const ReferenceClearPredicateT &pre… in ProcessReferences() function in panda::mem::GC 452 referenceProcessor_->ProcessReferences(false, clearSoftReferences, gcPhase, pred); in ProcessReferences()
|
| D | gc.h | 318 … void ProcessReferences(GCPhase gcPhase, const GCTask &task, const ReferenceClearPredicateT &pred);
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.h | 82 void ProcessReferences(const WeakRootVisitor &visitor);
|
| D | pgo_profiler.cpp | 1448 void PGOProfiler::ProcessReferences(const WeakRootVisitor &visitor) in ProcessReferences() function in panda::ecmascript::pgo::PGOProfiler 1465 generator->ProcessReferences(visitor); in ProcessReferences()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.cpp | 328 gc->ProcessReferences(gc->GetGCPhase(), task, pred); in HandleReferences()
|