Home
last modified time | relevance | path

Searched refs:ScopedComment (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.h240 class ScopedComment { class in panda::ecmascript::kungfu::Circuit
242 explicit ScopedComment(std::string &&str, std::string_view *comment);
244 ~ScopedComment() in ~ScopedComment()
254 ScopedComment VisitGateBegin(GateRef visitedGate);
255 ScopedComment CommentBegin(std::string &&str);
H A Dcircuit.cpp427 Circuit::ScopedComment::ScopedComment(std::string &&str, std::string_view *comment) in ScopedComment() function in panda::ecmascript::kungfu::Circuit::ScopedComment
438 Circuit::ScopedComment Circuit::VisitGateBegin(GateRef visitedGate) in VisitGateBegin()
440 return ScopedComment("old " + std::to_string(GetId(visitedGate)), &currentComment_); in VisitGateBegin()
443 Circuit::ScopedComment Circuit::CommentBegin(std::string &&str) in CommentBegin()
445 return ScopedComment(std::move(str), &currentComment_); in CommentBegin()

Completed in 3 milliseconds