Searched full:builds (Results 1 – 24 of 24) sorted by relevance
| /arkcompiler/toolchain/build/config/sanitizers/ |
| D | sanitizers.gni | 98 # Helper variable for testing builds with disabled libfuzzer. 205 # MSan only links Chrome properly in release builds (brettw -- 9/1/2015). The 214 # without having people accidentally get broken builds by compiling an 222 "MSan currently only works on 64-bit Linux and ChromeOS builds.")
|
| /arkcompiler/toolchain/build/config/ |
| D | BUILDCONFIG.gn | 48 # Debug build. Enabling official builds automatically sets is_debug to false. 108 "ohos builds are only supported on Linux and Mac hosts.")
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | toolchain.gni | 29 # with the build. Used on iOS to ship official builds (as they are built 67 "Using Xcode's clang is only supported in iOS builds")
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | README.md | 5 * tsc(TypeScript compiler) automatically builds the AST for us
|
| /arkcompiler/runtime_core/gn/build/ |
| D | fixup-third-party.sh | 21 # In case of ARK standalone builds, all GN build files for third party
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | method_data_accessor-inl.h | 111 // which fails Release builds for GCC 8 and 9. in GetCodeId() 123 // which fails Release builds for GCC 8 and 9. in GetSourceLang() 260 // which fails Release builds for GCC 8 and 9. in GetParamAnnotationId()
|
| D | field_data_accessor-inl.h | 48 // which fails Release builds for GCC 8 and 9. in GetValue() 57 // which fails Release builds for GCC 8 and 9. in GetValue()
|
| D | helpers.h | 184 // which fails Release builds for GCC 8 and 9. in GetOptionalTaggedValue()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | rpo.h | 29 * This class builds blocks list for reverse postorder traversal.
|
| D | dominators_tree.h | 27 * This class builds dominators tree, using Lengauer-Tarjan algorithm
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.yaml | 93 description: Generate symbols for compiled methods (always true in debug builds)
|
| /arkcompiler/runtime_core/cmake/ |
| D | Sanitizers.cmake | 50 …message(FATAL_ERROR "GCC gives false positives in release builds with ASAN or UBSAN, please use cl…
|
| D | ClangTidy.cmake | 26 # TODO (runtime): Remove this when enable tidy on qemu builds.
|
| D | Definitions.cmake | 100 # For this reason we disable global register variables usage for clang debug builds as
|
| /arkcompiler/runtime_core/verification/verifier/ |
| D | options.yaml | 113 …Default means using malloc for Release, and panda allocators for Debug builds. If we use malloc, w…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | paoc.md | 53 - Generate symbols for compiled methods (always true in debug builds).
|
| D | reg_alloc_graph_coloring_doc.md | 32 PEO on chordal graph always builds a clique, so it always color consequently nodes of the same cliq…
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.h | 41 * Iterating over this table `SpillFillsResolver` builds non-conflict chains of spill-fills.
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.cpp | 86 …* In debug builds this function allowes or disallowes proceeding with actual logging (i.e. creatin…
|
| /arkcompiler/runtime_core/ |
| D | CMakeLists.txt | 343 # slow builds, etc. If you want some coupling, you might want to make benchmarks
|
| /arkcompiler/runtime_core/runtime/ |
| D | options.yaml | 507 …description: Default means using malloc for Release, and panda allocators for Debug builds. If we …
|
| D | CMakeLists.txt | 765 # ResolveField are extremely slow (that lead to timeout in arm32 debug builds).
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 243 **RPO** builds blocks list for reverse post-order traversal. In RPO iteration, a BasicBlock is visi…
|
| D | runtime-compiled_code-interaction.md | 92 Generaly compiled function builds the stack frame in prolog and releases it in epilog. If a compile…
|