Home
last modified time | relevance | path

Searched refs:structFieldCountTable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbecommon.h231 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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp33 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()