Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/arch/x86/
Dosr_x86.S16 .global OsrEntry symbol
18 OsrEntry: label
/arkcompiler/runtime_core/runtime/
Dosr.cpp60 bool OsrEntry(uintptr_t loop_head_bc, const void *osr_code) in OsrEntry() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h600 using OsrEntry = TryBlock::NextFlag; variable