| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/ |
| D | bytecode_inst-inl_gen.h.erb | 41 % formats = Set.new 47 % next if formats.include? fmt 48 % formats.add(fmt) 62 % formats = Set.new 68 % next if formats.include? fmt 69 % formats.add(fmt) 83 % formats = Set.new 89 % next if formats.include? fmt 90 % formats.add(fmt) 104 % formats = Set.new [all …]
|
| D | bytecode_inst_enum_gen.h.erb | 17 % Panda::formats.each do |fmt|
|
| /arkcompiler/runtime_core/static_core/libpandafile/templates/ |
| D | bytecode_instruction_enum_gen.h.erb | 17 % Panda::formats.map(&:pretty).map(&:upcase).each do |fmt| 55 std::array<const char*, <%= Panda::formats.size %>> formats = { 56 % Panda::formats.each do |fmt| 60 return formats[static_cast<unsigned>(format)];
|
| D | bytecode_instruction-inl_gen.h.erb | 22 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 41 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 60 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 79 % Panda::formats.each do |fmt| 98 % formats = insns.map{ |i| i.format }.uniq 99 return <%= formats.map{ |f| "format == Format::#{f.pretty.upcase}" }.join(' || ') %>; 110 % formats = insns.map{ |i| i.format }.uniq 111 return <%= formats.map{ |f| "format == Format::#{f.pretty.upcase}" }.join(' || ') %>; 122 % formats = insns.map{ |i| i.format }.uniq 123 return <%= formats.map{ |f| "format == Format::#{f.pretty.upcase}" }.join(' || ') %>; [all …]
|
| D | bytecode_emitter_def_gen.h.erb | 19 % # formats = group.map(&:format)
|
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | bridge_dispatch.S.erb | 18 % formats = classified_calls.keys 20 % formats.each do |fmt| 28 % formats.each do |fmt|
|
| D | bridge_dispatch_dyn.S.erb | 18 % formats = classified_calls.keys 20 % formats.each do |fmt| 28 % formats.each do |fmt|
|
| /arkcompiler/ets_frontend/es2panda/compiler/templates/ |
| D | formats.h.erb | 59 % formats = group.map {|i| make_format(i,insn) } 61 % formats.each.with_index do |fmt, index| 74 constexpr std::array<const Format, <%= formats.length %>> <%= get_format_name(mnemonic) %> = {{ 75 % format_items = (0..(formats.length - 1)).map {|index| "{" + get_format_item_name(mnemonic, index)…
|
| /arkcompiler/ets_frontend/ets2panda/compiler/templates/ |
| D | formats.h.erb | 60 % formats = group.map {|i| make_format(i,insn) } 62 % formats.each.with_index do |fmt, index| 75 constexpr std::array<const Format, <%= formats.length %>> <%= get_format_name(mnemonic) %> = {{ 76 % format_items = (0..(formats.length - 1)).map {|index| "{" + get_format_item_name(mnemonic, index)…
|
| D | isa.h.erb | 29 #include "generated/formats.h" 39 Formats GetFormats() const override 138 Formats GetFormats() const override
|
| /arkcompiler/ets_frontend/ets2panda/bindings/test/ |
| D | README.md | 65 Before push your code, please make sure that the path formats in all JSON files under the testcases… 66 Incorrect path formats will render the function of prepare.sh ineffective, and manually handling th…
|
| /arkcompiler/ets_runtime/script/ |
| D | build_resource_to_cpp.py | 38 formats = "," 43 byte_code = formats.join(seq);
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | bytecode_instruction-inl_gen.h.erb | 20 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 39 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 58 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 77 % Panda::formats.each do |fmt| 93 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 127 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 159 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 188 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 220 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 251 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| [all …]
|
| D | bytecode_emitter_def_gen.h.erb | 19 % # formats = group.map(&:format)
|
| D | bytecode_instruction_enum_gen.h.erb | 17 % Panda::formats.each do |fmt|
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | regAllocator.h | 82 Formats formats = ins->GetFormats(); variable 84 for (const auto &format : formats) {
|
| /arkcompiler/runtime_core/docs/ |
| D | panda-runtime.md | 23 ## Intermediate File Formats
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | panda-runtime.md | 23 ## Intermediate File Formats
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | irnode.h | 91 using Formats = panda::Span<const Format>; variable 120 virtual Formats GetFormats() const = 0;
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | emitter.cpp | 145 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()
|
| /arkcompiler/runtime_core/libabckit/doc/ |
| D | implementation_description.md | 5 AbcKit works with these file formats using "dynamic" and "static" runtimes. 13 5. [Dispatch between dynamic and static file formats](#dispatch-between-dynamic-and-static-file-for… 154 ## Dispatch between dynamic and static file formats 156 Lots of APIs are able to work with both dynamic and static file formats depending on source languag…
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | irnode.h | 103 using Formats = ark::Span<const Format>; variable 148 virtual Formats GetFormats() const = 0;
|
| /arkcompiler/runtime_core/isa/templates/ |
| D | isa.md.erb | 32 * formats: <%= i.format.join(", ") %>
|
| /arkcompiler/runtime_core/static_core/isa/templates/ |
| D | isa.md.erb | 32 * formats: <%= i.format.join(", ") %>
|
| /arkcompiler/runtime_core/libpandafile/templates/tests/ |
| D | bytecode_emitter_tests_gen.h.erb | 38 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 97 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 172 % formats = group.map(&:format) 238 % formats = group.map(&:format)
|