Searched full:these (Results 1 – 25 of 106) sorted by relevance
12345
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 14 These checks prevent unintended/unexpected access from one method to another. 21 These checks eliminate calls of methods with incorrect `this`, wrong access to arrays, etc. 25 These checks performed to check correctness of context on exception handler entry. 41 These checks help to detect issues with unintended truncation/overflow/underflow etc. 45 These checks help in some cases detect out-of-bounds access type of errors in static.
|
| /arkcompiler/runtime_core/docs/ |
| D | cfi_directives.md | 7 `CFI` (**Call Frame Information**) is a subset of these debug symbols which is responsible for corr… 25 So we should explicitly mark these stack slots with help of `CFI` directives. 38 These bridges return control flow to code which has not called them.
|
| D | 2022-08-18-isa-changelog.md | 15 …ep the many old isa as "deprecated"-prefixed opcodes (for compatibility). These prefixed opcode wi… 39 As we use 16-bit to encode methodId, stringId and literalarrayId, the number of these Ids in one me…
|
| D | runtime-debug-api.md | 29 [`tooling::Debugger`](../runtime/tooling/debugger.h) subscribes to these events and notificates deb…
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | condition.cpp | 39 // These operators are expressed via cmp instructions and the following in Compile() 42 // the goal of this method is to merge these two sequences of instructions. in Compile()
|
| D | iterators.h | 71 // These 3 regs must be allocated continuously
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 49 …onsible for storing PLT-slots containing references. It also provides methods to iterate over these 53 updated only if `StringTable` was updated during GC, because both these structures are referencing …
|
| D | reg_alloc_graph_coloring_doc.md | 20 …uential numbering) in order <caller-saved, callee-saved>. In fact because these values with call-s… 38 …d” with preferred colors. And on stage of coloring it is tried to satisfy these hints if possible.… 55 …ng interval is performed. All nodes at the moment are assigned by colors, these colors are remappe…
|
| D | lowering_doc.md | 20 …h the instruction with a constant as an operand, if the architecture supports these instructions. 21 The encoder is used for these
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | gc_barrier.h | 78 * Runtime should provide these parameters: 94 * Runtime should provide these parameters: 119 * Runtime should provide these parameters:
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | toolchain.gni | 98 # has to be repeated in each toolchain to define these two tools. These
|
| D | gcc_toolchain.gni | 47 # When invoking this toolchain not as the default one, these args will be 103 # Bring these into our scope for string interpolation with default values. 161 # These library switches can apply to all tools below. 441 # These two are really entirely generic, but have to be repeated in
|
| D | cc_wrapper.gni | 23 # these versions don't support -Xclang. (3.1.10 and later will silently
|
| /arkcompiler/runtime_core/irtoc/ |
| D | CMakeLists.txt | 20 # These variables will be used in the IRtoC frontend and backend. 22 # we need to use these variables to determine irtoc folders.
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-do-while.js | 37 TODO: fix these cases
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | g1gc-gc-activity.puactivity | 21 We can use these metrics for selection:
|
| /arkcompiler/toolchain/build/config/sanitizers/ |
| D | sanitizers.gni | 242 # Use these lists of configs to disable instrumenting code that is part of a 245 # removing these lists does not have any effect if use_libfuzzer or use_afl are 264 # the binary is. For these, only remove non-ASan sanitizer instrumentation.
|
| /arkcompiler/runtime_core/runtime/ |
| D | monitor.h | 187 // These are two lists, which are linked with nextThread 188 // Be careful when changing these two lists to other types, or changing List implementation,
|
| /arkcompiler/runtime_core/cmake/ |
| D | README.md | 12 These steps will create libraries and some debug targets (if you have installed additional librarie…
|
| D | Testing.cmake | 60 # paths is specified in INCLUDE_DIRS, these paths will be added as include
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | irtoc.rb | 59 …# to remove all these methods after script is done. Because further scripts should not see macros,… 102 # generated files between these parallel runs
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | relocator.h | 66 // These accessors and mutators are identical to those defined for ELF32
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 27 …* save/restore registers before calling native functions. These intrinsics pushes caller saved reg…
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_resolver.h | 44 * SaveStateInst's inputs were split between these users then SaveStateInst should be copied in
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | method_properties.cpp | 73 * Thus there is no sense in supporting compact prologue for these targets. in MethodProperties()
|
12345