Home
last modified time | relevance | path

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

123

/arkcompiler/toolchain/websocket/
DBUILD.gn26 defines = []
28 defines += [
33 defines += [ "WINDOWS_PLATFORM" ]
35 defines += [
40 defines += [
45 defines += [
50 defines += [ "UNIX_PLATFORM" ]
54 defines += [
60 defines += [
67 defines += [ "PANDA_TARGET_X86" ]
[all …]
/arkcompiler/toolchain/
DBUILD.gn18 defines = [ "PANDA_ENABLE_LTO" ]
35 defines += [
45 defines += [
51 defines += [
56 defines += [
62 defines += [
67 defines += [
72 defines += [ "PANDA_TARGET_MOBILE" ]
82 defines += [ "NDEBUG" ]
87 defines = []
[all …]
/arkcompiler/toolchain/inspector/
DBUILD.gn29 defines = []
31 defines += [
36 defines += [ "WINDOWS_PLATFORM" ]
38 defines += [
43 defines += [
48 defines += [
53 defines += [ "UNIX_PLATFORM" ]
85 defines = []
88 defines += [ "ACE_LOG_TAG=\"ArkDebugger\"" ]
/arkcompiler/runtime_core/
DBUILD.gn103 defines = [ "PANDA_TARGET_MOBILE_WITH_MANAGED_LIBS=1" ]
106 defines += [
114 defines += [
122 defines += [
129 defines += [
136 defines += [
143 defines += [
150 defines += [ "NDEBUG" ]
184 defines += [ "PANDA_ENABLE_RELAYOUT_PROFILE" ]
201 defines += [ "PANDA_TARGET_ARM32_ABI_SOFT=1" ]
[all …]
/arkcompiler/ets_runtime/
DBUILD.gn184 defines = []
186 defines += [
193 defines += [
198 defines += [ "ECMASCRIPT_SUPPORT_DEBUGGER" ]
236 defines = [ "ENABLE_HILOG" ]
243 defines = [ "PANDA_ENABLE_LTO" ]
265 defines += [ "PANDA_USE_MUSL" ]
270 defines += [ "IS_PUBLIC_VERSION" ]
274 defines += [
284 defines += [
[all …]
/arkcompiler/runtime_core/irtoc/scripts/
Dallocation.irt60 Intrinsic(:UNREACHABLE).void if defines.DEBUG
62 call_runtime_save_all(Constants::WRITE_TLAB_STATS_NO_BRIDGE, size).void if defines.DEBUG
63 if defines.__SANITIZE_ADDRESS__ || defines.__SANITIZE_THREAD__
117 Intrinsic(:UNREACHABLE).void if defines.DEBUG
119 call_runtime_save_all(Constants::WRITE_TLAB_STATS_NO_BRIDGE, size).void if defines.DEBUG
120 if defines.__SANITIZE_ADDRESS__ || defines.__SANITIZE_THREAD__
Dcheck_cast.irt47 Intrinsic(:UNREACHABLE).ptr if defines.DEBUG
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h219 /* Aarch64 Instruction MOVZ Field Defines
222 Aarch64 Instruction MOVN Field Defines
225 Aarch64 Instruction MOVK Field Defines
233 /* Aarch64 Instruction AddImm Field Defines
236 Aarch64 Instruction AddShift Field Defines
239 Aarch64 Instruction AddExtend Field Defines
253 Aarch64 Instruction OrrImm Field Defines
256 Aarch64 Instruction ORRShift Field Defines
269 Aarch64 Instruction CSEL Field Defines
272 Aarch64 Instruction CSET Field Defines
[all …]
/arkcompiler/toolchain/tooling/
DBUILD.gn83 defines = [ "ENABLE_HILOG" ]
88 defines = [ "ENABLE_HILOG" ]
94 defines += [
135 defines = [ "DEBUGGER_TEST" ]
139 defines += [ "ENABLE_HILOG" ]
/arkcompiler/toolchain/connect_server/
DBUILD.gn18 defines = []
25 defines += [
/arkcompiler/runtime_core/runtime/asm_defines/
Ddefines_generator.rb26 defines = data.scan /"\^\^(\w+) [#\$]?([-+]?\d+)\^\^"/
29 defines.sort_by(&:first).each do |define|
DBUILD.gn21 sources = [ "defines.cpp" ]
/arkcompiler/toolchain/build/config/compiler/
DBUILD.gn26 defines = [ "_HAS_EXCEPTIONS=1" ]
43 defines = [ "_HAS_EXCEPTIONS=0" ]
/arkcompiler/runtime_core/cross_values/
Dcross_values_generator.rb31 defines = data.scan /"\^\^(\w+) [#\$]?([-+]?\d+)\^\^"/
35 defines.sort_by(&:first).each do |define|
/arkcompiler/toolchain/tooling/test/
DBUILD.gn106 defines = [ "DEBUGGER_ABC_DIR=\"${test_abc_dir}/\"" ]
110 defines += [ "ENABLE_HILOG" ]
149 defines = [ "DEBUGGER_TEST_LIBRARY=\"libdebugger_entry.so\"" ]
/arkcompiler/runtime_core/gn/build/toolchain/
DBUILD.gn54 …command = "$cc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} ${extra_cppf…
63 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} ${extra_cp…
72 …command = "$asm -MMD -MF $depfile {{defines}} {{include_dirs}} {{asmflags}} ${extra_asmflags} -c {…
/arkcompiler/ets_frontend/merge_abc/
DBUILD.gn188 defines = [ "PANDA_TARGET_LINUX" ]
190 defines = [ "PANDA_TARGET_MACOS" ]
192 defines = [ "PANDA_TARGET_WINDOWS" ]
/arkcompiler/runtime_core/libpandafile/
DBUILD.gn30 defines = [ "ENABLE_FULL_FILE_FIELDS" ]
36 defines = [ "SUPPORT_KNOWN_EXCEPTION" ]
/arkcompiler/toolchain/build/toolchain/
Dclang_static_analyzer.gni14 # Defines the configuration of Clang static analysis tools.
Dcc_wrapper.gni14 # Defines the configuration of cc wrapper
/arkcompiler/runtime_core/irtoc/lang/
Doptions.rb46 defines = self.definitions.split(':')
48 defines.each do |define|
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h50 // Helper defines for double
68 // help defines for random
/arkcompiler/runtime_core/plugins/ecmascript/
DBUILD.gn31 defines = [ "PANDA_WITH_ECMASCRIPT" ]
/arkcompiler/runtime_core/assembler/
Ddefine.h19 /* Implementation-specific defines */
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
DBUILD.gn76 defines = [

123