Home
last modified time | relevance | path

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

12345678910

/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/ets_frontend/
DBUILD.gn35 defines = [ "PANDA_TARGET_MOBILE_WITH_MANAGED_LIBS=1" ]
38 defines += [
46 defines += [
54 defines += [
61 defines += [
68 defines += [
77 defines += [
84 defines += [
91 defines += [
98 defines += [ "PANDA_TARGET_ARKUI_X" ]
[all …]
/arkcompiler/runtime_core/static_core/
DBUILD.gn162 defines = [ "PANDA_TARGET_MOBILE_WITH_MANAGED_LIBS=1" ]
164 defines += [ "PANDA_COMPILER_ENABLE" ]
167 defines += [ "PANDA_TARGET_EMULATOR" ]
171 defines += [ "PANDA_LLVM_IRTOC" ]
173 defines += [ "PANDA_LLVM_INTERPRETER" ]
176 defines += [ "PANDA_LLVM_FASTPATH" ]
180 defines += [ "PANDA_LLVM_AOT" ]
184 defines += [ "PANDA_TARGET_OHOS" ]
188 defines += [
195 defines += [ "PANDA_WITH_IRTOC" ]
[all …]
/arkcompiler/ets_runtime/common_components/
DBUILD.gn117 defines = []
121 defines += [ "ARK_HYBRID" ]
130 defines += [ "PANDA_JS_ETS_HYBRID_MODE" ]
138 defines = [ "PANDA_ENABLE_LTO" ]
141 defines += [ "USE_CMC_GC" ]
143 defines += [ "ENABLE_COLD_STARTUP_GC_POLICY" ]
150 defines += [ "STANDALONE_MODE" ]
154 defines += [ "NEXT_OPTIMIZATION_MACRO" ]
208 defines += [ "PANDA_USE_MUSL" ]
212 defines += [ "IS_PUBLIC_VERSION" ]
[all …]
/arkcompiler/runtime_core/
DBUILD.gn128 defines = [ "PANDA_TARGET_MOBILE_WITH_MANAGED_LIBS=1" ]
131 defines += [
139 defines += [
147 defines += [
154 defines += [
161 defines += [
170 defines += [
177 defines += [
184 defines += [
191 defines += [ "PANDA_TARGET_ARKUI_X" ]
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
DBUILD.gn41 defines = []
86 defines += [ "USE_VIXL_ARM32" ]
97 defines += [ "USE_VIXL_ARM64" ]
103 defines += [ "VIXL_CODE_BUFFER_MALLOC" ]
105 defines += [ "VIXL_CODE_BUFFER_MMAP" ]
141 defines = []
179 defines = [ "USE_VIXL_ARM32" ]
189 defines = [ "USE_VIXL_ARM64" ]
196 defines += [ "VIXL_CODE_BUFFER_MALLOC" ]
198 defines += [ "VIXL_CODE_BUFFER_MMAP" ]
/arkcompiler/runtime_core/libpandafile/
DBUILD.gn24 defines = []
26 defines += [ "ENABLE_FULL_FILE_FIELDS" ]
51 defines = [ "ERROR_AS_FATAL" ]
53 defines += [ "ENABLE_FULL_FILE_FIELDS" ]
59 defines = [ "PANDA_ENABLE_DATA_PROTECT" ]
64 defines = [ "SUPPORT_KNOWN_EXCEPTION" ]
75 defines = []
77 defines += [ "ENABLE_FULL_FILE_FIELDS" ]
80 defines += [ "FATAL_AS_ERROR" ]
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dallocation.irt71 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG
73 Intrinsic(:WRITE_TLAB_STATS_SAFE, start, size, Cast(-1).u64).void if defines.DEBUG
74 if defines.__SANITIZE_ADDRESS__ || defines.__SANITIZE_THREAD__
129 Intrinsic(:UNREACHABLE).Terminator.void if defines.DEBUG
131 Intrinsic(:WRITE_TLAB_STATS_SAFE, start, size, Cast(-1).u64).void if defines.DEBUG
132 if defines.__SANITIZE_ADDRESS__ || defines.__SANITIZE_THREAD__
/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/ets_runtime/
DBUILD.gn312 defines = []
316 defines += [ "ARK_HYBRID" ]
325 defines += [ "PANDA_JS_ETS_HYBRID_MODE" ]
369 defines = []
371 defines += [ "ENABLE_DUMP_IN_FAULTLOG" ]
374 defines += [ "ENABLE_BYTRACE" ]
378 defines += [ "ENABLE_HITRACE" ]
381 defines += [ "ENABLE_HILOG" ]
384 defines += [
390 defines += [ "ENABLE_UNWINDER" ]
[all …]
Djs_runtime_config.gni247 defines = [ "STUB_AN_FILE=\"${stub_an_file_path}\"" ]
250 defines += [ "ENABLE_POSTFORK_FORCEEXPAND" ]
279 defines += [ "ENABLE_FFRT_INTERFACES" ]
295 defines += [
304 defines += [ "STANDALONE_MODE" ]
309 defines += [ "JIT_ENABLE_CODE_SIGN" ]
312 defines += [ "JIT_FORT_DISABLE" ]
332 defines += [ "ECMASCRIPT_ENABLE_GC_DFX_OPTIONS" ]
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har/src/main/ets/workers/
DWorker.ets21 …* Defines the event handler to be called when the worker thread receives a message sent by the hos…
33 …* Defines the event handler to be called when the worker receives a message that cannot be deseria…
42 * Defines the event handler to be called when an exception occurs during worker execution.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har1/src/main/ets/workers/
DWorkers.ets21 …* Defines the event handler to be called when the worker thread receives a message sent by the hos…
33 …* Defines the event handler to be called when the worker receives a message that cannot be deseria…
42 * Defines the event handler to be called when an exception occurs during worker execution.
/arkcompiler/runtime_core/arkplatform/
DBUILD.gn36 defines = []
60 defines += [ "NDEBUG" ]
65 defines += [ "__SANITIZE_ADDRESS__" ]
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/entry/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har1/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/entry/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_har/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_hsp/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har1/src/test/
DLocalUnit.test.ets20 // Defines a test suite. Two parameters are supported: test suite name and test suite function.
40 …// Defines a test case. This API supports three parameters: test case name, filter parameter, and …
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.

12345678910