Searched refs:pc_offset_ (Results 1 – 2 of 2) sorted by relevance
52 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
115 if (pc_offset_ == static_cast<uint64_t>(-1)) { in AdjustEncodedValue()119 *value += pc_offset_; in AdjustEncodedValue()