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

/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp379 virtual void setReg(int, unw_word_t) { function in class:libunwind::AbstractUnwindCursor
380 _LIBUNWIND_ABORT("setReg not implemented");
424 virtual void setReg(int, unw_word_t);
585 void UnwindCursor<A, R>::setReg(int regNum, unw_word_t value) { function in class:libunwind::UnwindCursor
1297 setReg(UNW_REG_SP, getReg(UNW_REG_SP) + _info.gp);
H A Dlibunwind.cpp180 co->setReg(regNum, (pint_t)value);

Completed in 38 milliseconds