Searched refs:AddComment (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | circuit.cpp | 79 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 D | debug_info.h | 31 size_t AddComment(std::string &&str);
|
H A D | debug_info.cpp | 51 size_t DebugInfo::AddComment(std::string &&str) in AddComment() function in panda::ecmascript::kungfu::DebugInfo
|
H A D | combined_pass_visitor.cpp | 101 acc_.GetCircuit()->AddComment(replacement, "old V " + std::to_string(acc_.GetId(gate))); in ReplaceGate()
|
H A D | circuit.h | 271 bool AddComment(GateRef g, std::string &&str);
|
H A D | gate_accessor.cpp | 1339 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 D | llvm_ir_builder.cpp | 702 circuit_->AddComment(g, std::move(comment)); in SetDebugInfo()
|
Completed in 22 milliseconds