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/runtime/include/
Dmethod-inl.h456 … [[maybe_unused]] AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter()
534 …DecrementHotnessCounter(uintptr_t bytecodeOffset, AccVRegisterPtrT acc, bool osr, TaggedValue func) in DecrementHotnessCounter()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dasm_printer_test.cpp91 bool osr = false; in SetArch() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp846 bool Compiler::CompileMethod(Method *method, uintptr_t bytecodeOffset, bool osr, TaggedValue func) in CompileMethod()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2576 auto osr = inst->GetBasicBlock()->GetGraph()->IsOsrMode(); in SkipThisPeepholeInOSR() local