Home
last modified time | relevance | path

Searched defs:osr (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dasm_printer_test.cpp51 bool osr = false; in PrinterTest() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dasm_printer_test.cpp58 bool osr = false; in PrinterTest() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h456 … [[maybe_unused]] AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter()
537 …DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp790 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2640 auto osr = inst->GetBasicBlock()->GetGraph()->IsOsrMode(); in SkipThisPeepholeInOSR() local