Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp308 HWTEST_F_L0(DFXJSNApiTests, NotifyMemoryPressure) in HWTEST_F_L0() argument
312 DFXJSNApi::NotifyMemoryPressure(vm_, inHighMemoryPressure); in HWTEST_F_L0()
316 DFXJSNApi::NotifyMemoryPressure(vm_, inHighMemoryPressure); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_test.cpp142 HWTEST_F_L0(GCTest, NotifyMemoryPressure) in HWTEST_F_L0() argument
154 heap->NotifyMemoryPressure(true); in HWTEST_F_L0()
177 heap->NotifyMemoryPressure(false); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h77 static void NotifyMemoryPressure(EcmaVM *vm, bool inHighMemoryPressure);
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp268 void DFXJSNApi::NotifyMemoryPressure(EcmaVM *vm, bool inHighMemoryPressure) in NotifyMemoryPressure() function in panda::DFXJSNApi
270 const_cast<ecmascript::Heap *>(vm->GetHeap())->NotifyMemoryPressure(inHighMemoryPressure); in NotifyMemoryPressure()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h284 void NotifyMemoryPressure(bool inHighMemoryPressure);
Dheap.cpp1096 void Heap::NotifyMemoryPressure(bool inHighMemoryPressure) in NotifyMemoryPressure() function in panda::ecmascript::Heap