Home
last modified time | relevance | path

Searched refs:InJankPerceptibleProcessState (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h637 bool InJankPerceptibleProcessState() const { in InJankPerceptibleProcessState() function
/art/runtime/jit/
Djit.cc123 return Runtime::Current()->InJankPerceptibleProcessState() in ShouldUsePriorityThreadWeight()
/art/runtime/gc/collector/
Dmark_sweep.cc850 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) { in GetThreadCount()
/art/runtime/gc/
Dheap.cc125 return Runtime::Current()->InJankPerceptibleProcessState(); in CareAboutPauseTimes()