Searched full:associated (Results 1 – 25 of 68) 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/static_core/plugins/ets/stdlib/std/core/ |
| D | SyncPrimitives.sts | 109 * Unblocks ONE suspended coroutine associated with this CondVar, if it exists. 118 * Unblocks ALL suspended coroutine associated with this CondVar.
|
| /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/docs/diagrams/ |
| D | stacktrace.plantuml | 23 StackPrinter -> "~/proc~/self~/maps": ReadVma (read used libraries and associated addresses)
|
| /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/docs/diagrams/ |
| D | stacktrace.pusequence | 23 StackPrinter -> "~/proc~/self~/maps": ReadVma (read used libraries and associated addresses)
|
| /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/runtime_core/static_core/libziparchive/ |
| D | zip_archive.h | 85 * Close archive opened with OpenArchive, releasing internal resources associated with it. 99 * Close archive opened with OpenArchiveFile, releasing internal resources associated with it.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_job_queue.h | 31 * This class represents a JS callback associated with the ETS function object: void()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_native_pointer.h | 28 // Used for the requirement of ACE that wants to associated a registered C++ resource with a JSObje…
|
| D | js_generator_object.cpp | 96 …// b.Once a generator enters the completed state it never leaves it and its associated executi… in GeneratorResumeAbrupt() 97 …// 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/plugins/ets/runtime/types/ |
| D | ets_sync_primitives.h | 202 * Unblocks ONE suspended coroutine associated with this CondVar, if it exists. 209 * Unblocks ALL suspended coroutine associated with this CondVar.
|
| /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()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | type.h | 128 binder::Variable *variable_; // Variable associated with the type if any in TYPE_MAPPING()
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | CommonCollections.ts | 32 …// When the module is compiled, call this function to clear the collections associated with proper…
|
| D | TypeUtils.ts | 111 * Retrieves the symbol associated with the declaration site of the given symbol.
|
| /arkcompiler/jsvm/interface/kits/ |
| D | jsvm.h | 590 …* @brief This API retrieves data that was previously associated with the currently running JSVM en… 594 …* @param data: The data item that was previously associated with the currently running JSVM enviro… 627 * @param msg: C string representing the text to be associated with the error. 638 * @param msg: C string representing the text to be associated with the error. 649 * @param msg: C string representing the text to be associated with the error. 660 * @param msg: C string representing the text to be associated with the error. 682 …* @param code: Optional JSVM_Value with the string for the error code to be associated with the er… 694 …* @param code: Optional JSVM_Value with the string for the error code to be associated with the er… 706 …* @param code: Optional JSVM_Value with the string for the error code to be associated with the er… 718 …* @param code: Optional JSVM_Value with the string for the error code to be associated with the er… [all …]
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | function.h | 157 …std::vector<Property> properties_ {}; // own property, Attributes associated with con…
|
| /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…
|
123