Searched full:compiler_only (Results 1 – 4 of 4) sorted by relevance
27 compiler_only: true39 compiler_only: true51 compiler_only: true63 compiler_only: true75 compiler_only: true87 compiler_only: true99 compiler_only: true111 compiler_only: true123 compiler_only: true135 compiler_only: true
329 compiler_only: true339 compiler_only: true349 compiler_only: true359 compiler_only: true370 compiler_only: true381 compiler_only: true392 compiler_only: true401 compiler_only: true413 compiler_only: true423 compiler_only: true[all …]
21 % compiler_only = intrinsic.respond_to?(:compiler_only) && intrinsic.compiler_only22 % raise "incorrect naming of compiler_only intrinisc" if compiler_only and not intrinsic.name.start…23 % raise "incorrect naming of not compiler_only intrinisc" 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…