Home
last modified time | relevance | path

Searched defs:loop_head_bc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/arch/
Dasm_support.cpp53 …C" void OsrEntryAfterCFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loop_head_bc, in OsrEntryAfterCFrame()
58 …C" void OsrEntryAfterIFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loop_head_bc, in OsrEntryAfterIFrame()
63 …n "C" void OsrEntryTopFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loop_head_bc, in OsrEntryTopFrame()
/arkcompiler/runtime_core/runtime/
Dosr.cpp39 void WriteOsrEventError(Frame *frame, FrameKind kind, uintptr_t loop_head_bc) in WriteOsrEventError()
60 bool OsrEntry(uintptr_t loop_head_bc, const void *osr_code) in OsrEntry()