Searched refs:PrintStatisticResult (Results 1 – 4 of 4) sorted by relevance
121 static napi_value PrintStatisticResult(napi_env env, napi_callback_info info) in PrintStatisticResult() function124 engine->PrintStatisticResult(); in PrintStatisticResult()182 DECLARE_NAPI_FUNCTION("printStatisticResult", PrintStatisticResult), in DfxInit()
253 void PrintStatisticResult() override;
2056 void ArkNativeEngine::PrintStatisticResult() in PrintStatisticResult() function in ArkNativeEngine2058 DFXJSNApi::PrintStatisticResult(vm_); in PrintStatisticResult()2165 void ArkNativeEngine::PrintStatisticResult() in PrintStatisticResult() function in ArkNativeEngine
355 virtual void PrintStatisticResult() = 0;