Searched full:represent (Results 1 – 25 of 81) sorted by relevance
1234
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | DataView.ets | 82 * Read bytes as they represent given type 91 * Read bytes as they represent given type 100 * Sets bytes as they represent given type 108 * Sets bytes as they represent given type 139 * Read bytes as they represent given type 148 * Read bytes as they represent given type 157 * Sets bytes as they represent given type 165 * Sets bytes as they represent given type 196 * Read bytes as they represent given type 205 * Read bytes as they represent given type [all …]
|
| D | Number.ets | 19 * `Number` values represent floating-point numbers like 6 or -3.14
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | DataView.ets.j2 | 94 * Read bytes as they represent given type 103 * Read bytes as they represent given type 112 * Sets bytes as they represent given type 120 * Sets bytes as they represent given type 129 * Sets bytes as they represent given type 138 * Sets bytes as they represent given type 151 * Read bytes as they represent given type 161 * Read bytes as they represent given type
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | metadata_layout.h | 30 // 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/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_weak_reference.h | 22 /// @class EtsWeakReference represent std.core.WeakRef class
|
| /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/static_core/plugins/ets/doc/spec/ |
| D | 2_lexical.rst | 346 The following character sequences represent operators and punctuators: 416 *Integer literals* represent numbers that do not have a decimal point or 517 *Floating-point literals* represent decimal numbers and consist of a 587 *BigInt* literals represent integer numbers with unlimited number of digits. 613 Strings that represent numbers or any integer values can be converted to 712 Normally, characters in *string* literals represent themselves. However, 716 Escape sequences can represent graphic characters within a *string* literal,
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | reg_alloc_graph_coloring_doc.md | 27 …t graph with regular edges that represent interference, it is built affinity edges of the graph. A…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | reg_alloc_graph_coloring_doc.md | 27 …t graph with regular edges that represent interference, it is built affinity edges of the graph. A…
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | literal_data_accessor.h | 29 // For example, JAVA could use it to represent Array of Integer
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | literal_data_accessor.h | 29 // For example, JAVA could use it to represent Array of Integer
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | collection_set.h | 25 /// Represent a set of regions grouped by type.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 9 …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/base/ |
| D | builtins_base.h | 62 // Assures the bits are enough to represent all builtin stubs.
|
| /arkcompiler/toolchain/build/config/ |
| D | BUILDCONFIG.gn | 107 # Variables like "is_..." are already used to represent for
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string_iterator.cpp | 91 resultSize = 2; // 2: 2 means that two bytes represent a character string in NextInternal()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | glossary.md | 20 used to represent input program and usually designed for analysis and optimization.
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 20 used to represent input program and usually designed for analysis and optimization.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | ssa_tab.h | 28 // represent the SSA table
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | serialize_data.h | 27 // 0x00~0x03 represent new object to different space:
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.h | 29 * It is used to represent variables of integral types according to their size
|
| /arkcompiler/runtime_core/static_core/ |
| D | LICENSE | 44 represent, as a whole, an original work of authorship. For the purposes
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 44 represent, as a whole, an original work of authorship. For the purposes
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 44 represent, as a whole, an original work of authorship. For the purposes
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | LICENSE.txt | 44 represent, as a whole, an original work of authorship. For the purposes
|
1234