Home
last modified time | relevance | path

Searched refs:IsInBackground (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dpartial_gc.cpp34 + ";IsInBackground" + std::to_string(heap_->IsInBackground()) in RunPhases()
42 bool mainThreadInForeground = heap_->GetJSThread()->IsMainThreadFast() && !heap_->IsInBackground(); in RunPhases()
H A Dfull_gc.cpp33 + ";IsInBackground" + std::to_string(heap_->IsInBackground()) in RunPhases()
H A Dsparse_space.cpp447 if (!localHeap_->IsInBackground()) { in SelectCSet()
H A Dgc_stats.cpp54 LOG_GC(INFO) << "IsInBackground: " << heap_->IsInBackground() << "; " in PrintGCStatistic()
H A Dheap.h255 bool IsInBackground() const in IsInBackground() function in panda::panda::ecmascript::BaseHeap
H A Dheap.cpp1955 if (!enableEdenGC_ || IsInBackground()) { in TryTriggerConcurrentMarking()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_full_gc.cpp28 + ";IsInBackground" + std::to_string(sHeap_->IsInBackground()) in RunPhases()
H A Dshared_gc.cpp30 + ";IsInBackground" + std::to_string(sHeap_->IsInBackground()) in RunPhases()

Completed in 10 milliseconds