| /arkcompiler/ets_frontend/ets2panda/ |
| D | CMakeLists.txt | 123 ast_verifier/ASTVerifier.cpp 124 ast_verifier/arithmeticOperationValid.cpp 125 ast_verifier/checkAbstractMethod.cpp 126 ast_verifier/checkConstProperties.cpp 127 ast_verifier/checkContext.cpp 128 ast_verifier/checkInfiniteLoop.cpp 129 ast_verifier/checkScopeDeclaration.cpp 130 ast_verifier/everyChildHasValidParent.cpp 131 ast_verifier/everyChildInParentRange.cpp 132 ast_verifier/getterSetterValidation.cpp [all …]
|
| D | BUILD.gn | 35 "ast_verifier/ASTVerifier.cpp", 36 "ast_verifier/arithmeticOperationValid.cpp", 37 "ast_verifier/checkAbstractMethod.cpp", 38 "ast_verifier/checkConstProperties.cpp", 39 "ast_verifier/checkContext.cpp", 40 "ast_verifier/checkInfiniteLoop.cpp", 41 "ast_verifier/checkScopeDeclaration.cpp", 42 "ast_verifier/everyChildHasValidParent.cpp", 43 "ast_verifier/everyChildInParentRange.cpp", 44 "ast_verifier/forLoopCorrectlyInitialized.cpp", [all …]
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | CMakeLists.txt | 69 es2panda.cpp 70 binder/binder.cpp 71 binder/declaration.cpp 72 binder/scope.cpp 73 binder/variable.cpp 74 compiler/base/catchTable.cpp 75 compiler/base/condition.cpp 76 compiler/base/destructuring.cpp 77 compiler/base/hoisting.cpp 78 compiler/base/iterators.cpp [all …]
|
| D | BUILD.gn | 19 "es2panda.cpp", 20 "binder/binder.cpp", 21 "binder/declaration.cpp", 22 "binder/scope.cpp", 23 "binder/variable.cpp", 24 "compiler/base/catchTable.cpp", 25 "compiler/base/condition.cpp", 26 "compiler/base/destructuring.cpp", 27 "compiler/base/hoisting.cpp", 28 "compiler/base/iterators.cpp", [all …]
|
| /arkcompiler/runtime_core/static_core/cmake/third_party/icu/ |
| D | CMakeLists.txt | 4 ${ICU_ROOT}/icu4c/source/common/unistr_case.cpp 5 ${ICU_ROOT}/icu4c/source/common/loclikely.cpp 6 ${ICU_ROOT}/icu4c/source/common/loclikelysubtags.cpp 7 ${ICU_ROOT}/icu4c/source/common/ustrcase_locale.cpp 8 ${ICU_ROOT}/icu4c/source/common/usprep.cpp 9 ${ICU_ROOT}/icu4c/source/common/uhash_us.cpp 10 ${ICU_ROOT}/icu4c/source/common/ucharstriebuilder.cpp 11 ${ICU_ROOT}/icu4c/source/common/uloc.cpp 12 ${ICU_ROOT}/icu4c/source/common/rbbi.cpp 13 ${ICU_ROOT}/icu4c/source/common/locresdata.cpp [all …]
|
| /arkcompiler/runtime_core/cmake/ark-third-party/icu/ |
| D | CMakeLists.txt | 22 ${ICU_ROOT}/icu4c/source/common/appendable.cpp 23 ${ICU_ROOT}/icu4c/source/common/bmpset.cpp 24 ${ICU_ROOT}/icu4c/source/common/brkeng.cpp 25 ${ICU_ROOT}/icu4c/source/common/brkiter.cpp 26 ${ICU_ROOT}/icu4c/source/common/bytesinkutil.cpp 27 ${ICU_ROOT}/icu4c/source/common/bytestream.cpp 28 ${ICU_ROOT}/icu4c/source/common/bytestrie.cpp 29 ${ICU_ROOT}/icu4c/source/common/bytestriebuilder.cpp 30 ${ICU_ROOT}/icu4c/source/common/bytestrieiterator.cpp 31 ${ICU_ROOT}/icu4c/source/common/caniter.cpp [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/ |
| D | subproject_sources.gn | 21 srcs_assembler = [ "assembler/extension/ets_meta.cpp" ] 24 "compiler/ir_build_intrinsics_ets.cpp", 25 "compiler/optimizer/ir_builder/ets_inst_builder.cpp", 26 "compiler/optimizer/ets_codegen_extensions.cpp", 27 "compiler/optimizer/ets_intrinsics_peephole.cpp", 30 srcs_abc2program = [ "abc2program/abc2program_ets_plugin.cpp" ] 33 srcs_compiler += [ "compiler/codegen_intrinsics_ets.cpp" ] 36 srcs_disassembler = [ "disassembler/disasm_ets_plugin.cpp" ] 40 srcs_verification = [ "verification/ets_plugin.cpp" ] 50 "compiler/optimizer/ir_builder/js_interop/js_interop_inst_builder.cpp", [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | CMakeLists.txt | 35 set(IRTOC_BUILDER_GEN ${GENERATED_DIR}/irtoc_builder.cpp) 69 set(INST_BUILDER_GEN ${GENERATED_DIR}/inst_builder_gen.cpp) 70 …igure_file(${COMPILER_TEMPLATES_DIR}/inst_builder_gen.cpp.erb ${GENERATED_DIR}/inst_builder_gen.cp… 74 "inst_builder_gen.cpp.erb" 153 optimizer/pass.cpp 154 optimizer/pass_manager.cpp 155 optimizer/pass_manager_statistics.cpp 156 optimizer/pipeline.cpp 157 optimizer/analysis/alias_analysis.cpp 158 optimizer/analysis/bounds_analysis.cpp [all …]
|
| /arkcompiler/toolchain/build/third_party_gn/icu/icu4c/ |
| D | BUILD.gn | 37 sources = [ "//third_party/icu/icu4c/source/stubdata/stubdata.cpp" ] 57 "//third_party/icu/icu4c/source/common/ubiditransform.cpp", 58 "//third_party/icu/icu4c/source/common/locutil.cpp", 59 "//third_party/icu/icu4c/source/common/cstring.cpp", 60 "//third_party/icu/icu4c/source/common/rbbiscan.cpp", 61 "//third_party/icu/icu4c/source/common/utrie.cpp", 62 "//third_party/icu/icu4c/source/common/cwchar.cpp", 63 "//third_party/icu/icu4c/source/common/bytestriebuilder.cpp", 64 "//third_party/icu/icu4c/source/common/umapfile.cpp", 65 "//third_party/icu/icu4c/source/common/uenum.cpp", [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | BUILD.gn | 44 "access_object_stub_builder.cpp", 45 "aot_compilation_env.cpp", 46 "aot_compiler_preprocessor.cpp", 47 "aot_compiler_stats.cpp", 48 "argument_accessor.cpp", 49 "array_bounds_check_elimination.cpp", 50 "assembler/aarch64/assembler_aarch64.cpp", 51 "assembler/aarch64/extend_assembler.cpp", 52 "assembler/aarch64/macro_assembler_aarch64.cpp", 53 "assembler/x64/assembler_x64.cpp", [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/canary/cpp/ |
| D | BUILD.gn | 30 sources = [ "canary.cpp" ] 42 input_file = "$abckit_root/include/cpp/headers/graph.h" 43 extension = "cpp" 49 input_file = "$abckit_root/include/cpp/headers/core/import_descriptor_impl.h" 50 extension = "cpp" 55 input_file = "$abckit_root/include/cpp/headers/core/function.h" 56 extension = "cpp" 61 input_file = "$abckit_root/include/cpp/headers/core/function_impl.h" 62 extension = "cpp" 67 input_file = "$abckit_root/include/cpp/headers/core/class_impl.h" [all …]
|
| /arkcompiler/ets_runtime/ |
| D | BUILD.gn | 258 "ecmascript/builtins/builtins_collator.cpp", 259 "ecmascript/builtins/builtins_date_time_format.cpp", 260 "ecmascript/builtins/builtins_displaynames.cpp", 261 "ecmascript/builtins/builtins_intl.cpp", 262 "ecmascript/builtins/builtins_list_format.cpp", 263 "ecmascript/builtins/builtins_locale.cpp", 264 "ecmascript/builtins/builtins_number_format.cpp", 265 "ecmascript/builtins/builtins_plural_rules.cpp", 266 "ecmascript/builtins/builtins_relative_time_format.cpp", 267 "ecmascript/builtins/builtins_segment_iterator.cpp", [all …]
|
| /arkcompiler/runtime_core/gn/ark-third-party/icu/ |
| D | BUILD.gn | 33 [ "$ark_root/ark-third-party/icu/icu4c/source/stubdata/stubdata.cpp" ] 57 "$ark_root/ark-third-party/icu/icu4c/source/common/ubiditransform.cpp", 58 "$ark_root/ark-third-party/icu/icu4c/source/common/locutil.cpp", 59 "$ark_root/ark-third-party/icu/icu4c/source/common/cstring.cpp", 60 "$ark_root/ark-third-party/icu/icu4c/source/common/rbbiscan.cpp", 61 "$ark_root/ark-third-party/icu/icu4c/source/common/utrie.cpp", 62 "$ark_root/ark-third-party/icu/icu4c/source/common/cwchar.cpp", 63 "$ark_root/ark-third-party/icu/icu4c/source/common/bytestriebuilder.cpp", 64 "$ark_root/ark-third-party/icu/icu4c/source/common/umapfile.cpp", 65 "$ark_root/ark-third-party/icu/icu4c/source/common/uenum.cpp", [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | CMakeLists.txt | 24 assert_gc_scope.cpp 25 bridge/bridge.cpp 26 entrypoints/entrypoints.cpp 27 exceptions.cpp 28 class_linker.cpp 29 class_linker_extension.cpp 30 class_initializer.cpp 31 tooling/debugger.cpp 32 tooling/evaluation/expression_loader.cpp 33 tooling/pt_default_lang_extension.cpp [all …]
|
| D | BUILD.gn | 125 "arch/asm_support.cpp", 126 "assert_gc_scope.cpp", 127 "bridge/bridge.cpp", 128 "cframe.cpp", 129 "cha.cpp", 130 "class.cpp", 131 "class_helper.cpp", 132 "class_initializer.cpp", 133 "class_linker.cpp", 134 "class_linker_extension.cpp", [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | CMakeLists.txt | 17 ${ETS_EXT_SOURCES}/ets_annotation.cpp 18 ${ETS_EXT_SOURCES}/ets_class_linker.cpp 19 ${ETS_EXT_SOURCES}/ets_class_linker_extension.cpp 20 ${ETS_EXT_SOURCES}/ets_exceptions.cpp 21 ${ETS_EXT_SOURCES}/ets_language_context.cpp 22 ${ETS_EXT_SOURCES}/ets_napi_env.cpp 23 ${ETS_EXT_SOURCES}/ets_native_library.cpp 24 ${ETS_EXT_SOURCES}/ets_native_library_provider.cpp 25 ${ETS_EXT_SOURCES}/ets_runtime_interface.cpp 26 ${ETS_EXT_SOURCES}/ets_vm.cpp [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/ |
| D | BUILD.gn | 83 "cpp/tests/cpp_test_dynamic_js", 213 "cpp/tests/cpp_test_dynamic", 468 "mock/abckit_api_mock.cpp", 469 "mock/abckit_values_mock.cpp", 470 "mock/arkts_inspect_api_impl_mock.cpp", 471 "mock/arkts_modify_api_impl_mock.cpp", 472 "mock/check_mock.cpp", 473 "mock/graph_api_impl_mock.cpp", 474 "mock/isa_api_dynamic_impl_mock.cpp", 475 "mock/isa_api_static_impl_mock.cpp", [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/ |
| D | BUILD.gn | 71 src_libcglowerer = [ "src/be/lower.cpp" ] 74 "src/be/becommon.cpp", 75 "src/be/switch_lowerer.cpp", 79 "src/cg/aarch64/aarch64_targetinfo.cpp", 80 "src/cg/aarch64/aarch64_abi.cpp", 81 "src/cg/aarch64/aarch64_call_conv.cpp", 82 "src/cg/aarch64/aarch64_cfi_generator.cpp", 83 "src/cg/aarch64/aarch64_cgfunc.cpp", 84 "src/cg/aarch64/aarch64_emitter.cpp", 85 "src/cg/aarch64/aarch64_obj_emitter.cpp", [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | CMakeLists.txt | 21 ${PANDA_ROOT}/libpandabase/mem/arena_allocator.cpp 22 ${PANDA_ROOT}/libpandabase/mem/base_mem_stats.cpp 23 ${PANDA_ROOT}/libpandabase/mem/pool_map.cpp 24 ${PANDA_ROOT}/libpandabase/os/time.cpp 25 ${PANDA_ROOT}/libpandabase/utils/json_builder.cpp 26 ${PANDA_ROOT}/libpandabase/utils/json_parser.cpp 27 ${PANDA_ROOT}/libpandabase/utils/time.cpp 28 ${PANDA_ROOT}/libpandabase/utils/type_converter.cpp 29 ${PANDA_ROOT}/libpandabase/utils/utf.cpp 33 ${PANDA_ROOT}/libpandabase/mem/alloc_tracker.cpp [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | CMakeLists.txt | 15 CPP_SOURCES ast_builder_test.cpp 19 CPP_SOURCES es2panda_public_test.cpp 23 CPP_SOURCES ast_verifier_short_test.cpp 27 CPP_SOURCES ast_verifier_private_protected_public_access_correct_test.cpp 31 CPP_SOURCES ast_verifier_private_access_negative_test_1_4.cpp 35 CPP_SOURCES ast_verifier_private_access_negative_test_5_7.cpp 39 CPP_SOURCES ast_verifier_protected_access_correct_test.cpp 43 CPP_SOURCES ast_verifier_protected_access_negative_test_1_3.cpp 47 CPP_SOURCES ast_verifier_protected_access_negative_test_4_6.cpp 51 CPP_SOURCES ast_verifier_reference_typeannotation_test.cpp [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | CMakeLists.txt | 19 connection/endpoint_base.cpp 20 connection/event_loop.cpp 21 connection/server_endpoint_base.cpp 22 debug_info_cache.cpp 23 debuggable_thread.cpp 24 error.cpp 25 evaluation/conditions_storage.cpp 26 evaluation/evaluation_engine.cpp 27 init.cpp 28 inspector.cpp [all …]
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | BUILD.gn | 22 "arch_test.cpp", 23 "arena_allocator_test.cpp", 24 "base_mem_stats_test.cpp", 25 "base_thread_test.cpp", 26 "bit_vector_test.cpp", 27 "cframe_layout_test.cpp", 28 "code_allocator_test.cpp", 29 "json_parser_test.cpp", 30 "math_helpers_test.cpp", 31 "mem_space_test.cpp", [all …]
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | CMakeLists.txt | 18 abc_type_convert.cpp 19 abc_opcode_convert.cpp 20 abc_inst_convert.cpp 21 abc2program_compiler.cpp 22 abc2program_driver.cpp 23 abc2program_key_data.cpp 24 abc2program_log.cpp 25 abc2program_options.cpp 26 abc_class_processor.cpp 27 abc_code_processor.cpp [all …]
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | verification.gni | 17 "$ark_root/verification/type/type_system.cpp", 18 "$ark_root/verification/type/type_type.cpp", 24 "$ark_root/verification/cflow/cflow_check.cpp", 25 "$ark_root/verification/cflow/cflow_common.cpp", 26 "$ark_root/verification/cflow/cflow_info.cpp", 32 "$ark_root/verification/absint/abs_int_inl.cpp", 33 "$ark_root/verification/absint/absint.cpp", 37 "$ark_root/verification/config/config_load.cpp", 38 "$ark_root/verification/config/context/context.cpp", 39 "$ark_root/verification/config/debug_breakpoint/breakpoint.cpp", [all …]
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | BUILD.gn | 76 "$ark_root/libpandabase/mem/arena_allocator.cpp", 77 "$ark_root/libpandabase/mem/base_mem_stats.cpp", 78 "$ark_root/libpandabase/mem/code_allocator.cpp", 79 "$ark_root/libpandabase/mem/mem_config.cpp", 80 "$ark_root/libpandabase/mem/pool_manager.cpp", 81 "$ark_root/libpandabase/mem/pool_map.cpp", 82 "$ark_root/libpandabase/os/filesystem.cpp", 83 "$ark_root/libpandabase/os/mutex.cpp", 84 "$ark_root/libpandabase/os/native_stack.cpp", 85 "$ark_root/libpandabase/os/stacktrace_stub.cpp", [all …]
|