Home
last modified time | relevance | path

Searched full:compiler_only (Results 1 – 7 of 7) 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/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.yaml398 compiler_only: true
408 compiler_only: true
418 compiler_only: true
429 compiler_only: true
440 compiler_only: true
449 compiler_only: true
459 compiler_only: true
470 compiler_only: true
481 compiler_only: true
492 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…
/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?…