Home
last modified time | relevance | path

Searched refs:to_h (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dpandafile_isapi.rb42 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 Dpandafile_isapi.rb42 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 Dplugin_options.rb60 new_h = cur_data.to_h
75 h_plugin = plugin.to_h
H A Dcommon.rb183 option_hash = option.to_h
/arkcompiler/runtime_core/static_core/templates/
H A Dplugin_options.rb88 new_h = cur_data.to_h
103 h_plugin = plugin.to_h
H A Dcommon.rb183 option_hash = option.to_h
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
H A Dfull_md.rb76 arr.map { |i| [i['tag'], i['description']] }.to_h
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
H A Dfull_md.rb76 arr.map { |i| [i['tag'], i['description']] }.to_h
/arkcompiler/runtime_core/isa/
H A Disapi.rb76 @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 Disapi.rb76 @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 Des2panda_lib.rb469 dig(:usings)&.map { |using| [using['name'], using['type']] }.to_h || {}

Completed in 5 milliseconds