Searched refs:rinfo_ (Results 1 – 2 of 2) sorted by relevance
179 rinfo_.pc_ += *pos_ >> kTagBits; in ReadShortTaggedPC()182 inline void RelocIterator::AdvanceReadPC() { rinfo_.pc_ += *--pos_; } in AdvanceReadPC()189 rinfo_.data_ = x; in AdvanceReadInt()197 rinfo_.data_ = x; in AdvanceReadData()206 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits; in AdvanceReadLongPCJump()211 rinfo_.data_ = unsigned_b; in ReadShortData()305 rinfo_.host_ = host; in RelocIterator()306 rinfo_.pc_ = pc; in RelocIterator()307 rinfo_.constant_pool_ = constant_pool; in RelocIterator()
458 return &rinfo_; in rinfo()484 return (mode_mask_ & (1 << mode)) ? (rinfo_.rmode_ = mode, true) : false; in SetMode()489 RelocInfo rinfo_; variable