Searched refs:GetFrameOrigin (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | deoptimization.cpp | 158 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 D | stack_walker.cpp | 778 os << (IsCFrame() ? reinterpret_cast<Frame *>(GetCFrame().GetFrameOrigin()) : GetIFrame()) << " in "; in Dump()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | cframe.h | 220 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 D | stack_walker.h | 127 return IsCFrame() ? reinterpret_cast<void *>(GetCFrame().GetFrameOrigin()) in GetFp()
|
Completed in 4 milliseconds