Home
last modified time | relevance | path

Searched defs:prevFrame (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dstack_walker_base.cpp73 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local
82 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp380 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local
390 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local
446 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame() local
453 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame() local
509 auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in IsCompilerBoundFrame() local
530 void *prevFrame; in ConvertToIFrame() local
/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.cpp82 auto prevFrame = frame->GetPrevFrame(); in InvokeInterpreter() local
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp455 auto prevFrame = GetFrame<InterpretedFrame>(); in GetPrevFrame() local
460 auto prevFrame = GetFrame<InterpretedEntryFrame>(); in GetPrevFrame() local
465 auto prevFrame = GetFrame<InterpretedBuiltinFrame>(); in GetPrevFrame() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe.h138 void SetPrevFrame(void *prevFrame) in SetPrevFrame()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp111 Frame *prevFrame = thread->GetCurrentFrame(); in InterpreterEntryPoint() local