/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | hclass.h | 33 static constexpr uint32_t ARRAY = STRING << 1U; member in ark::HClass 34 static constexpr uint32_t BIGINT = ARRAY << 1U; 59 return (GetFlags() & ARRAY) != 0; in IsArray()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | enum_conversion.h | 51 case BuiltinTypeId::ARRAY: in ToGlobelEnvPrototypeField() 91 return BuiltinTypeId::ARRAY; in ToBuiltinsTypeId()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
H A D | arrayType.h | 24 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | arrayType.h | 25 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType()
|
H A D | typeMapping.h | 22 _(TypeFlag::ARRAY, ArrayType) \
|
H A D | typeFlag.h | 55 ARRAY = 1ULL << 29, // x: number[] member in panda::es2panda::checker::TypeFlag
|
/arkcompiler/runtime_core/assembler/ |
H A D | annotation.h | 96 ARRAY, member in panda::pandasm::Value::Type 155 case Type::ARRAY: in GetTypeAsChar() 292 type = Type::ARRAY; in GetCharAsType() 385 return type_ == Type::ARRAY; in IsArray() 519 : Value(Type::ARRAY), component_type_(component_type), values_(std::move(values)) in ArrayValue()
|
H A D | annotation.cpp | 139 case Value::Type::ARRAY: { in making_value() 240 case Value::Type::ARRAY: in TypeToString()
|
H A D | meta.cpp | 57 {"array", VType::ARRAY}, {"method", VType::METHOD}}; in GetType() 222 if (type == Value::Type::ARRAY) { in AddValue()
|
H A D | meta.h | 313 ASSERT(type != Value::Type::ARRAY); 333 return type_.value() == Value::Type::ARRAY;
|
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | annotation.h | 92 ARRAY, member in ark::pandasm::Value::Type 151 case Type::ARRAY: in GetTypeAsChar() 287 type = Type::ARRAY; in GetCharAsType() 375 return type_ == Type::ARRAY; in IsArray() 507 : Value(Type::ARRAY), componentType_(componentType), values_(std::move(values)) in ArrayValue()
|
H A D | annotation.cpp | 131 case Value::Type::ARRAY: { in MakingValue() 232 case Value::Type::ARRAY: in TypeToString()
|
H A D | meta.h | 273 ASSERT(type != Value::Type::ARRAY); in SetComponentType() 293 return type_.value() == Value::Type::ARRAY; in IsArray()
|
H A D | meta.cpp | 57 {"array", VType::ARRAY}, {"method", VType::METHOD}}; in GetType() 223 if (type == Value::Type::ARRAY) { in AddValue()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | json_parser.h | 50 ARRAY, member in panda::ecmascript::base::Tokens 63 ARRAY, member in panda::ecmascript::base::JsonContinuation::ContinuationType 97 return type == ContType::ARRAY || type == ContType::OBJECT || type == ContType::MAP; in IsInObjOrArrayOrMap()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_typeapi.h | 43 ARRAY = 0xDU, member in ark::ets::EtsTypeAPIKind
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
H A D | global_ts_type_ref.h | 30 ARRAY, member in panda::ecmascript::TSTypeKind
|
H A D | builtin_type_id.h | 46 V(ARRAY) \
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ |
H A D | typeMapping.h | 23 _(TypeFlag::ARRAY, ArrayType) \
|
H A D | typeFlag.h | 54 ARRAY = 1ULL << 25ULL, // x: number[] member in ark::es2panda::checker::TypeFlag
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | native_inline_lowering.cpp | 1508 builder_.BuiltinPrototypeHClassCheck(thisArray, BuiltinTypeId::ARRAY, kind, false); in TryInlineIndexOfIncludes() 1568 builder_.BuiltinPrototypeHClassCheck(thisValue, BuiltinTypeId::ARRAY, kind, false); in TryInlineArrayForEach() 1607 builder_.BuiltinPrototypeHClassCheck(thisValue, BuiltinTypeId::ARRAY, kind, false); in TryInlineArrayFindOrFindIndex() 1643 builder_.BuiltinPrototypeHClassCheck(thisValue, BuiltinTypeId::ARRAY, kind, false); in TryInlineArrayFilter() 1680 builder_.BuiltinPrototypeHClassCheck(thisValue, BuiltinTypeId::ARRAY, kind, false); in TryInlineArrayMap() 1717 builder_.BuiltinPrototypeHClassCheck(thisValue, BuiltinTypeId::ARRAY, kind, false); in TryInlineArraySome() 1752 builder_.BuiltinPrototypeHClassCheck(thisValue, BuiltinTypeId::ARRAY, kind, false); in TryInlineArrayEvery() 1781 builder_.BuiltinPrototypeHClassCheck(thisValue, BuiltinTypeId::ARRAY, kind, false); in TryInlineArrayPop() 1799 builder_.BuiltinPrototypeHClassCheck(thisValue, BuiltinTypeId::ARRAY, kind, false); in TryInlineArraySlice() 1852 builder_.BuiltinPrototypeHClassCheck(thisValue, BuiltinTypeId::ARRAY, kin in TryInlineArraySort() [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_panda_file_items.h | 136 static constexpr std::string_view ARRAY = "Lescompat/Array;"; member
|
/arkcompiler/runtime_core/static_core/verification/type/ |
H A D | type_type.h | 63 ARRAY,
|
/arkcompiler/runtime_core/assembler/tests/ |
H A D | annotation_test.cpp | 138 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::ARRAY); in HWTEST_F() 291 EXPECT_EQ(panda::pandasm::Value::Type::ARRAY, type); in HWTEST_F() 433 type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::ARRAY); in HWTEST_F()
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context_misc.cpp | 105 case panda_file::ValueItem::Type::ARRAY: { in ReprValueItem()
|