Searched refs:CodeComment (Results 1 – 5 of 5) sorted by relevance
322 class CodeComment {324 explicit CodeComment(Assembler* assembler, const std::string& comment) in CodeComment() function328 ~CodeComment() { in ~CodeComment()340 class CodeComment {341 explicit CodeComment(Assembler* assembler, std::string comment) {} in CodeComment() function474 AssemblerBase::CodeComment UNIQUE_IDENTIFIER(asm_code_comment)(asm, comment)
324 int Assembler::CodeComment::depth() const { return assembler_->comment_depth_; } in depth()325 void Assembler::CodeComment::Open(const std::string& comment) { in Open()333 void Assembler::CodeComment::Close() { in Close()
128 Assembler::CodeComment comment_;
1155 class CodeComment : public ZoneAllocated {1157 CodeComment(intptr_t pc_offset, const String &comment) in CodeComment() function1167 DISALLOW_COPY_AND_ASSIGN(CodeComment);1170 GrowableArray<CodeComment *> comments_;
225 Assembler::CodeComment comment_;