Home
last modified time | relevance | path

Searched full:builds (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/toolchain/build/config/sanitizers/
Dsanitizers.gni98 # 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/
DBUILDCONFIG.gn48 # 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/
Dtoolchain.gni29 # 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/
DREADME.md5 * tsc(TypeScript compiler) automatically builds the AST for us
/arkcompiler/runtime_core/gn/build/
Dfixup-third-party.sh21 # In case of ARK standalone builds, all GN build files for third party
/arkcompiler/runtime_core/libpandafile/
Dmethod_data_accessor-inl.h111 // 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()
Dfield_data_accessor-inl.h48 // which fails Release builds for GCC 8 and 9. in GetValue()
57 // which fails Release builds for GCC 8 and 9. in GetValue()
Dhelpers.h184 // which fails Release builds for GCC 8 and 9. in GetOptionalTaggedValue()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Drpo.h29 * This class builds blocks list for reverse postorder traversal.
Ddominators_tree.h27 * This class builds dominators tree, using Lengauer-Tarjan algorithm
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.yaml93 description: Generate symbols for compiled methods (always true in debug builds)
/arkcompiler/runtime_core/cmake/
DSanitizers.cmake50 …message(FATAL_ERROR "GCC gives false positives in release builds with ASAN or UBSAN, please use cl…
DClangTidy.cmake26 # TODO (runtime): Remove this when enable tidy on qemu builds.
DDefinitions.cmake100 # For this reason we disable global register variables usage for clang debug builds as
/arkcompiler/runtime_core/verification/verifier/
Doptions.yaml113 …Default means using malloc for Release, and panda allocators for Debug builds. If we use malloc, w…
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md53 - Generate symbols for compiled methods (always true in debug builds).
Dreg_alloc_graph_coloring_doc.md32 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/
Dspill_fills_resolver.h41 * Iterating over this table `SpillFillsResolver` builds non-conflict chains of spill-fills.
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp86 …* In debug builds this function allowes or disallowes proceeding with actual logging (i.e. creatin…
/arkcompiler/runtime_core/
DCMakeLists.txt343 # slow builds, etc. If you want some coupling, you might want to make benchmarks
/arkcompiler/runtime_core/runtime/
Doptions.yaml507 …description: Default means using malloc for Release, and panda allocators for Debug builds. If we …
DCMakeLists.txt765 # ResolveField are extremely slow (that lead to timeout in arm32 debug builds).
/arkcompiler/runtime_core/docs/
Dir_format.md243 **RPO** builds blocks list for reverse post-order traversal. In RPO iteration, a BasicBlock is visi…
Druntime-compiled_code-interaction.md92 Generaly compiled function builds the stack frame in prolog and releases it in epilog. If a compile…