Home
last modified time | relevance | path

Searched refs:calleeSlots (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dstack_walker.cpp115 StackWalker::CFrameType StackWalker::CreateCFrame(SlotType *ptr, uintptr_t npc, SlotType *calleeSlots, in CreateCFrame() argument
158 InitCalleeBuffer(calleeSlots, prevCallees); in CreateCFrame()
206 void StackWalker::InitCalleeBuffer(SlotType *calleeSlots, CalleeStorage *prevCallees) in InitCalleeBuffer() argument
212 if (calleeSlots != nullptr || prevCallees != nullptr) { in InitCalleeBuffer()
219 calleeStack_.stack[offset] = calleeSlots - slot - 1; in InitCalleeBuffer()
223 calleeStack_.stack[offset] = calleeSlots - slot - 1; in InitCalleeBuffer()
235 calleeStack_.stack[offset] = calleeSlots - CalleeIntRegsCount() - slot - 1; in InitCalleeBuffer()
239 calleeStack_.stack[offset] = calleeSlots - CalleeIntRegsCount() - slot - 1; in InitCalleeBuffer()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dstack_walker.h282 void InitCalleeBuffer(SlotType *calleeSlots, CalleeStorage *prevCallees);
283 CFrameType CreateCFrame(SlotType *ptr, uintptr_t npc, SlotType *calleeSlots, CalleeStorage *prevCallees = nullptr);

Completed in 4 milliseconds