Searched refs:NotifyMemoryPressure (Results 1 – 6 of 6) sorted by relevance
308 HWTEST_F_L0(DFXJSNApiTests, NotifyMemoryPressure) in HWTEST_F_L0() argument312 DFXJSNApi::NotifyMemoryPressure(vm_, inHighMemoryPressure); in HWTEST_F_L0()316 DFXJSNApi::NotifyMemoryPressure(vm_, inHighMemoryPressure); in HWTEST_F_L0()
142 HWTEST_F_L0(GCTest, NotifyMemoryPressure) in HWTEST_F_L0() argument154 heap->NotifyMemoryPressure(true); in HWTEST_F_L0()177 heap->NotifyMemoryPressure(false); in HWTEST_F_L0()
77 static void NotifyMemoryPressure(EcmaVM *vm, bool inHighMemoryPressure);
268 void DFXJSNApi::NotifyMemoryPressure(EcmaVM *vm, bool inHighMemoryPressure) in NotifyMemoryPressure() function in panda::DFXJSNApi270 const_cast<ecmascript::Heap *>(vm->GetHeap())->NotifyMemoryPressure(inHighMemoryPressure); in NotifyMemoryPressure()
284 void NotifyMemoryPressure(bool inHighMemoryPressure);
1096 void Heap::NotifyMemoryPressure(bool inHighMemoryPressure) in NotifyMemoryPressure() function in panda::ecmascript::Heap