Home
last modified time | relevance | path

Searched refs:kJitRecheckOSRThreshold (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/jit/
H A Djit.h242 static constexpr int16_t kJitRecheckOSRThreshold = 101; // Prime number to avoid patterns. variable
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc909 osr_countdown = jit::Jit::kJitRecheckOSRThreshold; in MterpMaybeDoOnStackReplacement()