Home
last modified time | relevance | path

Searched refs:PrintCodeStatistics (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Ddisassembly.h115 void PrintCodeStatistics(const Codegen *codegen);
Ddisassembly.cpp170 void Disassembly::PrintCodeStatistics(const Codegen *codegen) in PrintCodeStatistics() function in ark::compiler::Disassembly
Dcodegen.cpp577 GetDisasm()->PrintCodeStatistics(this); in IssueDisasm()