Home
last modified time | relevance | path

Searched defs:prevFrame (Results 1 – 7 of 7) 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
Dsampling_profiler.cpp340 auto *prevFrame = frameInfo.frame->GetPrevFrame(); in CollectBoundaryFrames() local
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp382 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local
392 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in NextFromCFrame() local
448 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame() local
455 … auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in GetNextFrame() local
511 auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); in IsCompilerBoundFrame() local
522 Frame *StackWalker::GetFrameFromPrevFrame(Frame *prevFrame) in GetFrameFromPrevFrame()
591 void *prevFrame; in ConvertToIFrame() local
/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.cpp82 auto prevFrame = frame->GetPrevFrame(); in InvokeInterpreter() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe.h138 void SetPrevFrame(void *prevFrame) in SetPrevFrame()
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp636 auto prevFrame = GetFrame<InterpretedFrame>(); in GetPrevFrame() local
641 auto prevFrame = GetFrame<InterpretedEntryFrame>(); in GetPrevFrame() local
646 auto prevFrame = GetFrame<InterpretedBuiltinFrame>(); in GetPrevFrame() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp113 Frame *prevFrame = thread->GetCurrentFrame(); in InterpreterEntryPoint() local