Home
last modified time | relevance | path

Searched refs:countCb (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp608 auto countCb = [&ObjMap](TaggedObject *obj) { in HWTEST_F_L0() local
611 heap->IterateOverObjects(countCb); in HWTEST_F_L0()
612 RootVisitor rootVisitor = [&countCb]([[maybe_unused]] Root type, ObjectSlot slot) { in HWTEST_F_L0()
618 countCb(root); in HWTEST_F_L0()
637 heap->IterateOverObjects(countCb); in HWTEST_F_L0()

Completed in 2 milliseconds