Searched refs:isVmMode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_sys_module/dfx/ |
H A D | native_module_dfx.cpp | 45 bool isVmMode = true; in DumpHeapSnapshot() local 46 napi_get_value_bool(env, argv[1], &isVmMode); in DumpHeapSnapshot() 48 engine->DumpHeapSnapshot(pathStr, isVmMode); in DumpHeapSnapshot() 81 bool isVmMode = true; in StartHeapTracking() local 82 if (napi_get_value_bool(env, argv[1], &isVmMode) != napi_ok) { in StartHeapTracking() 87 auto startResult = engine->StartHeapTracking(timeInterval, isVmMode); in StartHeapTracking()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 238 void DumpHeapSnapshot(const std::string& path, bool isVmMode = true, 242 void DumpHeapSnapshot(bool isVmMode = true, DumpFormat dumpFormat = DumpFormat::JSON, 250 bool StartHeapTracking(double timeInterval, bool isVmMode = true) override;
|
H A D | ark_native_engine.cpp | 1950 void ArkNativeEngine::DumpHeapSnapshot(const std::string& path, bool isVmMode, DumpFormat dumpForma… in DumpHeapSnapshot() argument 1954 dumpOption.isVmMode = isVmMode; in DumpHeapSnapshot() 1977 void ArkNativeEngine::DumpHeapSnapshot(bool isVmMode, DumpFormat dumpFormat, bool isPrivate, bool i… in DumpHeapSnapshot() argument 1980 dumpOption.isVmMode = isVmMode; in DumpHeapSnapshot() 2045 bool ArkNativeEngine::StartHeapTracking(double timeInterval, bool isVmMode) in StartHeapTracking() argument 2047 return DFXJSNApi::StartHeapTracking(vm_, timeInterval, isVmMode); in StartHeapTracking()
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_engine.h | 193 virtual void DumpHeapSnapshot(const std::string &path, bool isVmMode = true, 196 virtual void DumpHeapSnapshot(bool isVmMode = true, DumpFormat dumpFormat = DumpFormat::JSON, 203 virtual bool StartHeapTracking(double timeInterval, bool isVmMode = true) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 431 dumpOption.isVmMode = true; in DumpHeapSnapshot()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1229 dumpOption.isVmMode = true; in DumpHeapSnapshot()
|