Home
last modified time | relevance | path

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

/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1944 void ArkNativeEngine::DumpHeapSnapshot(const std::string& path, bool isVmMode, DumpFormat dumpFormat, in DumpHeapSnapshot() argument
1950 if (dumpFormat == DumpFormat::JSON) { in DumpHeapSnapshot()
1951 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::JSON; in DumpHeapSnapshot()
1956 if (dumpFormat == DumpFormat::BINARY) { in DumpHeapSnapshot()
1957 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::BINARY; in DumpHeapSnapshot()
1960 if (dumpFormat == DumpFormat::OTHER) { in DumpHeapSnapshot()
1961 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::OTHER; in DumpHeapSnapshot()
1971 void ArkNativeEngine::DumpHeapSnapshot(bool isVmMode, DumpFormat dumpFormat, bool isPrivate, bool isFullGC) in DumpHeapSnapshot() argument
1978 if (dumpFormat == DumpFormat::JSON) { in DumpHeapSnapshot()
1979 dumpOption.dumpFormat in DumpHeapSnapshot()
[all...]
H A Dark_native_engine.h240 DumpFormat dumpFormat = DumpFormat::JSON, bool isPrivate = false, bool captureNumericValue = false) override;
243 void DumpHeapSnapshot(bool isVmMode = true, DumpFormat dumpFormat = DumpFormat::JSON,
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h198 DumpFormat dumpFormat = DumpFormat::JSON, bool isPrivate = false, bool captureNumericValue = false) = 0;
200 virtual void DumpHeapSnapshot(bool isVmMode = true, DumpFormat dumpFormat = DumpFormat::JSON,
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp429 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::JSON; in DumpHeapSnapshot()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1192 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::JSON; in DumpHeapSnapshot()

Completed in 10 milliseconds