Home
last modified time | relevance | path

Searched refs:inc (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DfunctionsInClassExpressions.ts23 AssertType(class { constructor() { this.bar++; } bar = 0; inc = () => { t…
35 inc = () => {
36 AssertType(inc, "() => void");
/arkcompiler/runtime_core/disassembler/
DDisassemblerPostPlugins.cmake14 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
DBUILD.gn175 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/
DBytecodeOptPostPlugins.cmake15 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/
Dpgo.cpp43 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/
DBUILD.gn122 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/
DBUILD.gn249 "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/
DBUILD.gn16 host_aot_test_action("inc") {
/arkcompiler/ets_runtime/test/aottest/inc/
DBUILD.gn16 host_aot_test_action("inc") {
/arkcompiler/ets_runtime/test/deopttest/
DBUILD.gn22 "inc",
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp55 auto inc = node->SetIcSlot(pg_->GetCurrentSlot()); in UpdateIcSlot() local
56 pg_->IncreaseCurrentSlot(inc); in UpdateIcSlot()
Dpandagen.h500 void IncreaseCurrentSlot(ICSlot inc) in IncreaseCurrentSlot() argument
502 currentSlot_ += inc; in IncreaseCurrentSlot()
/arkcompiler/runtime_core/libpandabase/
DLibpandabasePostPlugins.cmake27 logger_impl_gen.inc.erb
DBUILD.gn258 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/
DBUILD.gn60 "$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/
Dinst_checker_gen.h.erb70 #include "optimizer/ir/visitor.inc"
/arkcompiler/ets_runtime/test/aottest/
DBUILD.gn120 "inc",
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb487 let inc = <%= ret %> + 256 - icSize;
488 (<PandaGen>(IRNode.pg)).updateIcSize(inc);
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h378 void IncreaseCount(int32_t inc) in IncreaseCount() argument
380 count_ += static_cast<uint32_t>(inc); in IncreaseCount()
/arkcompiler/runtime_core/docs/
Dir_format.md392 #include "visitor.inc"
Ddoxygen.config286 # 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/
Des5_tests.txt7672 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/
Dtest262skiplist.txt8844 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