Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dasm_printer_test.cpp51 bool osr = false; in PrinterTest() local
/arkcompiler/runtime_core/runtime/include/
Dmethod-inl.h456 …IncrementHotnessCounter(uintptr_t bytecode_offset, [[maybe_unused]] AccVRegisterPtrT acc, bool osr) in IncrementHotnessCounter()
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp685 bool Compiler::CompileMethod(Method *method, uintptr_t bytecode_offset, bool osr) in CompileMethod()