Home
last modified time | relevance | path

Searched defs:ForEachObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp33 …bool ForEachObject(const std::function<void(BaseObject*)>&, bool safe) const override { return tru… in ForEachObject() function in common::test::TestAllocator
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dtask_queue_test.cpp26 …bool ForEachObject(const std::function<void(BaseObject*)>&, bool safe) const override { return tru… in ForEachObject() function in common::StubAllocator
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp177 bool HeapImpl::ForEachObject(const std::function<void(BaseObject*)>& visitor, bool safe) in ForEachObject() function in common::HeapImpl
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.h196 bool ForEachObject(const std::function<void(BaseObject*)>& visitor, bool safe) const override in ForEachObject() function