Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit-inl.h31 return self->IsJitSensitiveThread() && Runtime::Current()->InJankPerceptibleProcessState(); in ShouldUsePriorityThreadWeight()
/art/runtime/
Druntime.h843 bool InJankPerceptibleProcessState() const { in InJankPerceptibleProcessState() function
/art/runtime/gc/collector/
Dmark_sweep.cc874 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) { in GetThreadCount()
/art/runtime/gc/
Dheap.cc207 return Runtime::Current()->InJankPerceptibleProcessState(); in CareAboutPauseTimes()