/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_engine.cpp | 60 AceEngine::Get().DestroyHeapProfiler(); 65 AceEngine::Get().DestroyHeapProfiler(); 246 void AceEngine::DestroyHeapProfiler() const in DestroyHeapProfiler() function in OHOS::Ace::AceEngine 254 container.second->DestroyHeapProfiler(); in DestroyHeapProfiler()
|
H A D | ace_engine.h | 51 void DestroyHeapProfiler() const;
|
H A D | frontend.h | 267 virtual void DestroyHeapProfiler() {} in DestroyHeapProfiler() function
|
H A D | container.h | 151 virtual void DestroyHeapProfiler() {} in DestroyHeapProfiler() function
|
/ohos5.0/base/print/print_fwk/test/unittest/extension_test/mock/ |
H A D | mock_runtime.h | 66 void DestroyHeapProfiler() override in DestroyHeapProfiler() function 185 void DestroyHeapProfiler() override in DestroyHeapProfiler() function
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/ |
H A D | cj_mock_runtime.h | 57 void DestroyHeapProfiler() override in DestroyHeapProfiler() function
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
H A D | cj_mock_runtime.h | 59 void DestroyHeapProfiler() override in DestroyHeapProfiler() function
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/ |
H A D | mock_runtime.h | 64 void DestroyHeapProfiler() override in DestroyHeapProfiler() function
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | js_environment.cpp | 288 void JsEnvironment::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::JsEnv::JsEnvironment 294 panda::DFXJSNApi::DestroyHeapProfiler(vm_); in DestroyHeapProfiler()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.cpp | 445 void ArkJSRuntime::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::Ace::Framework::ArkJSRuntime 448 panda::DFXJSNApi::DestroyHeapProfiler(vm_); in DestroyHeapProfiler() 451 void ArkJSRuntime::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::Ace::Framework::ArkJSRuntime
|
H A D | js_runtime.h | 92 virtual void DestroyHeapProfiler() {} in DestroyHeapProfiler() function
|
H A D | jsi_engine.h | 160 void DestroyHeapProfiler() override;
|
H A D | ark_js_runtime.h | 103 void DestroyHeapProfiler() override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | cj_runtime.h | 68 void DestroyHeapProfiler() override {}; in DestroyHeapProfiler() function
|
H A D | runtime.h | 91 virtual void DestroyHeapProfiler() = 0;
|
H A D | js_runtime.h | 84 void DestroyHeapProfiler() override;
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | js_environment.h | 99 void DestroyHeapProfiler();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.h | 77 void DestroyHeapProfiler() override;
|
H A D | js_frontend.cpp | 782 void JsFrontend::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::Ace::JsFrontend 785 jsEngine_->DestroyHeapProfiler(); in DestroyHeapProfiler()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 297 virtual void DestroyHeapProfiler() {} in DestroyHeapProfiler() function
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 603 static void DestroyHeapProfiler();
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/ |
H A D | js_environment_test.cpp | 461 jsEnv->DestroyHeapProfiler();
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 2532 auto noTriggerIdFunc = []() { MainThread::DestroyHeapProfiler(); }; in __anone0a6f2df2502() 2540 auto noTriggerIdFunc = []() { MainThread::DestroyHeapProfiler(); }; in __anone0a6f2df2702() 2629 void MainThread::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::AppExecFwk::MainThread 2643 app->GetRuntime()->DestroyHeapProfiler(); in DestroyHeapProfiler()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.h | 313 void DestroyHeapProfiler() override;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1244 void JsRuntime::DestroyHeapProfiler() in DestroyHeapProfiler() function in OHOS::AbilityRuntime::JsRuntime 1247 jsEnv_->DestroyHeapProfiler(); in DestroyHeapProfiler()
|