Home
last modified time | relevance | path

Searched refs:formats (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/script/
H A Dbuild_resource_to_cpp.py38 formats = ","
43 byte_code = formats.join(seq);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregAllocator.h82 Formats formats = ins->GetFormats(); in CheckRegIndices() local
84 for (const auto &format : formats) { in CheckRegIndices()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp145 static Format MatchFormat(const IRNode *node, const Formats &formats) in MatchFormat() argument
151 const auto *iter = formats.begin(); in MatchFormat()
153 for (; iter != formats.end(); iter++) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in MatchFormat()
174 Formats formats = node->GetFormats(); in GetIRNodeWholeLength() local
175 if (formats.empty()) { in GetIRNodeWholeLength()
180 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength()
H A DregAllocator.cpp89 const auto &formats = ins->GetFormats(); in RegIndicesValid() local
92 for (const auto &format : formats) { in RegIndicesValid()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp130 static Format MatchFormat(const IRNode *node, const Formats &formats) in MatchFormat() argument
136 const auto *iter = formats.begin(); in MatchFormat()
138 for (; iter != formats.end(); iter++) { in MatchFormat()
159 Formats formats = node->GetFormats(); in GetIRNodeWholeLength() local
160 if (formats.empty()) { in GetIRNodeWholeLength()
166 const auto format = MatchFormat(node, formats); in GetIRNodeWholeLength()

Completed in 5 milliseconds