Home
last modified time | relevance | path

Searched defs:ObjectChecker (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h252 using ObjectChecker = std::function<bool(const ObjectHeader *)>; variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem.h281 using ObjectChecker = std::function<bool(const ObjectHeader *)>; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dregion_allocator_test.cpp174 auto ObjectChecker(size_t &objectFound) in ObjectChecker() function in ark::mem::test::RegionAllocatorTest