Home
last modified time | relevance | path

Searched refs:GetStructFieldCount (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp152 …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()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbecommon.h229 FieldID GetStructFieldCount(uint32 idx) const in GetStructFieldCount() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1955 …subStructFieldCounts = static_cast<uint32>(beCommon->GetStructFieldCount(structType.GetTypeIndex()… in EmitStructConstant()
3771 … embeddedIDs += static_cast<uint32>(Globals::GetInstance()->GetBECommon()->GetStructFieldCount( in SetupDBGInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1707 …subStructFieldCounts = static_cast<uint32>(beCommon->GetStructFieldCount(structType.GetTypeIndex()… in EmitStructure()