Searched refs:code_comments_writer_ (Results 1 – 2 of 2) sorted by relevance
313 CHECK_IMPLIES(code_comments_writer_.entry_count() > 0, in WriteCodeComments()315 if (code_comments_writer_.entry_count() == 0) return 0; in WriteCodeComments()317 code_comments_writer_.Emit(this); in WriteCodeComments()319 DCHECK_EQ(size, code_comments_writer_.section_size()); in WriteCodeComments()
308 code_comments_writer_.Add(pc_offset(), std::string(comment)); in RecordComment()317 code_comments_writer_.Add(pc_offset(), std::move(comment)); in RecordComment()403 CodeCommentsWriter code_comments_writer_; variable