Home
last modified time | relevance | path

Searched refs:inBackground (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/notifyapplicationstate_fuzzer/
H A Dnotifyapplicationstate_fuzzer.cpp44 bool inBackground = false; in NotifyApplicationStateFuzzTest() local
46 inBackground = true; in NotifyApplicationStateFuzzTest()
48 DFXJSNApi::NotifyApplicationState(vm, inBackground); in NotifyApplicationStateFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h103 static void NotifyApplicationState(EcmaVM *vm, bool inBackground);
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h90 void ChangeTaskPoolState(bool inBackground);
H A Djit.cpp605 void Jit::ChangeTaskPoolState(bool inBackground) in ChangeTaskPoolState() argument
608 if (inBackground) { in ChangeTaskPoolState()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp521 void DFXJSNApi::NotifyApplicationState(EcmaVM *vm, bool inBackground) in NotifyApplicationState() argument
524 const_cast<ecmascript::Heap *>(vm->GetHeap())->ChangeGCParams(inBackground); in NotifyApplicationState()
525 ecmascript::Jit::GetInstance()->ChangeTaskPoolState(inBackground); in NotifyApplicationState()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.h173 virtual void ChangeGCParams(bool inBackground) = 0;
705 void ChangeGCParams([[maybe_unused]]bool inBackground) override
1155 void ChangeGCParams(bool inBackground) override;
H A Dheap.cpp2140 void Heap::ChangeGCParams(bool inBackground) in ChangeGCParams() argument
2143 inBackground_ = inBackground; in ChangeGCParams()
2144 if (inBackground) { in ChangeGCParams()
2145 LOG_GC(INFO) << "app is inBackground"; in ChangeGCParams()
2166 LOG_GC(INFO) << "app is not inBackground"; in ChangeGCParams()

Completed in 11 milliseconds