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