Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit-inl.h39 samples *= PriorityThreadWeight(); in AddSamples()
H A Djit.h296 uint16_t PriorityThreadWeight() const { in PriorityThreadWeight() function
H A Djit.cc1522 DCHECK_GE(PriorityThreadWeight(), 1); in MaybeCompileMethod()
1523 DCHECK_LE(PriorityThreadWeight(), HotMethodThreshold()); in MaybeCompileMethod()
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc861 int32_t priority_thread_weight = jit->PriorityThreadWeight(); in MterpSetUpHotnessCountdown()