Searched refs:code_comments_writer_ (Results 1 – 2 of 2) sorted by relevance
267 CHECK_IMPLIES(code_comments_writer_.entry_count() > 0, in WriteCodeComments()269 if (code_comments_writer_.entry_count() == 0) return 0; in WriteCodeComments()271 code_comments_writer_.Emit(this); in WriteCodeComments()273 DCHECK_EQ(size, code_comments_writer_.section_size()); in WriteCodeComments()
291 code_comments_writer_.Add(pc_offset(), std::string(msg)); in RecordComment()350 CodeCommentsWriter code_comments_writer_; variable