Home
last modified time | relevance | path

Searched refs:item_type (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dasm_metadata.rb43 def applicable_to?(item_type)
44 applicable_to.include?(item_type)
90 def class_name(item_type)
91 item_type.capitalize + 'Metadata'
94 def validate_body(item_type, is_bool)
95 attributes = Metadata::attributes.select { |a| a.applicable_to?(item_type) && a.bool? == is_bool }
129 Metadata::attributes.select { |a| a.applicable_to?(item_type) && a.bool? != is_bool }.each do |a|
140 body << "#{indent}return pandasm::#{class_name(item_type)}::Validate(#{args.join(', ')});"
149 def set_flags_body(item_type, is_bool)
150 attributes = Metadata::attributes.select { |a| a.applicable_to?(item_type)
[all...]
/arkcompiler/runtime_core/static_core/assembler/
H A Dasm_metadata.rb43 def applicable_to?(item_type)
44 applicable_to.include?(item_type)
90 def class_name(item_type)
91 item_type.capitalize + 'Metadata'
94 def validate_body(item_type, is_bool)
95 attributes = Metadata::attributes.select { |a| a.applicable_to?(item_type) && a.bool? == is_bool }
129 Metadata::attributes.select { |a| a.applicable_to?(item_type) && a.bool? != is_bool }.each do |a|
140 body << "#{indent}return pandasm::#{class_name(item_type)}::Validate(#{args.join(', ')});"
149 def set_flags_body(item_type, is_bool)
150 attributes = Metadata::attributes.select { |a| a.applicable_to?(item_type)
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dpgo.cpp81 auto item_type = str_line.substr(0, comma_pos); in ParseProfileData() local
83 profile_data_.emplace_back(item_type, str); in ParseProfileData()

Completed in 2 milliseconds