Lines Matching refs:rinfo
158 DCHECK(it->rinfo()->rmode() == RelocInfo::COMMENT); in CollectCommentStatistics()
159 const char* tmp = reinterpret_cast<const char*>(it->rinfo()->data()); in CollectCommentStatistics()
167 reinterpret_cast<const char*>(it->rinfo()->data()); in CollectCommentStatistics()
168 const byte* prev_pc = it->rinfo()->pc(); in CollectCommentStatistics()
175 if (it->rinfo()->rmode() == RelocInfo::COMMENT) { in CollectCommentStatistics()
177 reinterpret_cast<const char*>(it->rinfo()->data()); in CollectCommentStatistics()
178 flat_delta += static_cast<int>(it->rinfo()->pc() - prev_pc); in CollectCommentStatistics()
183 prev_pc = it->rinfo()->pc(); in CollectCommentStatistics()
204 if (it.rinfo()->rmode() == RelocInfo::COMMENT) { in CollectCodeCommentStatistics()
205 delta += static_cast<int>(it.rinfo()->pc() - prev_pc); in CollectCodeCommentStatistics()
207 prev_pc = it.rinfo()->pc(); in CollectCodeCommentStatistics()