Home
last modified time | relevance | path

Searched defs:inHighMemoryPressure (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp608 void DFXJSNApi::NotifyMemoryPressure(EcmaVM *vm, bool inHighMemoryPressure) in NotifyMemoryPressure()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp392 bool inHighMemoryPressure = true; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp2385 void Heap::NotifyMemoryPressure(bool inHighMemoryPressure) in NotifyMemoryPressure()