Home
last modified time | relevance | path

Searched defs:TAGGED (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_root.h33 TAGGED, enumerator
/arkcompiler/ets_runtime/ecmascript/
Delements.h46 TAGGED = 0x1EUL, // 30 enumerator
Dproperty_attributes.h30 TAGGED, enumerator
38 TAGGED = 0x1ULL << 2 enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h30 TAGGED, enumerator
44 static constexpr uint8_t TAGGED = 1 << 3; variable
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h95 enum class RegisterKind { PRIMITIVE, REFERENCE, TAGGED }; enumerator