Home
last modified time | relevance | path

Searched full:these (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dabsint_checks.md14 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/
Dabsint_checks.md14 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/
Dcfi_directives.md7 `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.
Dtask_manager.md11 It is some limited by time task, which has these properties:
65 Has these states:
/arkcompiler/runtime_core/docs/
Dcfi_directives.md7 `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/
Dcheck_resolver.h29 * 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/
Drecipe152.md8 and ``Function.call``. These APIs are needed in the standard library to
12 Thus these functions are excessive.
Drecipe79.md8 if specified. As ArkTS does not support these types, omit type annotations.
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_logging.h42 // 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/
D2022-08-18-isa-changelog.md15 …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/
Dinlining.md13 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…
Daot_resolve_string.md49 …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/
Dconfig.gni30 # Using a separate declare_args block for only these arguments, so that
78 # # a "bin" directory inside of these.
/arkcompiler/toolchain/build/config/
DBUILD.gn79 # 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/
Dcondition.cpp39 // 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/
Daot_resolve_string.md49 …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/
Dfiber_context.h40 * These functions allow the user to:
44 * None of these functions performs any system calls to the OS kernel.
/arkcompiler/toolchain/build/toolchain/
Dtoolchain.gni85 # 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/
Dexported_grouped_declarations.params.yaml14 --- # 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/
Dgensettings.py27 are set by selected lang, but for some platforms these defaults needs
/arkcompiler/toolchain/build/toolchain/mac/
DBUILD.gn53 # 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/
Dgc_barrier.h78 * 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/
Dcce_2.sts18 A runtime error (ClassCastError) occurs during these conversion
Dpos_2.sts18 A runtime error (ClassCastError) occurs during these conversion
Dcce_3.sts18 A runtime error (ClassCastError) occurs during these conversion

12345678910>>...13