Home
last modified time | relevance | path

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

12345678910>>...17

/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/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.
Daot_on_device.md12 … than files under /system, consider that we can use pgo file to recompile these system abcs on dev…
14 Otherwise, we have several abc files in boot-panda-files. On device, some of these files maybe in b…
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/tests/vm-benchmarks/
Dinterop.readme.md30 - if **abc | zip** files are found, VMB will assume these are precompiled binaries (or archives of …
69 #### The class **must** expose these public methods:
80 #### The class **may also** expose these public properties or methods
85 These properties indicate that VMB would expect iterations to be timed in this particular class (op…
89 JS benchmark file is relatively free in structure, except for these two limitations:
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/
DannotationDecl_bad_type.ets23 … annotation field type. Only numeric, boolean, string, enum, or arrays of these types are permitte…
24 … annotation field type. Only numeric, boolean, string, enum, or arrays of these types are permitte…
/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/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/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/04.record_utility_type/
Drec3.ets20 constructed from these types, and literals of these types.
Drec2.ets20 constructed from these types, and literals of these types.
/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/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/static_core/tests/vm-benchmarks/examples/benchmarks/interop/
Dreadme.md8 # these tests could also be run on js platforms
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/07.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/taihe/test/ani_namespace/author/src/
Dtest5namespace5.impl.cpp25 // because these macros are auto-generate, lint will cause false positive.
/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/plugins/ets/playground/backend/
D.gitignore31 # Usually these files are written by a python script from a template
87 # For a library or package, you might want to ignore these files since the code is
/arkcompiler/runtime_core/static_core/runtime/fibers/
Dfiber_context.h42 * These functions allow the user to:
46 * None of these functions performs any system calls to the OS kernel.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/12.adding_functionality_to_existing_types/
Dextension_functions_array.ets21 These cases test array support.

12345678910>>...17