Home
last modified time | relevance | path

Searched refs:AddComment (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.cpp79 bool Circuit::AddComment(GateRef g, std::string &&str) in AddComment() function in panda::ecmascript::kungfu::Circuit
89 size_t index = debugInfo_->AddComment(std::move(str)); in AddComment()
144 AddComment(result, std::string(comment)); in NewGate()
148 AddComment(result, std::string(currentComment_)); in NewGate()
H A Ddebug_info.h31 size_t AddComment(std::string &&str);
H A Ddebug_info.cpp51 size_t DebugInfo::AddComment(std::string &&str) in AddComment() function in panda::ecmascript::kungfu::DebugInfo
H A Dcombined_pass_visitor.cpp101 acc_.GetCircuit()->AddComment(replacement, "old V " + std::to_string(acc_.GetId(gate))); in ReplaceGate()
H A Dcircuit.h271 bool AddComment(GateRef g, std::string &&str);
H A Dgate_accessor.cpp1339 GetCircuit()->AddComment(value, "old V " + std::to_string(GetId(hirGate))); in ReplaceHirAndDeleteIfException()
1340 GetCircuit()->AddComment(replacement.Depend(), "old D " + std::to_string(GetId(hirGate))); in ReplaceHirAndDeleteIfException()
1586 GetCircuit()->AddComment(value, "old V " + std::to_string(GetId(gate))); in ReplaceGate()
1624 GetCircuit()->AddComment(replacement, "old V " + std::to_string(GetId(gate))); in ReplaceGate()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp702 circuit_->AddComment(g, std::move(comment)); in SetDebugInfo()

Completed in 22 milliseconds