Home
last modified time | relevance | path

Searched refs:GetPrevFrame (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/bridge/
H A Dbridge.cpp82 auto prevFrame = frame->GetPrevFrame(); in InvokeInterpreter()
92 prevFrame = frame->GetPrevFrame(); in InvokeInterpreter()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dstack_walker_base.cpp65 auto prev = GetCFrame().GetPrevFrame(); in NextFromCFrame()
98 auto prev = GetIFrame()->GetPrevFrame(); in NextFromIFrame()
H A Dsampling_profiler.cpp321 auto *prevFrame = frameInfo.frame->GetPrevFrame(); in CollectBoundaryFrames()
/arkcompiler/runtime_core/static_core/runtime/
H A Dstack_walker.cpp372 auto prev = GetCFrame().GetPrevFrame(); in NextFromCFrame()
414 auto prev = GetIFrame()->GetPrevFrame(); in NextFromIFrame()
439 auto prev = GetCFrame().GetPrevFrame(); in GetNextFrame()
464 auto prev = GetIFrame()->GetPrevFrame(); in GetNextFrame()
484 auto prev = GetCFrame().GetPrevFrame(); in GetPreviousFrameKind()
493 auto prev = GetIFrame()->GetPrevFrame(); in GetPreviousFrameKind()
600 auto prev = cframe.GetPrevFrame(); in ConvertToIFrame()
607 reinterpret_cast<Frame *>(StackWalker::GetPrevFromBoundary<FrameKind::COMPILER>(cframe.GetPrevFrame())); in ConvertToIFrame()
612 prevFrame = cframe.GetPrevFrame(); in ConvertToIFrame()
H A Ddeoptimization.cpp220 lastIframe = lastIframe->GetPrevFrame(); in Deoptimize()
H A Dosr.cpp94 UnpoisonAsanStack(frame->GetPrevFrame()); in OsrEntry()
H A Dcframe.cpp229 printMem(os, fp_ - CFrameLayout::PrevFrameSlot::Start(), "prev", reinterpret_cast<uintptr_t>(GetPrevFrame())); in Dump()
H A Dexceptions.cpp271 auto prev = stack->GetCFrame().GetPrevFrame(); in FindCatchBlockInCFrames()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h177 ALWAYS_INLINE inline Frame *GetPrevFrame() const in GetPrevFrame() function in ark::Frame
467 ALWAYS_INLINE inline Frame *GetPrevFrame() const in GetPrevFrame() function in ark::FrameHandler
469 return frame_->GetPrevFrame(); in GetPrevFrame()
H A Dinterpreter-inl.h2396 Frame *prev = frame->GetPrevFrame(); in HandleReturnStackless()
2690 Frame *prev = frame->GetPrevFrame(); in FindCatchBlockStackless()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcframe.h128 SlotType *GetPrevFrame() in GetPrevFrame() function in ark::final
133 const SlotType *GetPrevFrame() const in GetPrevFrame() function in ark::final
H A Dmethod-inl.h359 thread->SetCurrentFrame(currentFrame->GetPrevFrame()); in ExitNativeMethodFrame()
/arkcompiler/ets_runtime/ecmascript/
H A Dframes.cpp573 uintptr_t FrameIterator::GetPrevFrame() const in GetPrevFrame() function in panda::ecmascript::FrameIterator
824 uintptr_t end = prevIt.GetPrevFrame(); in GCIterate()
850 uintptr_t end = prevIt.GetPrevFrame(); in GCIterate()
944 uintptr_t end = prevIt.GetPrevFrame(); in GCIterate()
H A Dframes.h1997 uintptr_t GetPrevFrame() const;
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp120 thread->SetCurrentFrame(prevFrame->GetPrevFrame()); in InterpreterEntryPoint()
1501 Frame *prev = frame->GetPrevFrame(); in FindCatchBlockInIFramesStackless()

Completed in 23 milliseconds