Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector_proxy.h55 …bool IsCurrentPointer(RefField<>& ref) const override { return currentCollector_->IsCurrentPointer… in IsCurrentPointer() function
/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Dmock_barrier_collector.h69 bool IsCurrentPointer(RefField<>&) const override in IsCurrentPointer() function
Dark_collector_test.cpp325 bool IsCurrentPointer(RefField<>&) const override { return false; } in IsCurrentPointer() function in common::test::TestCreateMarkingArkCollector
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.h103 bool IsCurrentPointer(RefField<>& ref) const override { return false; } in IsCurrentPointer() function
/arkcompiler/ets_runtime/common_components/heap/barrier/tests/
Dbarrier_test.cpp88 bool IsCurrentPointer(RefField<>&) const override in IsCurrentPointer() function in MockCollector