Searched refs:to_h (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/runtime_core/libpandafile/ |
H A D | pandafile_isapi.rb | 42 def to_h method 43 instance_variables.map { |v| [v.to_s[1..-1], instance_variable_get(v)] }.to_h
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | pandafile_isapi.rb | 42 def to_h method 43 instance_variables.map { |v| [v.to_s[1..-1], instance_variable_get(v)] }.to_h
|
/arkcompiler/runtime_core/templates/ |
H A D | plugin_options.rb | 60 new_h = cur_data.to_h 75 h_plugin = plugin.to_h
|
H A D | common.rb | 183 option_hash = option.to_h
|
/arkcompiler/runtime_core/static_core/templates/ |
H A D | plugin_options.rb | 88 new_h = cur_data.to_h 103 h_plugin = plugin.to_h
|
H A D | common.rb | 183 option_hash = option.to_h
|
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
H A D | full_md.rb | 76 arr.map { |i| [i['tag'], i['description']] }.to_h
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
H A D | full_md.rb | 76 arr.map { |i| [i['tag'], i['description']] }.to_h
|
/arkcompiler/runtime_core/isa/ |
H A D | isapi.rb | 76 @frozen = instance_methods.map { |m| [m, true] }.to_h 548 hash = prefixes.map { |p| [p.name, p] }.to_h 558 end.to_h 608 hash = arr.map { |i| [i.tag, i.description] }.to_h 614 props = group.to_h 616 props.merge(insn.to_h) do |_, old, new|
|
/arkcompiler/runtime_core/static_core/isa/ |
H A D | isapi.rb | 76 @frozen = instance_methods.map { |m| [m, true] }.to_h 507 @data.profiles.map { |x| [x.name, x] }.to_h 511 @data.namespaces.map { |i| [i.namespace, i.used_instructions] if i.quickening }.compact.to_h 530 hash = prefixes.map { |p| [p.name, p] }.to_h 540 end.to_h 609 hash = arr.map { |i| [i.tag, i.description] }.to_h 615 props = group.to_h 617 props.merge(insn.to_h) do |_, old, new|
|
/arkcompiler/ets_frontend/ets2panda/public/ |
H A D | es2panda_lib.rb | 469 dig(:usings)&.map { |using| [using['name'], using['type']] }.to_h || {}
|
Completed in 5 milliseconds