Searched refs:IsComment (Results 1 – 5 of 5) sorted by relevance
161 if (RelocInfo::IsComment(rmode)) { in Write()252 if (RelocInfo::IsComment(rmode)) { in next()439 if (IsComment(rmode_)) { in Print()
276 if (RelocInfo::IsComment(it->rinfo()->rmode())) { in DecodeIt()352 if (RelocInfo::IsComment(it->rinfo()->rmode())) { in DecodeIt()
143 static constexpr bool IsComment(Mode mode) { return mode == COMMENT; } in IsComment() function
707 def IsComment(cur_line): function788 elif IsComment(line):
4769 DCHECK(RelocInfo::IsComment(rmode) || RelocInfo::IsDeoptReason(rmode) || in RecordRelocInfo()