Home
last modified time | relevance | path

Searched refs:CodeComment (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dassembler.h322 class CodeComment { class in v8::internal::AssemblerBase
324 explicit CodeComment(Assembler* assembler, const std::string& comment) in CodeComment() function in v8::internal::AssemblerBase::CodeComment
328 ~CodeComment() { in ~CodeComment()
340 class CodeComment { class in v8::internal::AssemblerBase
341 explicit CodeComment(Assembler* assembler, std::string comment) {} in CodeComment() function in v8::internal::AssemblerBase::CodeComment
474 AssemblerBase::CodeComment UNIQUE_IDENTIFIER(asm_code_comment)(asm, comment)
H A Dassembler.cc324 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()
H A Dmacro-assembler.h128 Assembler::CodeComment comment_;
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler.h225 Assembler::CodeComment comment_;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h1155 class CodeComment : public ZoneAllocated { class in dart::Assembler
1157 CodeComment(intptr_t pc_offset, const String &comment) in CodeComment() function in dart::Assembler::CodeComment
1167 DISALLOW_COPY_AND_ASSIGN(CodeComment);
1170 GrowableArray<CodeComment *> comments_;

Completed in 6 milliseconds