Searched full:compiler_only (Results 1 – 11 of 11) sorted by relevance
27 compiler_only: true38 compiler_only: true49 compiler_only: true60 compiler_only: true71 compiler_only: true82 compiler_only: true93 compiler_only: true104 compiler_only: true115 compiler_only: true126 compiler_only: true[all …]
19 compiler_only: true39 compiler_only: true59 compiler_only: true79 compiler_only: true99 compiler_only: true119 compiler_only: true139 compiler_only: true159 compiler_only: true179 compiler_only: true199 compiler_only: true[all …]
21 % compiler_only = intrinsic.respond_to?(:compiler_only) && intrinsic.compiler_only22 % raise "incorrect naming of compiler_only intrinsic" if compiler_only and not intrinsic.name.start…23 % raise "incorrect naming of not compiler_only intrinsic" if not compiler_only and intrinsic.name.s…24 compiler_only: <%= compiler_only %>37 …args: <%= ((!static && !compiler_only)? [get_effective_type(intrinsic.class_name)] : []) + full_ar…42 …args: <%= ((!static && !compiler_only)? [get_type(intrinsic.class_name)] : []) + full_args.map { |…
83 % Runtime::intrinsics.select{ |i| !i.signature.stackrange && !i.is_stub && !i.compiler_only }.selec…
602 compiler_only: true612 compiler_only: true622 compiler_only: true633 compiler_only: true644 compiler_only: true653 compiler_only: true663 compiler_only: true674 compiler_only: true685 compiler_only: true696 compiler_only: true[all …]
414 compiler_only: true431 compiler_only: true448 compiler_only: true465 compiler_only: true718 compiler_only: true730 compiler_only: true742 compiler_only: true754 compiler_only: true766 compiler_only: true778 compiler_only: true[all …]
18 …ect {|intrinsic| intrinsic.respond_to?('peephole_func') && !intrinsic.compiler_only}.each do |intr…
16 …s.select{ |i| i.static && !i.signature.stackrange && !i.is_stub && !i.compiler_only && i.has_impl?…
21 …s.select{ |i| i.static && !i.signature.stackrange && !i.is_stub && !i.compiler_only && i.has_impl?…