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/
H A 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
H A Dsampling_profiler.cpp321 auto *prevFrame = frameInfo.frame->GetPrevFrame(); in CollectBoundaryFrames() local
/arkcompiler/runtime_core/static_core/runtime/bridge/
H A Dbridge.cpp82 auto prevFrame = frame->GetPrevFrame(); in InvokeInterpreter() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcframe.h138 void SetPrevFrame(void *prevFrame) in SetPrevFrame() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dframes.cpp580 auto prevFrame = GetFrame<InterpretedFrame>(); in GetPrevFrame() local
585 auto prevFrame = GetFrame<InterpretedEntryFrame>(); in GetPrevFrame() local
590 auto prevFrame = GetFrame<InterpretedBuiltinFrame>(); in GetPrevFrame() local
/arkcompiler/runtime_core/static_core/runtime/
H A 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 in GetNextFrame() local
453 auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); GetNextFrame() local
509 auto prevFrame = reinterpret_cast<Frame *>(GetPrevFromBoundary<FrameKind::COMPILER>(prev)); IsCompilerBoundFrame() local
520 GetFrameFromPrevFrame(Frame *prevFrame) GetFrameFromPrevFrame() argument
587 void *prevFrame; ConvertToIFrame() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp112 Frame *prevFrame = thread->GetCurrentFrame(); in InterpreterEntryPoint() local

Completed in 10 milliseconds