Home
last modified time | relevance | path

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

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