Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dvisualizer_printer.cpp34 (*output_) << MakeOffset() << "begin_" << tag << "\n"; in PrintBeginTag()
41 (*output_) << MakeOffset() << "end_" << tag << "\n"; in PrintEndTag()
51 (*output_) << MakeOffset() << prop; in PrintProperty()
53 (*output_) << " \"" << value << "\""; in PrintProperty()
55 (*output_) << "\n"; in PrintProperty()
60 (*output_) << MakeOffset() << std::dec << prop << " " << value << "\n"; in PrintProperty()
66 (*output_) << MakeOffset() << preffix << " "; in PrintDependences()
68 (*output_) << "\"B" << BBId(block, graph_->GetLocalAllocator()) << "\" "; in PrintDependences()
70 (*output_) << "\n"; in PrintDependences()
103 (*output_) << MakeOffse in PrintInsts()
[all...]
H A Dvisualizer_printer.h32 : graph_(graph), output_(output), passName_(passName) in VisualizerPrinter()
64 std::ostream *output_; member in ark::compiler::VisualizerPrinter
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
H A DLogParser.js40 this.output_ = {};
182 if (!(this.procNormal_.file in this.output_)) {
183 this.output_[this.procNormal_.file] = {};
185 if (!(this.procNormal_.func in this.output_[this.procNormal_.file])) {
186 this.output_[this.procNormal_.file][this.procNormal_.func] = [];
188 this.output_[this.procNormal_.file][this.procNormal_.func].push(this.procNormal_);
308 if (!(pb.blockCollect.file in this.output_)) {
309 this.output_[pb.blockCollect.file] = {};
311 if (!(pb.blockCollect.func in this.output_[pb.blockCollect.file])) {
312 this.output_[p
[all...]
H A DIrViewer.js177 this.InitViewer(this.parser_.output_);
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.h38 return output_; in Output()
82 output_ << first; in Out()
87 ark::os::file::File::GetEndLine(output_, count); in OutEndl()
102 std::stringstream output_ {};
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_2.cpp1254 output_.resize(0); in GetOutput()
1261 if (!output_.empty()) { in GetOutput()
1262 output_ += '\n'; in GetOutput()
1264 output_ += disasm_.GetOutput(); in GetOutput()
1266 return output_; in GetOutput()
1274 std::string output_; member in ark::compiler::Encoder64ApiTest
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp3445 output_.resize(0); in GetOutput()
3454 if (!output_.empty()) { in GetOutput()
3455 output_ += '\n'; in GetOutput()
3457 output_ += disasm.GetOutput(); in GetOutput()
3459 return output_; in GetOutput()
3463 std::string output_; member in panda::compiler::Encoder64ApiTest

Completed in 10 milliseconds