Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp373 virtual void setReg(int, unw_word_t) = 0;
401 virtual void setReg(int, unw_word_t);
564 void UnwindCursor<A, R>::setReg(int regNum, unw_word_t value) { in setReg() function in libunwind::UnwindCursor
1292 setReg(UNW_REG_SP, getReg(UNW_REG_SP) + _info.gp); in step()
Dlibunwind.cpp176 co->setReg(regNum, (pint_t)value); in unw_set_reg()