Searched refs:structFieldCountTable (Results 1 – 2 of 2) sorted by relevance
231 return structFieldCountTable.at(idx); in GetStructFieldCount()235 return structFieldCountTable.size(); in GetSizeOfStructFieldCountTable()239 structFieldCountTable.at(idx) = value; in SetStructFieldCount()243 structFieldCountTable.at(idx) += value; in AppendStructFieldCount()263 MapleVector<FieldID> structFieldCountTable; variable
33 structFieldCountTable(GlobalTables::GetTypeTable().GetTypeTable().size(), 0, in BECommon()111 structFieldCountTable.emplace_back(0); in AddNewTypeAfterBecommon()349 if ((structFieldCountTable.size() > tyIdx) && (GetStructFieldCount(tyIdx) != 0)) { in ComputeTypeSizesAligns()456 FieldID myEnd = structFieldCountTable.at(classType.GetTypeIndex()); in GenFieldOffsetMap()