Home
last modified time | relevance | path

Searched refs:AddComment (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.h30 size_t AddComment(const char* str);
Ddebug_info.cpp51 size_t DebugInfo::AddComment(const char* str) in AddComment() function in panda::ecmascript::kungfu::DebugInfo
Dcircuit.cpp77 bool Circuit::AddComment(GateRef g, const char* str) in AddComment() function in panda::ecmascript::kungfu::Circuit
86 size_t index = debugInfo_->AddComment(str); in AddComment()
128 AddComment(result, comment); in NewGate()
Dcircuit.h250 bool AddComment(GateRef g, const char* str);