Home
last modified time | relevance | path

Searched refs:JsHeapMemoryDumper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Djsheap_memory_dumper.cpp21 JsHeapMemoryDumper::JsHeapMemoryDumper() in JsHeapMemoryDumper() function in OHOS::HiviewDFX::JsHeapMemoryDumper
28 JsHeapMemoryDumper::~JsHeapMemoryDumper() in ~JsHeapMemoryDumper()
32 DumpStatus JsHeapMemoryDumper::PreExecute(const shared_ptr<DumperParameter> &parameter, StringMatri… in PreExecute()
48 DumpStatus JsHeapMemoryDumper::Execute() in Execute()
67 DumpStatus JsHeapMemoryDumper::AfterExecute() in AfterExecute()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Djsheap_memory_dumper.h26 class JsHeapMemoryDumper : public HidumperExecutor {
28 JsHeapMemoryDumper();
29 ~JsHeapMemoryDumper();
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/factory/
H A Djsheap_memory_dumper_factory.cpp22 return std::make_shared<JsHeapMemoryDumper>(); in CreateExecutor()