Home
last modified time | relevance | path

Searched full:meaning (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md167 1. All virtual registers are "tagged", meaning that they contain both the payload and additional
Drationale-for-bytecode.md36 hardware world: the terms "operations", "operands", "registers" and "stack" have the same meaning.
Dfile_format.md103 | `tag_value` | `uint8_t` | The first 8 bits contain tag which determines the meaning of…
175 | `ACC_SUPER` | `0x0020` | No special meaning, exists for compatibility |
Ddoxygen.config245 # will allow you to use the command class in the itcl::class meaning.
1695 # following commands have a special meaning inside the header: $title,
2444 # explaining the meaning of the various boxes and arrows in the dot generated
/arkcompiler/runtime_core/compiler/docs/
Dplt.md118 …filled with zeroes and after resolving they both store `Class pointer`, but have different meaning.
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml23 not mandatory meaning.
Dinst.h889 /* IsBuiltin actual meaning would be "it MAY be inlined by the CG"
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3089 key.Update(properties->Get(fieldOrder * 2)); // 2: Meaning to double in CreateObjectClass()
3093 if (properties->Get(fieldOrder * 2 + 1).IsAccessor()) { // 2: Meaning to double in CreateObjectClass()
3125 if (properties->Get(fieldOffset * 2 + 1).IsAccessor()) { // 2: Meaning to double in SetLayoutInObjHClass()
Djs_locale.cpp158 // that the language tag consists solely of subtags whose meaning is in HandleLocale()