Searched refs:getSP (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ | ||
D | Registers.hpp | 49 uint32_t getSP() const { return _registers.__esp; } in getSP() function in libunwind::Registers_x86 |
D | CompactUnwinder.hpp | 203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount; in stepWithCompactEncodingFrameless() |