Searched refs:dumpFormat (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 1944 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 D | ark_native_engine.h | 240 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 D | native_engine.h | 198 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 D | ark_js_runtime.cpp | 429 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::JSON; in DumpHeapSnapshot()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1192 dumpOption.dumpFormat = panda::ecmascript::DumpFormat::JSON; in DumpHeapSnapshot()
|
Completed in 10 milliseconds