Home
last modified time | relevance | path

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

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