Home
last modified time | relevance | path

Searched refs:DumpJsHeap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_engine.cpp47 AceEngine::Get().DumpJsHeap(false);
51 AceEngine::Get().DumpJsHeap(false);
55 AceEngine::Get().DumpJsHeap(true);
59 AceEngine::Get().DumpJsHeap(false);
64 AceEngine::Get().DumpJsHeap(true);
234 void AceEngine::DumpJsHeap(bool isPrivate) const in DumpJsHeap() function in OHOS::Ace::AceEngine
H A Dace_engine.h50 void DumpJsHeap(bool isPrivate) const;
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Ddump_runtime_helper.h31 void DumpJsHeap(const OHOS::AppExecFwk::JsHeapDumpInfo &info);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Ddump_runtime_helper_test.cpp62 helper->DumpJsHeap(info);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_runtime_helper.cpp59 void DumpRuntimeHelper::DumpJsHeap(const OHOS::AppExecFwk::JsHeapDumpInfo &info) in DumpJsHeap() function in OHOS::AppExecFwk::DumpRuntimeHelper
H A Dmain_thread.cpp914 helper->DumpJsHeap(info); in HandleJsHeapMemory()