HomeSort by relevance Sort by last modified time
    Searched refs:kJitCheckForOSR (Results 1 - 3 of 3) sorted by null

  /art/runtime/jit/
jit.h 39 static constexpr int16_t kJitCheckForOSR = -1;
  /art/runtime/
asm_support.h 400 ADD_TEST_EQ(JIT_CHECK_OSR, static_cast<int32_t>(art::jit::kJitCheckForOSR))
  /art/runtime/interpreter/mterp/
mterp.cc 663 countdown_value = jit::kJitCheckForOSR;
708 if (countdown_value == jit::kJitCheckForOSR) {

Completed in 269 milliseconds