Searched refs:rinfo_ (Results 1 – 2 of 2) sorted by relevance
395 rinfo_.pc_ += *pos_ >> kTagBits; in ReadTaggedPC()400 rinfo_.pc_ += *--pos_; in AdvanceReadPC()410 rinfo_.data_ = last_id_; in AdvanceReadId()420 rinfo_.data_ = last_position_; in AdvanceReadPosition()429 rinfo_.data_ = x; in AdvanceReadData()445 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits; in AdvanceReadVariableLengthPCJump()458 rinfo_.data_ = last_id_; in ReadTaggedId()466 rinfo_.data_ = last_position_; in ReadTaggedPosition()560 rinfo_.host_ = code; in RelocIterator()561 rinfo_.pc_ = code->instruction_start(); in RelocIterator()[all …]
455 return &rinfo_; in rinfo()479 return (mode_mask_ & (1 << mode)) ? (rinfo_.rmode_ = mode, true) : false; in SetMode()484 RelocInfo rinfo_; variable