Home
last modified time | relevance | path

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

/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h237 // 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 Dark_native_engine.cpp1944 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 Dnative_engine.h197 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 Dark_js_runtime.cpp430 dumpOption.isVmMode = true; in DumpHeapSnapshot()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1193 dumpOption.isVmMode = true; in DumpHeapSnapshot()

Completed in 17 milliseconds