Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DDwarfMemory.h57 void set_func_offset(uint64_t offset) { func_offset_ = offset; } in set_func_offset()
58 void clear_func_offset() { func_offset_ = static_cast<uint64_t>(-1); } in clear_func_offset()
69 uint64_t func_offset_ = static_cast<uint64_t>(-1); variable
/system/unwinding/libunwindstack/
DDwarfMemory.cpp135 if (func_offset_ == static_cast<uint64_t>(-1)) { in AdjustEncodedValue()
139 *value += func_offset_; in AdjustEncodedValue()