Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 - 25 of 47) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhclass.h33 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 Denum_conversion.h51 case BuiltinTypeId::ARRAY: in ToGlobelEnvPrototypeField()
91 return BuiltinTypeId::ARRAY; in ToBuiltinsTypeId()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DarrayType.h24 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DarrayType.h25 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType()
H A DtypeMapping.h22 _(TypeFlag::ARRAY, ArrayType) \
H A DtypeFlag.h55 ARRAY = 1ULL << 29, // x: number[] member in panda::es2panda::checker::TypeFlag
/arkcompiler/runtime_core/assembler/
H A Dannotation.h96 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 Dannotation.cpp139 case Value::Type::ARRAY: { in making_value()
240 case Value::Type::ARRAY: in TypeToString()
H A Dmeta.cpp57 {"array", VType::ARRAY}, {"method", VType::METHOD}}; in GetType()
222 if (type == Value::Type::ARRAY) { in AddValue()
H A Dmeta.h313 ASSERT(type != Value::Type::ARRAY);
333 return type_.value() == Value::Type::ARRAY;
/arkcompiler/runtime_core/static_core/assembler/
H A Dannotation.h92 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 Dannotation.cpp131 case Value::Type::ARRAY: { in MakingValue()
232 case Value::Type::ARRAY: in TypeToString()
H A Dmeta.h273 ASSERT(type != Value::Type::ARRAY); in SetComponentType()
293 return type_.value() == Value::Type::ARRAY; in IsArray()
H A Dmeta.cpp57 {"array", VType::ARRAY}, {"method", VType::METHOD}}; in GetType()
223 if (type == Value::Type::ARRAY) { in AddValue()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.h50 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 Dets_typeapi.h43 ARRAY = 0xDU, member in ark::ets::EtsTypeAPIKind
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dglobal_ts_type_ref.h30 ARRAY, member in panda::ecmascript::TSTypeKind
H A Dbuiltin_type_id.h46 V(ARRAY) \
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DtypeMapping.h23 _(TypeFlag::ARRAY, ArrayType) \
H A DtypeFlag.h54 ARRAY = 1ULL << 25ULL, // x: number[] member in ark::es2panda::checker::TypeFlag
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnative_inline_lowering.cpp1508 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 Dets_panda_file_items.h136 static constexpr std::string_view ARRAY = "Lescompat/Array;"; member
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_type.h63 ARRAY,
/arkcompiler/runtime_core/assembler/tests/
H A Dannotation_test.cpp138 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 Dlinker_context_misc.cpp105 case panda_file::ValueItem::Type::ARRAY: { in ReprValueItem()

Completed in 16 milliseconds

12