Home
last modified time | relevance | path

Searched full:defines (Results 1 – 25 of 182) sorted by relevance

12345678

/arkcompiler/toolchain/
DBUILD.gn17 defines = []
19 defines += [ "ENABLE_DUMP_IN_FAULTLOG" ]
22 defines += [ "ENABLE_BYTRACE" ]
26 defines += [ "ENABLE_HITRACE" ]
29 defines += [ "ENABLE_HILOG" ]
37 defines = []
39 defines += [
44 defines += [
49 defines += [ "WINDOWS_PLATFORM" ]
52 defines += [
[all …]
/arkcompiler/runtime_core/static_core/
DBUILD.gn130 defines = [ "PANDA_TARGET_MOBILE_WITH_MANAGED_LIBS=1" ]
132 defines += [ "PANDA_COMPILER_ENABLE" ]
135 defines += [ "PANDA_TARGET_EMULATOR" ]
139 defines += [ "PANDA_LLVM_IRTOC" ]
141 defines += [ "PANDA_LLVM_INTERPRETER" ]
144 defines += [ "PANDA_LLVM_FASTPATH" ]
148 defines += [ "PANDA_LLVM_AOT" ]
152 defines += [ "PANDA_TARGET_OHOS" ]
157 defines += [
164 defines += [ "PANDA_WITH_IRTOC" ]
[all …]
/arkcompiler/runtime_core/
DBUILD.gn124 defines = [ "PANDA_TARGET_MOBILE_WITH_MANAGED_LIBS=1" ]
127 defines += [
135 defines += [
143 defines += [
150 defines += [
157 defines += [
166 defines += [
173 defines += [
180 defines += [
187 defines += [ "PANDA_TARGET_ARKUI_X" ]
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
DBUILD.gn37 defines = []
77 defines += [ "USE_VIXL_ARM32" ]
88 defines += [ "USE_VIXL_ARM64" ]
94 defines += [ "VIXL_CODE_BUFFER_MALLOC" ]
96 defines += [ "VIXL_CODE_BUFFER_MMAP" ]
129 defines = []
167 defines = [ "USE_VIXL_ARM32" ]
177 defines = [ "USE_VIXL_ARM64" ]
184 defines += [ "VIXL_CODE_BUFFER_MALLOC" ]
186 defines += [ "VIXL_CODE_BUFFER_MMAP" ]
/arkcompiler/runtime_core/libpandafile/
DBUILD.gn24 defines = []
26 defines += [ "ENABLE_FULL_FILE_FIELDS" ]
30 defines += [ "FATAL_AS_ERROR" ]
36 defines = [ "PANDA_ENABLE_DATA_PROTECT" ]
41 defines = [ "SUPPORT_KNOWN_EXCEPTION" ]
52 defines = []
54 defines += [ "ENABLE_FULL_FILE_FIELDS" ]
57 defines += [ "FATAL_AS_ERROR" ]
/arkcompiler/ets_runtime/
DBUILD.gn259 defines = []
261 defines += [ "ENABLE_DUMP_IN_FAULTLOG" ]
264 defines += [ "ENABLE_BYTRACE" ]
268 defines += [ "ENABLE_HITRACE" ]
271 defines += [ "ENABLE_HILOG" ]
274 defines += [ "ENABLE_HISYSEVENT" ]
277 defines += [ "ENABLE_UNWINDER" ]
286 defines = [ "PANDA_ENABLE_LTO" ]
289 defines += [ "STANDALONE_MODE" ]
326 defines += [ "PANDA_USE_MUSL" ]
[all …]
Djs_runtime_config.gni200 defines = [ "STUB_AN_FILE=\"${stub_an_file_path}\"" ]
203 defines += [ "ENABLE_POSTFORK_FORCEEXPAND" ]
237 defines += [ "ENABLE_FFRT_INTERFACES" ]
253 defines += [ "ENABLE_QOS" ]
260 defines += [
269 defines += [ "STANDALONE_MODE" ]
274 defines += [ "JIT_ENABLE_CODE_SIGN" ]
277 defines += [ "JIT_FORT_DISABLE" ]
297 defines += [ "ECMASCRIPT_ENABLE_GC_DFX_OPTIONS" ]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h220 /* Aarch64 Instruction MOVZ Field Defines
223 Aarch64 Instruction MOVN Field Defines
226 Aarch64 Instruction MOVK Field Defines
234 /* Aarch64 Instruction AddImm Field Defines
237 Aarch64 Instruction AddShift Field Defines
240 Aarch64 Instruction AddExtend Field Defines
254 Aarch64 Instruction OrrImm Field Defines
257 Aarch64 Instruction ORRShift Field Defines
270 Aarch64 Instruction CSEL Field Defines
273 Aarch64 Instruction CSET Field Defines
[all …]
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dallocation.irt66 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG
68 Intrinsic(:WRITE_TLAB_STATS_SAFE, start, size, Cast(-1).u64).void if defines.DEBUG
69 if defines.__SANITIZE_ADDRESS__ || defines.__SANITIZE_THREAD__
124 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG
126 Intrinsic(:WRITE_TLAB_STATS_SAFE, start, size, Cast(-1).u64).void if defines.DEBUG
127 if defines.__SANITIZE_ADDRESS__ || defines.__SANITIZE_THREAD__
/arkcompiler/toolchain/build/third_party_gn/musl/
Dmusl_template.gni162 defines = [ "BROKEN_VFP_ASM" ]
163 defines += [ "FEATURE_ATEXIT_CB_PROTECT" ]
166 defines += [
175 defines += [ "ENABLE_MUSL_LOG" ]
201 defines = []
210 defines = [
215 defines += [
222 defines += [
232 defines += [ "COMPONENT_BUILD" ]
319 defines = [ "CRT" ]
[all …]
/arkcompiler/toolchain/tooling/
DBUILD.gn64 defines = []
76 defines += [ "ENABLE_FFRT_INTERFACES" ]
88 defines += [
140 defines = [ "OHOS_UNIT_TEST" ]
/arkcompiler/toolchain/build/config/mac/
DBUILD.gn38 # (defines are passed via the command line, and build system rebuild things
40 defines = [ "CR_XCODE_VERSION=$xcode_version" ]
42 defines += [
90 defines = [ "__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0" ]
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.rb20 DEFINES = Hash.new() constant
34 data.defines.each do |define|
36 Signatures::DEFINES[define.ref] = define
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Danno2.txt60 An example of such extensions is ArkUI that defines its own set of specific
69 The declaration above defines the name and, optionally, the string literal that
72 A language extension commonly defines a list of exported *plugin-defined
/arkcompiler/toolchain/inspector/
DBUILD.gn18 defines = []
47 defines += [ "ENABLE_FFRT_INTERFACES" ]
76 defines = []
/arkcompiler/ets_frontend/ets2panda/linter/
DREADME.md45 `--deveco-plugin-mode` - this options defines special mode to launch from IDE and should NOT be use…
47 `--project-folder <path>` - defines path to folder with TypeScript sources and subfolders which lin…
49 `-p, --project <path>` - defines path to TS project configuration file (commonly known as tsconfig.…
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerservice_unit/
DBUILD.gn47 defines = []
51 defines += [ "CODE_SIGN_ENABLE" ]
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/compilerinterfacestub_fuzzer/
DBUILD.gn45 defines = []
49 defines += [ "CODE_SIGN_ENABLE" ]
/arkcompiler/runtime_core/static_core/runtime/asm_defines/
Ddefines_generator.rb26 defines = data.scan /"\^\^(\w+) [#\$]?([-+]?\d+)\^\^"/
29 defines.sort_by(&:first).each do |define|
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/
DBUILD.gn45 defines = []
49 defines += [ "CODE_SIGN_ENABLE" ]
/arkcompiler/runtime_core/disassembler/tests/
DBUILD.gn152 defines = [ "GRAPH_TEST_ABC_DIR=\"${test_abc_dir}/\"" ]
166 defines = [ "GRAPH_TEST_ABC_DIR=\"${test_abc_dir}/\"" ]
180 defines = [ "GRAPH_TEST_ABC_DIR=\"${test_abc_dir}/\"" ]
194 defines = [ "GRAPH_TEST_ABC_DIR=\"${test_abc_dir}/\"" ]
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerimpl_unit/
DBUILD.gn48 defines = []
52 defines += [ "CODE_SIGN_ENABLE" ]
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
DBUILD.gn48 defines = []
52 defines += [ "CODE_SIGN_ENABLE" ]
/arkcompiler/runtime_core/static_core/cross_values/
Dcross_values_generator.rb32 defines = data.scan /"\^\^(\w+) [#\$]?([-+]?\d+)\^\^"/
36 defines.sort_by(&:first).each do |define|
/arkcompiler/toolchain/build/config/ohos/
DBUILD.gn25 defines = [ "HAVE_SYS_UIO_H" ]
37 defines = [

12345678