Searched refs:GetTypeId (Results 1 – 17 of 17) sorted by relevance
43 if (index != -1 && obj->GetTypeId(index) != expectedType) { in IsLegalElement()97 return obj->GetTypeId(index); in GetType()100 GlobalTSTypeRef typeGT = GlobalTSTypeRef(obj->GetTypeId(index).GetInt()); in GetType()
100 JSTaggedValue type = eLayout->GetTypeId(index); in MergeClassField()110 JSTaggedValue type = layout->GetTypeId(index); in MergeClassField()
43 uint32_t GetTypeId() const in GetTypeId() function72 std::hash<uint32_t>()(id.GetTypeId()); in operator()
63 JSTaggedValue value = GetTypeId(i); in TryGetTypeByIndexSign()
230 uint32_t gtRawData = static_cast<uint32_t>(layout->GetTypeId(i).GetInt()); in GetPropTypeGT()246 uint32_t gtRawData = static_cast<uint32_t>(layout->GetTypeId(propIdx).GetInt()); in UpdatePropTypeGT()401 uint32_t gtRawData = static_cast<uint32_t>(layout->GetTypeId(i).GetInt()); in GetPropTypeGT()
158 return GlobalTSTypeRef(layout->GetTypeId(index).GetInt()); in GetPrototypePropGT()
480 auto value = std::make_pair(recordName, id.GetTypeId());
1585 auto builtinFuncGt = GlobalTSTypeRef(itLayout->GetTypeId(index).GetInt()); in IsBuiltinObjectMethod()1593 auto builtinFuncGt = GlobalTSTypeRef(pPrototypeLayout->GetTypeId(index).GetInt()); in IsBuiltinObjectMethod()
759 GlobalTSTypeRef parameterGT(oldLayout->GetTypeId(i).GetInt()); in InstantiateObjGenericsType()
40 static File::EntityId GetTypeId(const File &panda_file, File::EntityId field_id);
29 inline File::EntityId FieldDataAccessor::GetTypeId(const File &panda_file, File::EntityId field_id) in GetTypeId() function
226 auto value = GlobalTSTypeRef(tsLayout->GetTypeId(index).GetInt()); in CreatePHClass()316 … JSTaggedValue typeId = tsLayout->GetTypeId(index - ClassInfoExtractor::STATIC_RESERVED_LENGTH); in CreateCHClass()
477 ….emplace_back(pandasm::Create_LDA_STR(enc->ir_interface_->GetStringIdByOffset(inst->GetTypeId()))); in VisitLoadString()554 … pandasm::Create_LDA_STR(enc->ir_interface_->GetStringIdByOffset(input->GetTypeId()))); in VisitCastValueToAnyType()
375 … DumpTypedOpcode(out, GetOpcode(), GetTypeId(), GetBasicBlock()->GetGraph()->GetLocalAllocator()); in DumpOpcode()
1497 auto GetTypeId() const in GetTypeId() function2677 static_cast<LoadFromPool *>(clone)->SetTypeId(GetTypeId()); in Clone()
661 EXPECT_EQ(loadFromPool.GetTypeId(), 1); in __anonb8e9e89d0d02()
97 static panda_file::Type::TypeId GetTypeId(Value::Type type) in GetTypeId() function403 … return container->CreateItem<ArrayValueItem>(panda_file::Type(GetTypeId(component_type)), in CreateValueItem()