Home
last modified time | relevance | path

Searched defs:RunGarbageCollection (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector_proxy.cpp29 void CollectorProxy::RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) in RunGarbageCollection() function in common::CollectorProxy
Dmarking_collector.cpp737 void MarkingCollector::RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) in RunGarbageCollection() function in common::MarkingCollector
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dcollector_proxy_test.cpp37 HWTEST_F_L0(CollectorProxyTest, RunGarbageCollection) in HWTEST_F_L0() argument
Dtask_queue_test.cpp48 void RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) override {} in RunGarbageCollection() function in common::StubCollectorProxy
57 void RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) override {} in RunGarbageCollection() function in common::DummyCollectorProxy
Dmarking_collector_test.cpp71 HWTEST_F_L0(MarkingCollectorTest, RunGarbageCollection) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Dmock_barrier_collector.h25 void RunGarbageCollection(uint64_t, GCReason, GCType) override {} in RunGarbageCollection() function
/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp44 void RunGarbageCollection(uint64_t, GCReason, GCType) override {} in RunGarbageCollection() function in MockCollector