Home
last modified time | relevance | path

Searched full:represent (Results 1 – 25 of 90) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DDataView.sts81 * Read bytes as they represent given type
90 * Sets bytes as they represent given type
98 * Read bytes as they represent given type
107 * Sets bytes as they represent given type
149 * Read bytes as they represent given type
158 * Sets bytes as they represent given type
166 * Read bytes as they represent given type
175 * Sets bytes as they represent given type
217 * Read bytes as they represent given type
226 * Sets bytes as they represent given type
[all …]
DNumber.sts19 * `Number` values represent floating-point numbers like 6 or -3.14
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DDataView.sts.j298 * Read bytes as they represent given type
107 * Sets bytes as they represent given type
117 * Read bytes as they represent given type
126 * Sets bytes as they represent given type
135 * Sets bytes as they represent given type
148 * Sets bytes as they represent given type
161 * Read bytes as they represent given type
175 * Read bytes as they represent given type
/arkcompiler/jsvm/interface/kits/
Djsvm_types.h62 * @brief To represent a JavaScript VM instance.
69 * @brief To represent a JavaScript VM scope.
76 * @brief To represent a JavaScript VM environment scope.
83 * @brief To represent a JavaScript code.
90 * @brief To represent a JavaScript VM instance.
97 * @brief To represent a JavaScript profiler.
104 * @brief To represent a JavaScript VM environment.
111 * @brief To represent a JavaScript Data type.
118 * @brief To represent a JavaScript value references.
125 * @brief To represent a JavaScript VM handle scope.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/
Dimplements_same_interface_with_diferent_parameters_1.sts18 …rs if a class is at the same time a subtype of two interface types that represent different instan…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
DREADME.md89 Types (`self_type`, `ret_type`) represent ArkTS types in ArkTS grammar:
110 json file format can't represent all possible values, including `undefined`, `NaN`, `Infinity`, inc…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_weak_reference.h26 /// @class EtsWeakReference represent std.core.WeakRef class
Dets_finalizable_weak_ref.h28 /// @class EtsWeakReference represent std.core.FinalizableWeakRef class
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/replace_call_site/
DREADME.md3 Suppose that we use annotation to represent call-site replacement info:
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/replace_call_site/
DREADME.md3 Suppose that we use annotation to represent call-site replacement info:
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmetadata_layout.h30 // DataRefOffset aims to represent a reference to data in maple file, which is already an offset.
69 …// MethodFieldRef aims to represent a reference to fields/methods in maple file, which is already …
124 // GctibRef aims to represent a reference to gctib in maple file, which is an offset by default.
155 // MByteRef is meant to represent a reference to data defined in maple file. It is a direct referen…
/arkcompiler/ets_runtime/ecmascript/mem/
Drset_worklist_handler.h82 …* This value represent whether there are some items to process, this is set to true in Initialize …
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D2_lexical.rst36 represent text in sequences of 16-bit code units.
414 The following character sequences represent operators and punctuators:
492 Integer literals represent numbers that do not have a decimal point or
616 *Floating-point literals* represent decimal numbers and consist of a
692 ``BigInt`` literals represent integer numbers with unlimited number of digits.
721 Strings that represent numbers or any integer values can be converted to
834 Normally, characters in ``string`` literals represent themselves. However,
838 Escape sequences can represent graphic characters within a ``string`` literal,
/arkcompiler/runtime_core/static_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md27 …t graph with regular edges that represent interference, it is built affinity edges of the graph. A…
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md27 …t graph with regular edges that represent interference, it is built affinity edges of the graph. A…
/arkcompiler/runtime_core/static_core/libpandafile/
Dliteral_data_accessor.h29 // For example, JAVA could use it to represent Array of Integer
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dobject.cpp28 constexpr size_t LITERAL_OBJECT_COMMON_ITEM_GROUP_LEN = 4; // Every 4 elements represent a set of …
29 constexpr size_t LITERAL_OBJECT_METHOD_ITEM_GROUP_LEN = 6; // Every 6 elements represent a set of …
/arkcompiler/runtime_core/libpandafile/
Dliteral_data_accessor.h29 // For example, JAVA could use it to represent Array of Integer
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dtask_time_stats.h65 * example one string can represent statistics for one unique TaskProperties.
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dcollection_set.h25 /// Represent a set of regions grouped by type.
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md9 …g/wiki/Finite-state_machine) (FSM)). Wires that connect two state gates represent possible state t…
45 …ion and garbage collection (generating stack maps). Secondary types can represent categories of po…
71 * HIR instructions represent language-related computational process, which usually correspond to th…
190 | not used | represent case value for `SWITCH_CASE` and not used for `DEFAULT_CASE` |
233 … Currently, there is only one type of auxiliary gates, which is used to represent multiple memory …
483 This instruction is used to represent an argument of the function.
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_optimized_stubs-inl.h43 … // c. If the code units at index (k +1) and (k + 2) within string do not represent hexadecimal in DecodePercentEncoding()
98 …// iii. If the code units at index (k+1) and (k + 2) within string do not represent hexadecimal di… in DecodePercentEncoding()
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h99 // Assures the bits are enough to represent all builtin stubs.
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
Dinstanceof_object_jsvalue-expected.txt1 TypeError: Right-hand side of instanceof expression must represent a type. [instanceof_object_jsval…
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp91 resultSize = 2; // 2: 2 means that two bytes represent a character string in NextInternal()

1234