Home
last modified time | relevance | path

Searched defs:ShouldIgnoreRequest (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector_proxy.h48 …bool ShouldIgnoreRequest(GCRequest& request) override { return currentCollector_->ShouldIgnoreRequ… in ShouldIgnoreRequest() function
Dmarking_collector.h165 bool ShouldIgnoreRequest(GCRequest& request) override { return request.ShouldBeIgnored(); } in ShouldIgnoreRequest() function
/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Dmock_barrier_collector.h30 bool ShouldIgnoreRequest(GCRequest&) override in ShouldIgnoreRequest() function
/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp49 bool ShouldIgnoreRequest(GCRequest&) override in ShouldIgnoreRequest() function in MockCollector
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp1124 bool ArkCollector::ShouldIgnoreRequest(GCRequest& request) { return request.ShouldBeIgnored(); } in ShouldIgnoreRequest() function in common::ArkCollector