Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfMemory.h52 void set_pc_offset(uint64_t offset) { pc_offset_ = offset; } in set_pc_offset()
53 void clear_pc_offset() { pc_offset_ = static_cast<uint64_t>(-1); } in clear_pc_offset()
68 uint64_t pc_offset_ = static_cast<uint64_t>(-1); variable
/system/core/libunwindstack/
DDwarfMemory.cpp115 if (pc_offset_ == static_cast<uint64_t>(-1)) { in AdjustEncodedValue()
119 *value += pc_offset_; in AdjustEncodedValue()