/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | functionsInClassExpressions.ts | 23 AssertType(class { constructor() { this.bar++; } bar = 0; inc = () => { t… 35 inc = () => { 36 AssertType(inc, "() => void");
|
/arkcompiler/runtime_core/disassembler/ |
D | DisassemblerPostPlugins.cmake | 14 set(DISASM_PLUGINS_INC ${PANDA_BINARY_ROOT}/disassembler/disasm_plugins.inc) 17 TEMPLATE ${PANDA_ROOT}/disassembler/templates/disasm_plugins.inc.erb 23 …ANGUAGE_SPECIFIC_METADATA_INC ${PANDA_BINARY_ROOT}/disassembler/get_language_specific_metadata.inc) 26 TEMPLATE ${PANDA_ROOT}/disassembler/templates/get_language_specific_metadata.inc.erb
|
D | BUILD.gn | 175 template_file = "templates/disasm_plugins.inc.erb" 178 output_file = "$target_gen_dir/disasm_plugins.inc" 183 template_file = "templates/get_language_specific_metadata.inc.erb" 186 output_file = "$target_gen_dir/get_language_specific_metadata.inc"
|
/arkcompiler/runtime_core/bytecode_optimizer/templates/ |
D | BytecodeOptPostPlugins.cmake | 15 set(CODEGEN_VISITORS_INC ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated/codegen_visitors.inc) 18 TEMPLATE ${PANDA_ROOT}/bytecode_optimizer/templates/codegen_visitors.inc.erb 29 …EG_ENCODER_VISITORS_INC ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated/reg_encoder_visitors.inc) 32 TEMPLATE ${PANDA_ROOT}/bytecode_optimizer/templates/reg_encoder_visitors.inc.erb
|
/arkcompiler/runtime_core/libpandafile/ |
D | pgo.cpp | 43 auto inc = static_cast<uint32_t>(set_pgo); in MarkProfileItem() local 45 item->SetPGORank(PGO_CLASS_DEFAULT_COUNT + inc); in MarkProfileItem() 47 item->SetPGORank(PGO_STRING_DEFAULT_COUNT + inc); in MarkProfileItem() 49 item->SetPGORank(PGO_CODE_DEFAULT_COUNT + inc); in MarkProfileItem()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | BUILD.gn | 122 template_file = "templates/reg_encoder_visitors.inc.erb" 125 output_file = "$target_gen_dir/generated/reg_encoder_visitors.inc" 130 template_file = "templates/codegen_visitors.inc.erb" 133 output_file = "$target_gen_dir/generated/codegen_visitors.inc"
|
/arkcompiler/runtime_core/compiler/ |
D | BUILD.gn | 249 "codegen_arm64_gen.inc.erb", 264 template_file = "$ark_root/templates/cpu_features.inc.erb" 267 output_file = "$target_gen_dir/generated/cpu_features.inc" 279 "$ark_root/templates/logger_components/logger_components.inc.erb" 282 output_file = "$target_gen_dir/generated/compiler_logger_components.inc"
|
/arkcompiler/ets_runtime/test/deopttest/inc/ |
D | BUILD.gn | 16 host_aot_test_action("inc") {
|
/arkcompiler/ets_runtime/test/aottest/inc/ |
D | BUILD.gn | 16 host_aot_test_action("inc") {
|
/arkcompiler/ets_runtime/test/deopttest/ |
D | BUILD.gn | 22 "inc",
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | regAllocator.cpp | 55 auto inc = node->SetIcSlot(pg_->GetCurrentSlot()); in UpdateIcSlot() local 56 pg_->IncreaseCurrentSlot(inc); in UpdateIcSlot()
|
D | pandagen.h | 500 void IncreaseCurrentSlot(ICSlot inc) in IncreaseCurrentSlot() argument 502 currentSlot_ += inc; in IncreaseCurrentSlot()
|
/arkcompiler/runtime_core/libpandabase/ |
D | LibpandabasePostPlugins.cmake | 27 logger_impl_gen.inc.erb
|
D | BUILD.gn | 258 template_file = "templates/logger_impl_gen.inc.erb" 261 output_file = "$target_gen_dir/include/logger_impl_gen.inc"
|
/arkcompiler/toolchain/build/third_party_gn/protobuf/ |
D | BUILD.gn | 60 "$protobuf_src_root/google/protobuf/**/*.inc", 116 "$protobuf_src_root/google/protobuf/**/*.inc", 204 "$protobuf_src_root/google/protobuf/**/*.inc", 285 "$protobuf_src_root/google/protobuf/**/*.inc", 392 "$protobuf_src_root/google/protobuf/**/*.inc", 504 "$protobuf_src_root/google/protobuf/**/*.inc", 537 "$protobuf_src_root/google/protobuf/**/*.inc",
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | inst_checker_gen.h.erb | 70 #include "optimizer/ir/visitor.inc"
|
/arkcompiler/ets_runtime/test/aottest/ |
D | BUILD.gn | 120 "inc",
|
/arkcompiler/ets_frontend/ts2panda/templates/ |
D | irnodes.ts.erb | 487 let inc = <%= ret %> + 256 - icSize; 488 (<PandaGen>(IRNode.pg)).updateIcSize(inc);
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_info.h | 378 void IncreaseCount(int32_t inc) in IncreaseCount() argument 380 count_ += static_cast<uint32_t>(inc); in IncreaseCount()
|
/arkcompiler/runtime_core/docs/ |
D | ir_format.md | 392 #include "visitor.inc"
|
D | doxygen.config | 286 # instance to make doxygen treat .inc files as Fortran files (default is PHP), 287 # and .f files as C (default is Fortran), use: inc=Fortran f=C. 814 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, 820 *.inc \
|
/arkcompiler/ets_frontend/test262/ |
D | es5_tests.txt | 7672 language/statements/for/head-init-expr-check-empty-inc-empty-completion.js 7673 language/statements/for/head-init-expr-check-empty-inc-empty-syntax.js 7674 language/statements/for/head-init-var-check-empty-inc-empty-completion.js 7675 language/statements/for/head-init-var-check-empty-inc-empty-syntax.js
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262skiplist.txt | 8844 language/statements/for/head-init-expr-check-empty-inc-empty-completion.js 8845 language/statements/for/head-init-var-check-empty-inc-empty-completion.js
|