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 …]
394 compiler_only: true404 compiler_only: true414 compiler_only: true425 compiler_only: true436 compiler_only: true445 compiler_only: true455 compiler_only: true466 compiler_only: true477 compiler_only: true488 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 { |…
81 % Runtime::intrinsics.select{ |i| !i.signature.stackrange && !i.is_stub && !i.compiler_only }.selec…
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?…
414 compiler_only: true431 compiler_only: true448 compiler_only: true465 compiler_only: true