Searched refs:ARRAY (Results 1 – 12 of 12) sorted by relevance
/ark/runtime_core/runtime/include/ |
D | hclass.h | 32 static constexpr uint32_t ARRAY = 1U << 3U; variable 59 return (GetFlags() & ARRAY) != 0; in IsArray()
|
/ark/runtime_core/assembler/ |
D | annotation.h | 91 ARRAY, enumerator 150 case Type::ARRAY: in GetTypeAsChar() 288 type = Type::ARRAY; in GetCharAsType() 378 return type_ == Type::ARRAY; in IsArray() 510 : Value(Type::ARRAY), component_type_(component_type), values_(std::move(values)) in ArrayValue()
|
D | annotation.cpp | 134 case Value::Type::ARRAY: { in making_value() 235 case Value::Type::ARRAY: in TypeToString()
|
D | meta.cpp | 57 {"array", VType::ARRAY}, {"method", VType::METHOD}}; in GetType() 222 if (type == Value::Type::ARRAY) { in AddValue()
|
D | meta.h | 272 ASSERT(type != Value::Type::ARRAY); in SetComponentType() 292 return type_.value() == Value::Type::ARRAY; in IsArray()
|
D | assembly-emitter.cpp | 165 case Value::Type::ARRAY: { in CheckValueType() 368 case Value::Type::ARRAY: { in CheckValue() 542 case Value::Type::ARRAY: { in CreateValueItem() 593 if (value_type == Value::Type::ARRAY && !value->GetAsArray()->GetValues().empty()) { in CreateAnnotationItem()
|
/ark/js_runtime/ecmascript/ts_types/ |
D | ts_type_table.h | 31 ARRAY, enumerator
|
/ark/js_runtime/ecmascript/base/ |
D | json_parser.h | 44 ARRAY, enumerator 107 case Tokens::ARRAY: in ParseJSONText() 422 return Tokens::ARRAY; in ParseToken()
|
/ark/runtime_core/libpandafile/ |
D | file_items.h | 1297 enum class Type { INTEGER, LONG, FLOAT, DOUBLE, ID, ARRAY }; enumerator 1313 return type_ == Type::ARRAY; in IsArray() 1381 : ValueItem(Type::ARRAY), component_type_(component_type), items_(std::move(items)) in ArrayValueItem() 1466 explicit LiteralArrayItem() : ValueItem(Type::ARRAY) {} in LiteralArrayItem()
|
/ark/js_runtime/ecmascript/hprof/ |
D | heap_snapshot.h | 342 ARRAY, /* kArray */ enumerator
|
D | heap_snapshot.cpp | 728 fType = FrontType::ARRAY; in Convert()
|
/ark/ts2abc/ts2panda/src/base/ |
D | typeSystem.ts | 46 ARRAY, enumerator 569 arrayLiterals.push(new Literal(LiteralTag.INTEGER, L2Type.ARRAY));
|