Home
last modified time | relevance | path

Searched full:associated (Results 1 – 25 of 68) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Delf_types.h59 #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/
Daot_resolve_string.md5 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;
Descape_analysis.md78 materialize instructions associated with field
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DSyncPrimitives.sts109 * 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/
Daot_resolve_string.md5 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/
Dcatch.sts20 - Catch identifier that provides access to the object associated with the error thrown; and
Dspec_example.sts19 - Catch identifier that provides access to the object associated with the error thrown; and
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dstacktrace.plantuml23 StackPrinter -> "~/proc~/self~/maps": ReadVma (read used libraries and associated addresses)
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dnative_pointer.h24 // Use for the requirement of ACE that wants to associated a registered C++ resource with a JSObjec…
/arkcompiler/runtime_core/docs/diagrams/
Dstacktrace.pusequence23 StackPrinter -> "~/proc~/self~/maps": ReadVma (read used libraries and associated addresses)
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h80 * 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/
Dzip_archive.h85 * 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/
Djs_job_queue.h31 * This class represents a JS callback associated with the ETS function object: void()
/arkcompiler/ets_runtime/ecmascript/
Djs_native_pointer.h28 // Used for the requirement of ACE that wants to associated a registered C++ resource with a JSObje…
Djs_generator_object.cpp96 …// 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/
Dmonitor.yaml73 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/
Dets_sync_primitives.h202 * 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/
Dcoroutines.md10 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/
DasyncFunctionBuilder.cpp29 // invokes the DirectReturn method, the EmitReturn needs to be associated with a valid node in DirectReturn()
/arkcompiler/ets_frontend/es2panda/typescript/types/
Dtype.h128 binder::Variable *variable_; // Variable associated with the type if any in TYPE_MAPPING()
/arkcompiler/ets_frontend/arkguard/src/utils/
DCommonCollections.ts32 …// When the module is compiled, call this function to clear the collections associated with proper…
DTypeUtils.ts111 * Retrieves the symbol associated with the declaration site of the given symbol.
/arkcompiler/jsvm/interface/kits/
Djsvm.h590 …* @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/
Dfunction.h157 …std::vector<Property> properties_ {}; // own property, Attributes associated with con…
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlive_registers.h96 // Each LifeIntervalsTreeNode stores intervals covering the mid point associated with a node, these…

123