Searched defs:caller_sp (Results 1 – 4 of 4) sorted by relevance
158 uint64_t caller_sp, caller_pc; in GetCallerByStackScan() local205 uint64_t caller_sp = last_fp ? last_fp + 16 : in GetCallerByFramePointer() local
167 uint32_t caller_sp, caller_pc; in GetCallerByStackScan() local219 uint32_t caller_sp = last_fp ? last_fp + 8 : in GetCallerByFramePointer() local
219 uint32_t caller_pc, caller_sp, caller_fp; in GetCallerByStackScan() local
269 Address caller_sp() const { return GetCallerStackPointer(); } in caller_sp() function