Searched refs:getSP (Results 1 – 3 of 3) sorted by relevance
64 uint32_t getSP() const { return reg[REGNO_X86_ESP]; } in getSP() function in _Unwind::Registers_x86130 uint64_t getSP() const { return reg[REGNO_X86_64_RSP]; } in getSP() function in _Unwind::Registers_x86_64249 uint64_t getSP() const { return reg[REGNO_PPC32_R1]; } in getSP() function in _Unwind::Registers_ppc32344 uint64_t getSP() const { return reg[REGNO_AARCH64_SP]; } in getSP() function in _Unwind::Registers_aarch64430 uint64_t getSP() const { return reg[REGNO_ARM32_SP]; } in getSP() function in _Unwind::Registers_arm32550 uint64_t getSP() const { return reg[REGNO_VAX_R14]; } in getSP() function in _Unwind::Registers_vax629 uint64_t getSP() const { return reg[REGNO_M68K_A7]; } in getSP() function in _Unwind::Registers_M68K724 uint64_t getSP() const { return reg[REGNO_SH3_R15]; } in getSP() function in _Unwind::Registers_SH3788 uint64_t getSP() const { return reg[REGNO_SPARC64_R14]; } in getSP() function in _Unwind::Registers_SPARC64852 uint64_t getSP() const { return reg[REGNO_SPARC_R14]; } in getSP() function in _Unwind::Registers_SPARC[all …]
64 exc->private_2 = cursor.getSP(); in unwind_phase1()103 uintptr_t sp = cursor.getSP(); in unwind_phase2()283 cursor->setSP(cursor->getSP() + info.extra_args); in _Unwind_SetIP()323 return cursor->getSP(); in _Unwind_GetCFA()
37 uint64_t getSP() const { return fRegisters.getSP(); } in getSP() function in _Unwind::UnwindCursor