Searched full:api_version_map (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | file_format_version.h.erb | 54 const std::map<uint8_t, std::array<uint8_t, File::VERSION_SIZE>> api_version_map { 59 % Panda::api_version_map.each do |api_version| 69 for (const auto &[legal_api, file_version] : api_version_map) { 85 const auto iter = api_version_map.find(api); 86 if (iter == api_version_map.end()) {
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 113 api_version_map: [[0, 12.0.6.0], [9, 9.0.0.0], [10, 9.0.0.0], [11, 11.0.2.0], [12, 12.0.6.0]]
|