Home
last modified time | relevance | path

Searched refs:GetFrameOrigin (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Ddeoptimization.cpp158 DeoptimizeAfterCFrame(thread, pc, iframe, cframe.GetFrameOrigin(), lastIframe, in PrevFrameDeopt()
167 DeoptimizeAfterIFrame(thread, pc, iframe, cframe.GetFrameOrigin(), lastIframe, in PrevFrameDeopt()
189 UnpoisonAsanStack(cframe.GetFrameOrigin()); in Deoptimize()
246 auto cframeFp = stack->GetCFrame().GetFrameOrigin(); in DropCompiledFrame()
H A Dstack_walker.cpp778 os << (IsCFrame() ? reinterpret_cast<Frame *>(GetCFrame().GetFrameOrigin()) : GetIFrame()) << " in "; in Dump()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcframe.h220 SlotType *GetFrameOrigin() in GetFrameOrigin() function in ark::final
225 const SlotType *GetFrameOrigin() const in GetFrameOrigin() function in ark::final
310 return reinterpret_cast<T *>(GetFrameOrigin() - slot); in GetPtr()
316 return reinterpret_cast<const T *>(GetFrameOrigin() - slot); in GetPtr()
H A Dstack_walker.h127 return IsCFrame() ? reinterpret_cast<void *>(GetCFrame().GetFrameOrigin()) in GetFp()

Completed in 4 milliseconds