| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | objectIndexAccess.cpp | 87 if (auto const *const objectType = in Perform() local 101 if (auto const *const objectType = ast->AsMemberExpression()->ObjType(); in Perform() local 136 … if (auto const *const objectType = ast->AsMemberExpression()->ObjType(); objectType != nullptr) { in Postcondition() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.h | 40 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJSFunction() local 50 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJsType() local 65 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJSObject() local 103 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJsProxy() local 109 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsTreeString() local 115 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsSlicedString() local 121 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsLineString() local 127 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsConstantString() local 155 GateRef objectType = GetObjectType(hClass); in IsStableArguments() local 163 GateRef objectType = GetObjectType(hClass); in IsStableArray() local
|
| D | stub_builder-inl.h | 711 GateRef objectType = GetObjectType(LoadHClass(x)); in TaggedIsRegularObject() local 1337 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJSFunctionBase() local 1369 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsSymbol() local 1375 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsDataView() local 1388 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsLineString() local 1394 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsSlicedString() local 1400 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsConstantString() local 1421 GateRef objectType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsBigInt() local 1427 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJsProxy() local 1438 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsProfileTypeInfoCell0() local [all …]
|
| D | mcr_circuit_builder.h | 64 GateRef objectType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsString() local 81 GateRef objectType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsEcmaObject() local 89 GateRef objectType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsByteArray() local 95 GateRef objectType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsMap() local 101 GateRef objectType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsDataView() local 107 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsSpecialSlicedString() local
|
| D | circuit_builder.cpp | 179 GateRef objectType = GetObjectType(LoadHClass(elements)); in IsJsCOWArray() local 183 GateRef CircuitBuilder::IsCOWArray(GateRef objectType) in IsCOWArray() 191 GateRef objectType = GetObjectType(LoadHClass(object)); in IsTaggedArray() local 195 GateRef CircuitBuilder::IsMutantTaggedArray(GateRef objectType) in IsMutantTaggedArray() 767 GateRef objectType = GetObjectType(LoadHClass(object)); in CheckJSType() local 1414 GateRef objectType = GetObjectType(LoadHClass(profileTypeInfoCell)); in UpdateProfileTypeInfoCellType() local
|
| D | hcr_circuit_builder.cpp | 736 GateRef objectType = GetObjectType(LoadHClass(string)); in IsLiteralString() local
|
| D | new_object_stub_builder.cpp | 1751 auto objectType = GetObjectType(protoOrHclass); in FastNewThisObject() local 1796 auto objectType = GetObjectType(*protoOrHclass); in FastSuperAllocateThis() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsIndexedAccessType.h | 34 explicit TSIndexedAccessType(Expression *objectType, Expression *indexType) in TSIndexedAccessType()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsIndexedAccessType.h | 28 explicit TSIndexedAccessType(TypeNode *objectType, TypeNode *indexType) in TSIndexedAccessType()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lreference.cpp | 292 const auto *const objectType = memberExpr->Object()->TsType(); in SetValueComputed() local 366 auto const *objectType = memberExpr->Object()->TsType(); in SetValue() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | base_serializer.cpp | 105 bool BaseSerializer::SerializeSpecialObjIndividually(JSType objectType, TaggedObject *root, in SerializeSpecialObjIndividually() 329 JSType objectType = root->GetClass()->GetObjectType(); in SerializeTaggedObjField() local
|
| D | base_deserializer.cpp | 450 JSTaggedType BaseDeserializer::RelocateObjectProtoAddr(uint8_t objectType) in RelocateObjectProtoAddr()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | reference_storage.cpp | 150 Reference::ObjectType objectType = ref->GetType(); in RemoveRef() local 184 Reference::ObjectType objectType = ref->GetType(); in GetObject() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeCheckingHelpers.cpp | 629 Type *ETSChecker::ETSBuiltinTypeAsPrimitiveType(Type *objectType) in ETSBuiltinTypeAsPrimitiveType() 652 Type *ETSChecker::ETSBuiltinTypeAsConditionalType(Type *const objectType) in ETSBuiltinTypeAsConditionalType() 669 Type *ETSChecker::PrimitiveTypeAsETSBuiltinType(Type *objectType) in PrimitiveTypeAsETSBuiltinType()
|
| D | arithmetic.cpp | 736 auto *const objectType = otherType->AsETSObjectType(); in AdjustNumberLiteralType() local
|
| D | helpers.cpp | 904 auto *const objectType = actualType->AsETSObjectType(); in CheckTestObjectCondition() local 1141 auto objectType = expandedAliasType->AsETSObjectType(); in CheckExpandedType() local
|
| D | object.cpp | 1733 ir::ClassProperty *ETSChecker::FindClassProperty(const ETSObjectType *const objectType, const ETSFu… in FindClassProperty()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsUnionType.cpp | 385 auto *objectType = sourceType->IsETSObjectType() ? sourceType->AsETSObjectType() : nullptr; in GetAssignableType() local 482 auto *const objectType = (*it)->AsETSObjectType(); in ExtractType() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 306 void TSDeclGen::GenObjectType(const checker::ETSObjectType *objectType) in GenObjectType()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 977 auto *const objectType = expr->Object()->TsType(); in CompileComputed() local 1027 auto *const objectType = etsg->Checker()->GetApparentType(expr->Object()->TsType()); in Compile() local 1061 auto *const objectType = etsg->Checker()->GetApparentType(expr->Object()->TsType()); in HandleArrayTypeLengthProperty() local
|
| D | ETSGen.cpp | 1862 checker::Type *objectType {}; in CastDynamicTo() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1434 JSType objectType = hclass->GetObjectType(); in SerializeObject() local 1570 EncodeBit SnapshotProcessor::SerializeObjectHeader(TaggedObject *objectHeader, size_t objectType, in SerializeObjectHeader()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.cpp | 224 static bool HasIteratorInterface(ETSObjectType const *const objectType) in HasIteratorInterface()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 4945 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsArray() local
|