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

  /art/tools/cpp-define-generator/
constant_jit.def 26 DEFINE_JIT_CONSTANT(CHECK_OSR, int16_t, art::jit::kJitCheckForOSR)
  /art/runtime/jit/
jit.h 46 static constexpr int16_t kJitCheckForOSR = -1;
  /art/runtime/generated/
asm_support_gen.h 150 DEFINE_CHECK_EQ(static_cast<int16_t>(JIT_CHECK_OSR), (static_cast<int16_t>((art::jit::kJitCheckForOSR))))
  /art/runtime/interpreter/mterp/
mterp.cc     [all...]

Completed in 69 milliseconds