Searched defs:RunGarbageCollection (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | collector_proxy.cpp | 29 void CollectorProxy::RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) in RunGarbageCollection() function in common::CollectorProxy
|
| D | marking_collector.cpp | 737 void MarkingCollector::RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) in RunGarbageCollection() function in common::MarkingCollector
|
| /arkcompiler/ets_runtime/common_components/heap/collector/tests/ |
| D | collector_proxy_test.cpp | 37 HWTEST_F_L0(CollectorProxyTest, RunGarbageCollection) in HWTEST_F_L0() argument
|
| D | task_queue_test.cpp | 48 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
|
| D | marking_collector_test.cpp | 71 HWTEST_F_L0(MarkingCollectorTest, RunGarbageCollection) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/ |
| D | mock_barrier_collector.h | 25 void RunGarbageCollection(uint64_t, GCReason, GCType) override {} in RunGarbageCollection() function
|
| /arkcompiler/ets_runtime/common_components/heap/barrier/tests/ |
| D | barrier_test.cpp | 44 void RunGarbageCollection(uint64_t, GCReason, GCType) override {} in RunGarbageCollection() function in MockCollector
|