Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/aot/
H A Dmain.cpp74 constexpr std::array<std::string_view, 2> INFO_STATS = {"instructions_number", "codesize"}; in DumpPandaFileSizeStatistic() local
77 if (find(INFO_STATS.begin(), INFO_STATS.end(), name) != INFO_STATS.end()) { in DumpPandaFileSizeStatistic()
84 for (const auto &name : INFO_STATS) { in DumpPandaFileSizeStatistic()
95 constexpr std::array<std::string_view, 2> INFO_STATS = {"instructions_number", "codesize"}; in DumpPandaFileSizePctStatistic() local
98 if (find(INFO_STATS.begin(), INFO_STATS.end(), name) != INFO_STATS.end()) { in DumpPandaFileSizePctStatistic()
109 if (find(INFO_STATS in DumpPandaFileSizePctStatistic()
[all...]
/arkcompiler/ets_frontend/ets2panda/util/
H A DgenerateBin.cpp82 constexpr std::array<std::string_view, 2> INFO_STATS = {"instructions_number", "codesize"}; in GenerateProgramImpl() local
86 if (find(INFO_STATS.begin(), INFO_STATS.end(), name) != INFO_STATS.end()) { in GenerateProgramImpl()
93 for (const auto &name : INFO_STATS) { in GenerateProgramImpl()

Completed in 2 milliseconds