Home
last modified time | relevance | path

Searched full:codegen_visitors_inc (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/templates/
DBytecodeOptPostPlugins.cmake15 set(CODEGEN_VISITORS_INC ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated/codegen_visitors.inc) variable
21 OUTPUTFILE ${CODEGEN_VISITORS_INC}
26 ${CODEGEN_VISITORS_INC}
Dcodegen_visitors.inc.erb20 % next unless plugin_opts["bytecodeopt"]["codegen_visitors_inc"]
21 #include "<%= plugin_opts["bytecodeopt"]["codegen_visitors_inc"] %>"
/arkcompiler/runtime_core/static_core/bytecode_optimizer/templates/
DBytecodeOptPostPlugins.cmake15 set(CODEGEN_VISITORS_INC ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated/codegen_visitors.inc) variable
21 OUTPUTFILE ${CODEGEN_VISITORS_INC}
26 ${CODEGEN_VISITORS_INC}
Dcodegen_visitors.inc.erb18 <%= Common::include_plugin_files "bytecodeopt", "codegen_visitors_inc" %>
/arkcompiler/runtime_core/bytecode_optimizer/
DBUILD.gn56 ":codegen_visitors_inc",
89 ":codegen_visitors_inc",
145 ark_gen_file("codegen_visitors_inc") {
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
DBUILD.gn98 ":codegen_visitors_inc",
136 ":codegen_visitors_inc",
191 ark_gen_file("codegen_visitors_inc") {
/arkcompiler/runtime_core/libabckit/src/codegen/templates/
Dcodegen_visitors_static.inc.erb18 <%= Common::include_plugin_files "bytecodeopt", "codegen_visitors_inc" %>
/arkcompiler/runtime_core/static_core/plugins/ets/
Dets_plugin_options.yaml17 codegen_visitors_inc: plugins/ets/bytecode_optimizer/visitors/codegen_visitors.inc