Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dverification.h183 explicit VerifyVisitor(Callback &cb) : thread_(JSThread::GetCurrent()), cb_(cb) {} in VerifyVisitor() function
/arkcompiler/ets_runtime/common_components/heap/
Dverification.cpp173 class VerifyVisitor { class