Searched full:these (Results 1 – 25 of 324) sorted by relevance
12345678910>>...13
| /arkcompiler/runtime_core/static_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/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/static_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 | task_manager.md | 11 It is some limited by time task, which has these properties: 65 Has these states:
|
| /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.
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | check_resolver.h | 29 * and ZeroCheck, because the throws of these checks will be embedded in their 31 * For the sake of saving ROM size, we can delete these check-instructions. Besides, 38 * However, these LenArray that are generated from asm lenarr should be keeped, as they
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe152.md | 8 and ``Function.call``. These APIs are needed in the standard library to 12 Thus these functions are excessive.
|
| D | recipe79.md | 8 if specified. As ArkTS does not support these types, omit type annotations.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_logging.h | 42 // Level 0 (DBG) - These are messages for debugging purposes, used by the 45 // Level 1 (LOG) - These are log messages, also for helping the developer in 48 // Level 2 (INFO) - These provide information that are of general usefulness in 51 // Level 3 (WARN) - These provide warning messages. 53 // Level 4 (ERR) - These provide error messages. 55 // Level 5 (FATAL) - These indicate errors of such severity that the program r
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| 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…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | inlining.md | 13 Inlining of these instructions has two main difference: method resolving and guards. 71 We should protect all devirtualized call sites with CHA by special guards. In short, these guards c… 80 dependent methods. Then we set special `ShouldDeoptimize` flag in the frame of these dependent meth…
|
| 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 …
|
| /arkcompiler/toolchain/build/config/aosp/ |
| D | config.gni | 30 # Using a separate declare_args block for only these arguments, so that 78 # # a "bin" directory inside of these.
|
| /arkcompiler/toolchain/build/config/ |
| D | BUILD.gn | 79 # These libraries are needed for Windows UWP (i.e. store apps). 85 # These libraries are not compatible with Windows UWP (i.e. store apps.)
|
| /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()
|
| /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 …
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/ |
| D | fiber_context.h | 40 * These functions allow the user to: 44 * None of these functions performs any system calls to the OS kernel.
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | toolchain.gni | 85 # has to be repeated in each toolchain to define these two tools. These
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/08.top-level_declarations/01.exported_declarations/ |
| D | exported_grouped_declarations.params.yaml | 14 --- # Declarations that are grouped into a list. These cannot be used as top level declarations
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | gensettings.py | 27 are set by selected lang, but for some platforms these defaults needs
|
| /arkcompiler/toolchain/build/toolchain/mac/ |
| D | BUILD.gn | 53 # When invoking this toolchain not as the default one, these args will be 83 # supply for these values are to force-disable them. 119 # Make these apply to all tools below. 195 # These variables are not built into GN but are helpers that implement 305 # These two are really entirely generic, but have to be repeated in
|
| /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/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.narrowing_reference_casting_conversions/ |
| D | cce_2.sts | 18 A runtime error (ClassCastError) occurs during these conversion
|
| D | pos_2.sts | 18 A runtime error (ClassCastError) occurs during these conversion
|
| D | cce_3.sts | 18 A runtime error (ClassCastError) occurs during these conversion
|
12345678910>>...13