Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/arch/
Dasm_support.cpp53 … "C" void OsrEntryAfterCFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopHeadBc, in OsrEntryAfterCFrame()
58 … "C" void OsrEntryAfterIFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopHeadBc, in OsrEntryAfterIFrame()
63 …ern "C" void OsrEntryTopFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopHeadBc, in OsrEntryTopFrame()
/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp41 void WriteOsrEventError(Frame *frame, FrameKind kind, uintptr_t loopHeadBc) in WriteOsrEventError()
63 bool OsrEntry(uintptr_t loopHeadBc, const void *osrCode) in OsrEntry()