Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_compiler_intrinsics.yaml27 compiler_only: true
38 compiler_only: true
49 compiler_only: true
60 compiler_only: true
71 compiler_only: true
82 compiler_only: true
93 compiler_only: true
104 compiler_only: true
115 compiler_only: true
126 compiler_only: true
[all …]
/arkcompiler/runtime_core/libabckit/src/
Dabckit_compiler_intrinsics.yaml19 compiler_only: true
39 compiler_only: true
59 compiler_only: true
79 compiler_only: true
99 compiler_only: true
119 compiler_only: true
139 compiler_only: true
159 compiler_only: true
179 compiler_only: true
199 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 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 { |…
Dintrinsics_gen.h.erb83 % Runtime::intrinsics.select{ |i| !i.signature.stackrange && !i.is_stub && !i.compiler_only }.selec…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.yaml602 compiler_only: true
612 compiler_only: true
622 compiler_only: true
633 compiler_only: true
644 compiler_only: true
653 compiler_only: true
663 compiler_only: true
674 compiler_only: true
685 compiler_only: true
696 compiler_only: true
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Druntime.yaml414 compiler_only: true
431 compiler_only: true
448 compiler_only: true
465 compiler_only: true
718 compiler_only: true
730 compiler_only: true
742 compiler_only: true
754 compiler_only: true
766 compiler_only: true
778 compiler_only: true
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dcall_intrinsics_peephole.inl.erb18 …ect {|intrinsic| intrinsic.respond_to?('peephole_func') && !intrinsic.compiler_only}.each do |intr…
/arkcompiler/runtime_core/static_core/bytecode_optimizer/templates/
Dcodegen_call_intrinsics.inc.erb16 …s.select{ |i| i.static && !i.signature.stackrange && !i.is_stub && !i.compiler_only && i.has_impl?…
Dget_intrinsic_id.inc.erb21 …s.select{ |i| i.static && !i.signature.stackrange && !i.is_stub && !i.compiler_only && i.has_impl?…
/arkcompiler/runtime_core/libabckit/src/codegen/templates/
Dcodegen_call_intrinsics_static.inc.erb16 …s.select{ |i| i.static && !i.signature.stackrange && !i.is_stub && !i.compiler_only && i.has_impl?…
/arkcompiler/runtime_core/libabckit/src/adapter_static/templates/
Dget_intrinsic_id_static.inc.erb21 …s.select{ |i| i.static && !i.signature.stackrange && !i.is_stub && !i.compiler_only && i.has_impl?…