Home
last modified time | relevance | path

Searched refs:GetJSHeapStatus (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/utils/
H A Djs_heap_stats_dumper.cpp36 if (!JSI::GetJSHeapStatus(stats)) { in Dump()
/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h553 static bool GetJSHeapStatus(JSHeapStatus &heapStatus);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp337 if (JSI::GetJSHeapStatus(heapStatus)) { in ForceGC()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp799 bool JSI::GetJSHeapStatus(JSHeapStatus &heapStatus) in GetJSHeapStatus() function in OHOS::ACELite::JSI
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp133 bool res = JSI::GetJSHeapStatus(status); in JSIInterfaceTest003()