Lines Matching full:slot
230 SlotType GetValueFromSlot(int slot) const in GetValueFromSlot() argument
232 return *GetValuePtrFromSlot(slot); in GetValueFromSlot()
235 const SlotType *GetValuePtrFromSlot(int slot) const in GetValuePtrFromSlot() argument
238 return reinterpret_cast<const SlotType *>(GetStackOrigin()) - slot; in GetValuePtrFromSlot()
241 void SetValueToSlot(int slot, SlotType value) in SetValueToSlot() argument
244 *(reinterpret_cast<SlotType *>(GetStackOrigin()) - slot) = value; in SetValueToSlot()
283 T *GetPtr(ptrdiff_t slot) in GetPtr() argument
286 return reinterpret_cast<T *>(GetFrameOrigin() - slot); in GetPtr()
289 const T *GetPtr(ptrdiff_t slot) const in GetPtr() argument
292 return reinterpret_cast<const T *>(GetFrameOrigin() - slot); in GetPtr()
308 void DumpCalleeRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot);
309 void DumpCalleeFPRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot);
310 void DumpCallerRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot);
311 void DumpCallerFPRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot);
312 …void DumpLocals(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot, int32_t m…