Home
last modified time | relevance | path

Searched refs:needLeakobj_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Djsheap_memory_dumper.cpp36 needLeakobj_ = parameter->GetOpts().isDumpJsHeapLeakobj_; in PreExecute()
39 needLeakobj_ = false; in PreExecute()
55 info.needLeakobj = needLeakobj_; in Execute()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Djsheap_memory_dumper.h41 bool needLeakobj_ = false; variable