Home
last modified time | relevance | path

Searched full:depends (Results 1 – 25 of 181) sorted by relevance

12345678

/arkcompiler/runtime_core/static_core/compiler/cmake/
Dbenchmark_coverage.cmake14 add_custom_target(benchmark_coverage DEPENDS benchmark_coverage_arm64 benchmark_coverage_x86_64 ben…
17 add_custom_target(benchmark_coverage_arm64 DEPENDS benchmark_coverage_arm64_aot benchmark_coverage_…
18 add_custom_target(benchmark_coverage_arm64_aot DEPENDS benchmark_coverage_arm64_aot pandasm paoc)
19 add_custom_target(benchmark_coverage_arm64_jit DEPENDS benchmark_coverage_arm64_jit pandasm paoc)
20 add_custom_target(benchmark_coverage_arm64_osr DEPENDS benchmark_coverage_arm64_osr pandasm paoc)
23 add_custom_target(benchmark_coverage_x86_64 DEPENDS benchmark_coverage_x86_64_aot benchmark_coverag…
24 add_custom_target(benchmark_coverage_x86_64_aot DEPENDS benchmark_coverage_x86_64_aot pandasm paoc)
25 add_custom_target(benchmark_coverage_x86_64_jit DEPENDS benchmark_coverage_x86_64_jit pandasm paoc)
28 add_custom_target(benchmark_coverage_arm DEPENDS benchmark_coverage_arm_jit)
29 add_custom_target(benchmark_coverage_arm_jit DEPENDS benchmark_coverage_arm_jit pandasm paoc)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/
DCMakeLists.txt26 DEPENDS .venv
39 DEPENDS .venv ${CMAKE_CURRENT_SOURCE_DIR}/pyproject.toml
44 DEPENDS poetry.lock pyproject.toml
51 DEPENDS ${PROJECT_NAME}_deps
64 DEPENDS ${PROJECT_NAME}_deps
71 DEPENDS ${PROJECT_NAME}_deps
77 DEPENDS
94 DEPENDS
/arkcompiler/runtime_core/static_core/plugins/ets/tests/equals/
DCMakeLists.txt37 DEPENDS etsstdlib
47 DEPENDS etsstdlib
57 DEPENDS etsstdlib
68 DEPENDS etsstdlib
80 DEPENDS etsstdlib
92 DEPENDS etsstdlib
129 DEPENDS etsstdlib
139 DEPENDS ets_equals_${ARG_FILE}-verify)
/arkcompiler/runtime_core/static_core/libpandabase/
DLibpandabasePostPlugins.cmake21 DEPENDS ${LOGGER_GENERATOR} ${LOGGER_CORE_FILE} plugin_options_merge
23 add_custom_target(logger_yaml_gen DEPENDS ${LOGGER_FILE})
43 add_custom_target(logger_gen_${OUTPUT_FILENAME} DEPENDS ${OUTPUT})
65 add_custom_target(source_language_gen DEPENDS ${SOURCE_LANGUAGE_H})
76 add_custom_target(plugins_regmasks_gen DEPENDS ${PLUGINS_REGMASKS_INL})
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/
Dreference_type_dependence_2.sts18 …ert: An interface I depends on a reference type T if any of the following is true. I directly depe…
Dreference_type_dependence_1.sts18 assert: An interface I depends on a reference type T if any of the following is true. I directly de…
Dreference_type_dependence_0.sts18 assert: An interface I depends on a reference type T if any of the following is true. I directly de…
/arkcompiler/runtime_core/static_core/plugins/ets/cmake/
Dets_package.cmake90DEPENDS ${PANDA_BINARY_ROOT}/plugins/ets/etsstdlib.abc ${es2panda_target} ${ARG_ETS_SOURCES}
106DEPENDS ${PANDA_BINARY_ROOT}/plugins/ets/etsstdlib.abc ${es2panda_target} ${ETS_SOURCE}
118 DEPENDS ark_link ${ABC_FILES}
127 DEPENDS verifier ${PANDA_BINARY_ROOT}/plugins/ets/etsstdlib.abc ${OUTPUT_ABC}
135 DEPENDS ${PANDA_BINARY_ROOT}/plugins/ets/etsstdlib.abc ${ARG_ABC_FILE}
147 DEPENDS ${OUTPUT_ABC}
157 DEPENDS ${OUTPUT_ZIP}
159 add_custom_target(${TARGET}-zip DEPENDS ${RELEASE_ZIP})
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/
DCMakeLists.txt55 DEPENDS ${es2panda_target}
72 DEPENDS ark etsstdlib sampler_es2panda
78 DEPENDS sampler_run_${c_arg}_${i_arg} ${aspt_converter_target}
84 DEPENDS sampler_run_aspt_converter_${c_arg}_${i_arg}
94 DEPENDS sampler_run_false_cpp ${aspt_converter_target}
100 DEPENDS sampler_run_aspt_converter_module_dump_mode
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/src/arkts_playground/routers/
Dcompile_run.py19 from fastapi import APIRouter, Depends
33 runner: Annotated[Runner, Depends(get_runner)]) -> CompileResponse:
47 runner: Annotated[Runner, Depends(get_runner)]) -> RunResponse:
60 async def get_versions(runner: Annotated[Runner, Depends(get_runner)]) -> VersionsResponse:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/lookup_by_name/
DCMakeLists.txt43 DEPENDS etsstdlib
53 DEPENDS etsstdlib
65 DEPENDS etsstdlib
78 DEPENDS etsstdlib
116 DEPENDS etsstdlib
126 DEPENDS ets_lookup_by_name_${ARG_FILE}-verify)
/arkcompiler/runtime_core/static_core/compiler/
DCompilerOptionsPostPlugins.cmake20 DEPENDS ${COMPILER_YAML_FILES}
22 add_custom_target(compiler_options_merge DEPENDS ${GEN_COMPILER_OPTIONS_YAML})
31 add_custom_target(compiler_options DEPENDS ${COMPILER_OPTIONS_GEN_H})
DCompilerInstTemplatesPostPlugins.cmake20 DEPENDS ${INST_TEMPLATES_YAML_FILES}
22 add_custom_target(inst_templates_merge DEPENDS ${INST_TEMPLATES_GEN_YAML})
/arkcompiler/runtime_core/static_core/cmake/
DPostPlugins.cmake20 DEPENDS ${YAML_FILES}
22 add_custom_target(plugin_options_merge DEPENDS ${GEN_PLUGIN_OPTIONS_YAML})
37 DEPENDS ${PLUGIN_FILES}
46 add_custom_target(${plugin_target} DEPENDS ${PLUGINS_BINARY_DIR}/${plugin_file})
DPandaAssembly.cmake77 DEPENDS ${assembler_target} "${source_file}")
79 add_custom_target(${ARG_TARGET} DEPENDS "${binary_file}")
103 # [DEPENDS <dependency>...]
139 # DEPENDS
174 …set(multiValues DEPENDS RUNTIME_OPTIONS COMPILER_OPTIONS ENTRY_ARGUMENTS PRLIMIT_OPTIONS ADDITIONA…
219 DEPENDS ${assembler} "${ARG_FILE}")
298 DEPENDS ${aot_compile_depends})
300 DEPENDS ${ARG_TARGET}-compile-aot)
324 DEPENDS ${aot_compiler} "${binary_file}" compiler_stats_dir)
370 DEPENDS ${panda_cli} "${binary_file}" ${aot_file})
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/templates/
DBytecodeOptPostPlugins.cmake24 add_custom_target(bytecode_optimizer_codegen_visitors_inc DEPENDS
38 add_custom_target(bytecode_optimizer_reg_encoder_visitors_inc DEPENDS
52 add_custom_target(bytecode_optimizer_codegen_intrinsics_cpp DEPENDS
/arkcompiler/runtime_core/libpandabase/
DLibpandabasePostPlugins.cmake21 DEPENDS ${LOGGER_GENERATOR} ${LOGGER_CORE_FILE} plugin_options_merge
23 add_custom_target(logger_yaml_gen DEPENDS ${LOGGER_FILE})
43 add_custom_target(logger_gen_${OUTPUT_FILENAME} DEPENDS ${OUTPUT})
/arkcompiler/runtime_core/cmake/
DPandaAssembly.cmake77 DEPENDS ${assembler_target} "${source_file}")
79 add_custom_target(${ARG_TARGET} DEPENDS "${binary_file}")
101 # [DEPENDS <dependency>...]
136 # DEPENDS
165 …set(multiValues DEPENDS RUNTIME_OPTIONS COMPILER_OPTIONS ENTRY_ARGUMENTS PRLIMIT_OPTIONS ADDITIONA…
210 DEPENDS ${assembler} "${ARG_FILE}")
284 DEPENDS ${aot_compile_depends})
308 DEPENDS ${aot_compiler} "${binary_file}" compiler_stats_dir)
350 DEPENDS ${panda_cli} ${panda_stdlib} "${binary_file}" ${aot_file})
371 # [DEPENDS <dependency>...]
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/sampler/
DCMakeLists.txt65 DEPENDS ${es2panda_target}
83 DEPENDS ark etsstdlib sampler_etsnapi_es2panda
89 DEPENDS sampler_etsnapi_run_${c_arg}_${i_arg} ${aspt_converter_target}
95 DEPENDS sampler_etsnapi_run_aspt_convertor_${c_arg}_${i_arg}
/arkcompiler/runtime_core/static_core/plugins/ets/tests/
DCMakeLists.txt55 DEPENDS mock_stdlib
92 DEPENDS ${ABC_APP_TARGET} ${FIRST_ABC_APP_TARGET}
98 DEPENDS ${dependencies}
122 DEPENDS verifier etsstdlib ${ABC_TARGET}
187 DEPENDS ark etsstdlib ${ABC_TARGET}
196 DEPENDS ark etsstdlib ${ABC_TARGET}
263 DEPENDS ark etsstdlib ${ABC_TARGET}
301 DEPENDS ark etsstdlib ${ABC_TARGET}
324 DEPENDS ark_aot etsstdlib ${ABC_TARGET}
365 DEPENDS ark etsstdlib ${TARGET_AOT}
[all …]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/templates/
DBytecodeOptPostPlugins.cmake24 add_custom_target(bytecode_optimizer_codegen_visitors_inc DEPENDS
38 add_custom_target(bytecode_optimizer_reg_encoder_visitors_inc DEPENDS
52 add_custom_target(bytecode_optimizer_codegen_intrinsics_cpp DEPENDS
/arkcompiler/runtime_core/static_core/libllvmbackend/
DLLVMBackendPostPlugins.cmake25 add_custom_target(llvmbackend_emit_intrinsic_gen DEPENDS
48 add_custom_target(llvmbackend_ir_constructor_gen DEPENDS
72 add_custom_target(llvmbackend_get_intrinsic_id_gen DEPENDS
DCMakeLists.txt97 DEPENDS ${PIPELINE_CFG}
99 add_custom_target(llvmbackend_pipeline_gen DEPENDS ${PIPELINE_CFG} ${PIPELINE_GEN_INC})
109 DEPENDS ${PIPELINE_IRTOC_CFG}
111 add_custom_target(llvmbackend_pipeline_irtoc_gen DEPENDS ${PIPELINE_IRTOC_CFG} ${PIPELINE_IRTOC_GEN…
128 add_custom_target(llvmbackend_options_gen DEPENDS ${OPTIONS_GEN_H})
193 add_custom_target(llvmbackend_logger_components_gen DEPENDS ${LOGGER_COMPONENTS_GEN_H})
/arkcompiler/runtime_core/static_core/runtime/
DRuntimeOptionsPostPlugins.cmake20 DEPENDS ${RUNTIME_YAML_FILES}
22 add_custom_target(runtime_options_merge DEPENDS ${GEN_RUNTIME_OPTIONS_YAML})
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/
DCMakeLists.txt125 DEPENDS es2panda declgen_ets2ts ${ETS_SOURCE} ${ARKTSCONFIG}
131 DEPENDS ${ABC_PATH} ${DECL_PATH}
170 DEPENDS es2panda ark_link ${ABC_TARGETS} ${ARKTSCONFIG} ${COPIED_TS_SOURCES} ${DECL_FILES}
173 DEPENDS ${JS_FILES}
182 DEPENDS ark_link ${ABC_TARGETS} ${ABC_FILES}
185 DEPENDS ${LIB_LINKED_ABC}
213 DEPENDS ${DECL_ACTUAL} ${DECL_EXPECTED}

12345678