Home
last modified time | relevance | path

Searched refs:setEBP (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DCompactUnwinder.hpp222 registers.setEBP(addressSpace.get32(savedRegisters)); in stepWithCompactEncodingFrameless()
242 registers.setEBP(addressSpace.get32(bp)); in frameUnwind()
DRegisters.hpp54 void setEBP(uint32_t value) { _registers.__ebp = value; } in setEBP() function in libunwind::Registers_x86