Searched full:associated (Results 1 – 25 of 59) sorted by relevance
123
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | elf_types.h | 59 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ 72 #define STT_SECTION 3 /* Symbol associated with a section */ 115 uint16_t st_shndx; /* Associated section index */ 117 uint64_t st_size; /* Associated symbol size */
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | aot_resolve_string.md | 5 loads a value from a slot associated with a string and checks if that value is valid pointer. If it… 28 saved into the associated PLT-slot;
|
| D | escape_analysis.md | 78 materialize instructions associated with field
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 5 loads a value from a slot associated with a string and checks if that value is valid pointer. If it… 28 saved into the associated PLT-slot;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/15.try_statements/01.catch_clauses/ |
| D | catch.sts | 20 - Catch identifier that provides access to the object associated with the error thrown; and
|
| D | spec_example.sts | 19 - Catch identifier that provides access to the object associated with the error thrown; and
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | native_pointer.h | 24 // Use for the requirement of ACE that wants to associated a registered C++ resource with a JSObjec…
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | stacktrace.plantuml | 23 StackPrinter -> "~/proc~/self~/maps": ReadVma (read used libraries and associated addresses)
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | stacktrace.pusequence | 23 StackPrinter -> "~/proc~/self~/maps": ReadVma (read used libraries and associated addresses)
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_occur.cpp | 19 /* The methods associated with the data structures that represent occurrences and work candidates f…
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 80 * Close archive opened with OpenArchive, releasing internal resources associated with it. 94 * Close archive opened with OpenArchiveFile, releasing internal resources associated with it.
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | CommonCollections.ts | 29 …// When the module is compiled, call this function to clear the collections associated with proper…
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | zip_archive.h | 84 * Close archive opened with OpenArchive, releasing internal resources associated with it. 98 * Close archive opened with OpenArchiveFile, releasing internal resources associated with it.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_native_pointer.h | 26 // Used for the requirement of ACE that wants to associated a registered C++ resource with a JSObje…
|
| D | js_generator_object.cpp | 97 …// b.Once a generator enters the completed state it never leaves it and its associated executi… in GeneratorResumeAbrupt() 98 …// never resumed. Any execution state associated with generator can be discarded at this poi… in GeneratorResumeAbrupt()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 73 is associated with a monitor, each monitor has a counter that allows to control access to 163 Check panda.IllegalMonitorStateException on monitorexit when a monitor associated with 195 Check panda.IllegalMonitorStateException on monitorexit when a monitor associated with
|
| /arkcompiler/runtime_core/static_core/docs/coroutines/ |
| D | coroutines.md | 10 Coroutine class contains state and the associated Promise object (which will be fulfilled by the en… 16 * promise - the promise associated with the coroutine and returned by 'launch' instruction. 118 Implementation of `put` gets the associated JS instance of Promise (or creates a new one) and conne… 126 // Get associated JS Promise instance 177 ETS object and the objects should be associated. 377 When `bar` is finised it resolves the associated promise and the coroutine gets terminated.
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | asyncFunctionBuilder.cpp | 29 // invokes the DirectReturn method, the EmitReturn needs to be associated with a valid node in DirectReturn()
|
| D | asyncGeneratorFunctionBuilder.cpp | 68 // the DirectReturn method, the EmitReturn needs to be associated with a valid node in DirectReturn()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 8_statements.rst | 690 - Every case expression type associated with a ``switch`` statement is 695 associated with the ``switch`` statement is of type ``enum``. 697 - No two case expressions associated with the ``switch`` statement have 700 - No case expression associated with the ``switch`` statement is ``null``. 884 - A *catch identifier* that provides access to the object associated with
|
| D | 11_enums.rst | 22 associated set of named constants that define its possible values:
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | type.h | 128 binder::Variable *variable_; // Variable associated with the type if any in TYPE_MAPPING()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | live_registers.h | 96 // Each LifeIntervalsTreeNode stores intervals covering the mid point associated with a node, these…
|
| /arkcompiler/toolchain/build/config/compiler/ |
| D | BUILD.gn | 251 # categories here, add it to the associated file to keep this shared config 458 # categories here, add it to the associated file to keep this shared config
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_coroutine.cpp | 89 …<< " has completed, but the associated promise has been already collected by the GC. Exception thr… in RequestCompletion()
|
123