Searched refs:isVmMode (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 237 // isVmMode means the internal class in vm is visible. 239 void DumpHeapSnapshot(const std::string& path, bool isVmMode = true, 243 void DumpHeapSnapshot(bool isVmMode = true, DumpFormat dumpFormat = DumpFormat::JSON, 251 bool StartHeapTracking(double timeInterval, bool isVmMode = true) override;
|
H A D | ark_native_engine.cpp | 1944 void ArkNativeEngine::DumpHeapSnapshot(const std::string& path, bool isVmMode, DumpFormat dumpFormat, in DumpHeapSnapshot() argument 1948 dumpOption.isVmMode = isVmMode; in DumpHeapSnapshot() 1971 void ArkNativeEngine::DumpHeapSnapshot(bool isVmMode, DumpFormat dumpFormat, bool isPrivate, bool isFullGC) in DumpHeapSnapshot() argument 1974 dumpOption.isVmMode = isVmMode; in DumpHeapSnapshot() 2039 bool ArkNativeEngine::StartHeapTracking(double timeInterval, bool isVmMode) in StartHeapTracking() argument 2041 return DFXJSNApi::StartHeapTracking(vm_, timeInterval, isVmMode); in StartHeapTracking()
|
/foundation/arkui/napi/native_engine/ |
H A D | native_engine.h | 197 virtual void DumpHeapSnapshot(const std::string &path, bool isVmMode = true, 200 virtual void DumpHeapSnapshot(bool isVmMode = true, DumpFormat dumpFormat = DumpFormat::JSON, 207 virtual bool StartHeapTracking(double timeInterval, bool isVmMode = true) = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 430 dumpOption.isVmMode = true; in DumpHeapSnapshot()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1193 dumpOption.isVmMode = true; in DumpHeapSnapshot()
|
Completed in 17 milliseconds