Searched refs:GetStructFieldCount (Results 1 – 4 of 4) sorted by relevance
152 …AppendStructFieldCount(structType.GetTypeIndex(), GetStructFieldCount(subStructType->GetTypeIndex(… in ComputeStructTypeSizesAligns()223 AppendStructFieldCount(tyIdx, GetStructFieldCount(prntTyIdx) + 1); in ComputeClassTypeSizesAligns()349 if ((structFieldCountTable.size() > tyIdx) && (GetStructFieldCount(tyIdx) != 0)) { in ComputeTypeSizesAligns()419 for (FieldID i = 1; i <= GetStructFieldCount(classType->GetTypeIndex()); ++i) { in GenFieldOffsetMap()512 …CHECK_FATAL(fieldID <= GetStructFieldCount(classType.GetTypeIndex()), "GetFieldOFfset: fieldID too… in GetJClassFieldOffset()530 …CHECK_FATAL(fieldID <= GetStructFieldCount(structType.GetTypeIndex()), "GetFieldOFfset: fieldID to… in GetFieldOffset()618 … if ((curFieldID + GetStructFieldCount(subStructType->GetTypeIndex())) < fieldID) { in GetFieldOffset()619 curFieldID += GetStructFieldCount(subStructType->GetTypeIndex()) + 1; in GetFieldOffset()643 … if ((curFieldID + GetStructFieldCount(subStructType->GetTypeIndex())) < fieldID) { in GetFieldOffset()644 curFieldID += GetStructFieldCount(subStructType->GetTypeIndex()) + 1; in GetFieldOffset()
229 FieldID GetStructFieldCount(uint32 idx) const in GetStructFieldCount() function
1955 …subStructFieldCounts = static_cast<uint32>(beCommon->GetStructFieldCount(structType.GetTypeIndex()… in EmitStructConstant()3771 … embeddedIDs += static_cast<uint32>(Globals::GetInstance()->GetBECommon()->GetStructFieldCount( in SetupDBGInfo()
1707 …subStructFieldCounts = static_cast<uint32>(beCommon->GetStructFieldCount(structType.GetTypeIndex()… in EmitStructure()