Home
last modified time | relevance | path

Searched refs:needGc (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_jsheap_mem_info.cpp24 && parcel.WriteBool(needGc) && parcel.WriteBool(needSnapshot) in Marshalling()
37 info->needGc = parcel.ReadBool(); in Unmarshalling()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_jsheap_mem_info.h27 bool needGc = false; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_runtime_helper.cpp77 runtime->DumpHeapSnapshot(info.tid, info.needGc); in DumpJsHeap()
79 if (info.needGc == true) { in DumpJsHeap()
H A Dmain_thread.cpp583 … "needLeakobj: %{public}d", info.pid, info.tid, info.needGc, info.needSnapshot, info.needLeakobj); in ScheduleJsHeapMemory()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Ddump_runtime_helper_test.cpp58 info.needGc = false;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Ddump_jsheap_info.cpp36 info.pid, info.tid, info.needGc, info.needSnapshot); in DumpJsHeapMemory()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Djsheap_memory_dumper.cpp53 info.needGc = needGc_; in Execute()