Home
last modified time | relevance | path

Searched full:compiler_only (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_compiler_intrinsics.yaml27 compiler_only: true
39 compiler_only: true
51 compiler_only: true
63 compiler_only: true
75 compiler_only: true
87 compiler_only: true
99 compiler_only: true
111 compiler_only: true
123 compiler_only: true
135 compiler_only: true
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.yaml329 compiler_only: true
339 compiler_only: true
349 compiler_only: true
359 compiler_only: true
370 compiler_only: true
381 compiler_only: true
392 compiler_only: true
401 compiler_only: true
413 compiler_only: true
423 compiler_only: true
[all …]
/arkcompiler/runtime_core/static_core/runtime/templates/
Dintrinsics.yaml.erb21 % compiler_only = intrinsic.respond_to?(:compiler_only) && intrinsic.compiler_only
22 % 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 { |…
Dintrinsics_gen.h.erb81 % Runtime::intrinsics.select{ |i| !i.signature.stackrange && !i.is_stub && !i.compiler_only }.selec…