Home
last modified time | relevance | path

Searched defs:prev_frame (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dstack_walker.cpp371 … auto prev_frame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local
381 … auto prev_frame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local
437 … auto prev_frame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame() local
444 … auto prev_frame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame() local
500 auto prev_frame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in IsCompilerBoundFrame() local
521 void *prev_frame; in ConvertToIFrame() local
/arkcompiler/runtime_core/runtime/bridge/
Dbridge.cpp87 auto prev_frame = frame->GetPrevFrame(); in InvokeInterpreter() local
/arkcompiler/runtime_core/runtime/include/
Dcframe.h138 void SetPrevFrame(void *prev_frame) in SetPrevFrame()
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp131 Frame *prev_frame = thread->GetCurrentFrame(); in InterpreterEntryPoint() local