Home
last modified time | relevance | path

Searched refs:GetComment (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Ddebug_info.cpp76 const std::string &DebugInfo::GetComment(const std::string &funcName, size_t index) const in GetComment() function in panda::ecmascript::kungfu::DebugInfo
83 return info->GetComment(index); in GetComment()
88 const std::string &DebugInfo::GetComment(size_t index) const in GetComment() function in panda::ecmascript::kungfu::DebugInfo
92 return info->GetComment(index); in GetComment()
H A Ddebug_info.h33 const std::string &GetComment(const std::string &funcName, size_t index) const;
34 const std::string &GetComment(size_t index) const;
76 const std::string &GetComment(size_t index) in GetComment() function in panda::ecmascript::kungfu::DebugInfo::FuncDebugInfo
H A Dcircuit.cpp97 std::string_view Circuit::GetComment(GateRef gate) const in GetComment() function in panda::ecmascript::kungfu::Circuit
106 return debugInfo_->GetComment(index); in GetComment()
190 LoadGatePtrConst(gate)->PrintWithBytecode(GetComment(gate)); in PrintAllGatesWithBytecode()
H A Dcircuit.h272 std::string_view GetComment(GateRef gate) const;
H A Dgate_accessor.cpp788 auto comment = circuit_->GetComment(gate); in Print()
804 gatePtr->PrintWithBytecode(circuit_->GetComment(gate)); in PrintById()
814 gatePtr->PrintWithBytecode(circuit_->GetComment(gate)); in PrintWithBytecode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp481 const char *comment = insn.GetComment().c_str(); in EmitAArch64Insn()
526 MapleString asmStr = static_cast<StringOperand &>(insn.GetOperand(kAsmStringOpnd)).GetComment(); in EmitInlineAsm()
558 const char *prefix = list6.stringList[val]->GetComment().c_str(); in EmitInlineAsm()
566 const char *prefix = list7.stringList[val]->GetComment().c_str(); in EmitInlineAsm()
569 for (size_t k = 1; k < list7.stringList[val]->GetComment().length(); ++k) { in EmitInlineAsm()
588 isAddr = IsMemAccess(list6.stringList[val]->GetComment().c_str()[0]); in EmitInlineAsm()
594 DEBUG_ASSERT(list7.stringList[val]->GetComment().c_str() != nullptr, in EmitInlineAsm()
595 "list7 GetComment.c_str should not be nullptr"); in EmitInlineAsm()
596 isAddr = IsMemAccess(list7.stringList[val]->GetComment().c_str()[0]); in EmitInlineAsm()
H A Daarch64_insn.cpp352 (void)emitter.Emit(v->GetComment()); in Visit()
566 LogInfo::MapleLogger() << " #" << v->GetComment(); in Visit()
H A Daarch64_peep.cpp866 MapleString comment = insn.GetComment(); in RemoveInsnAndKeepComment()
870 comment = prevInsn.GetComment(); in RemoveInsnAndKeepComment()
H A Daarch64_cgfunc.cpp3651 GetCurBB()->AppendInsn(CreateCommentInsn(comment.GetComment()));
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h363 const MapleString &GetComment() const in GetComment() function in maplebe::Insn
H A Doperand.h1841 const MapleString &GetComment() const in GetComment() function in maplebe::MemOperand::CommentOperand
1892 LogInfo::MapleLogger() << "(" << str->GetComment().c_str() << ")";
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgbb.cpp76 newInsn.SetComment(insn.GetComment()); in ReplaceInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp487 LogInfo::MapleLogger() << ":#" << v->GetComment(); in Visit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp689 debugInfo += module->GetDebugInfo()->GetComment(funcName, info.Line - 1); in GetCalleeReg2Offset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h2558 const MapleString &GetComment() const

Completed in 32 milliseconds