Searched defs:osr (Results 1 – 5 of 5) sorted by relevance
51 bool osr = false; in PrinterTest() local
58 bool osr = false; in PrinterTest() local
456 … [[maybe_unused]] AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter()537 …DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter()
790 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod()
2640 auto osr = inst->GetBasicBlock()->GetGraph()->IsOsrMode(); in SkipThisPeepholeInOSR() local