Home
last modified time | relevance | path

Searched defs:VisitLiveObjectsUntilFalse (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_manager.cpp172 bool RegionDesc::VisitLiveObjectsUntilFalse(const std::function<bool(BaseObject*)>&& func) in VisitLiveObjectsUntilFalse() function in common::RegionDesc
/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dregion_manager_test.cpp133 HWTEST_F_L0(RegionManagerTest, VisitLiveObjectsUntilFalse) in HWTEST_F_L0() argument