Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/dfx/
H A Dnative_module_dfx.cpp45 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()

Completed in 1 milliseconds