Home
last modified time | relevance | path

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

/art/tools/cpp-define-generator/
Dconstant_jit.def26 DEFINE_JIT_CONSTANT(CHECK_OSR, int16_t, art::jit::kJitCheckForOSR)
/art/runtime/jit/
Djit.h45 static constexpr int16_t kJitCheckForOSR = -1; variable
/art/runtime/generated/
Dasm_support_gen.h158 …_CHECK_EQ(static_cast<int16_t>(JIT_CHECK_OSR), (static_cast<int16_t>((art::jit::kJitCheckForOSR))))
/art/runtime/interpreter/mterp/
Dmterp.cc991 countdown_value = jit::kJitCheckForOSR; in MterpSetUpHotnessCountdown()