Searched refs:StopHeapTracking (Results 1 – 4 of 4) sorted by relevance
93 static napi_value StopHeapTracking(napi_env env, napi_callback_info info) in StopHeapTracking() function115 auto stopResult = engine->StopHeapTracking(filePath); in StopHeapTracking()181 DECLARE_NAPI_FUNCTION("stopHeapTracking", StopHeapTracking), in DfxInit()
251 bool StopHeapTracking(const std::string& filePath) override;
2050 bool ArkNativeEngine::StopHeapTracking(const std::string &filePath) in StopHeapTracking() function in ArkNativeEngine2052 return DFXJSNApi::StopHeapTracking(vm_, filePath); in StopHeapTracking()
204 virtual bool StopHeapTracking(const std::string &filePath) = 0;