Home
last modified time | relevance | path

Searched refs:inHighMemoryPressure (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp373 bool inHighMemoryPressure = true; in HWTEST_F_L0() local
374 DFXJSNApi::NotifyMemoryPressure(vm_, inHighMemoryPressure); in HWTEST_F_L0()
377 inHighMemoryPressure = false; in HWTEST_F_L0()
378 DFXJSNApi::NotifyMemoryPressure(vm_, inHighMemoryPressure); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h106 static void NotifyMemoryPressure(EcmaVM *vm, bool inHighMemoryPressure);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp539 void DFXJSNApi::NotifyMemoryPressure(EcmaVM *vm, bool inHighMemoryPressure) in NotifyMemoryPressure() argument
541 const_cast<ecmascript::Heap *>(vm->GetHeap())->NotifyMemoryPressure(inHighMemoryPressure); in NotifyMemoryPressure()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp2239 void Heap::NotifyMemoryPressure(bool inHighMemoryPressure) in NotifyMemoryPressure() argument
2241 if (inHighMemoryPressure) { in NotifyMemoryPressure()
2242 LOG_GC(INFO) << "app is inHighMemoryPressure"; in NotifyMemoryPressure()
2245 LOG_GC(INFO) << "app is not inHighMemoryPressure"; in NotifyMemoryPressure()
H A Dheap.h1164 void NotifyMemoryPressure(bool inHighMemoryPressure);

Completed in 10 milliseconds