Lines Matching refs:properties
93 # instruction and inherit properties of its instruction group.
132 properties.empty? || (!properties.include? 'not_compilable')
136 properties.include? 'inlinable'
198 cached def properties
199 props = dig(:properties) || []
210 properties.each do |p|
233 properties.include? 'float'
238 properties.include? 'jump'
243 properties.include? 'conditional'
268 properties.include?('range_0')
272 properties.include?('range_1')
280 properties.include?('return')
284 dig(:prefix) == 'throw' && !properties.include?('conditional_throw')
519 # All yaml properties are accessible by '.' syntax,
525 def properties
526 @data.properties +
539 convert_to_hash(properties)
618 old | new # extend array-like properties instead of overriding
626 # create separate instance for every instruction format and inherit group properties