Home
last modified time | relevance | path

Searched refs:HasPadding (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp2294 bool MIRStructType::HasPadding() const in HasPadding() function in maple::MIRStructType
2300 if (fieldType->IsStructType() && static_cast<MIRStructType *>(fieldType)->HasPadding()) { in HasPadding()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1761 bool HasPadding() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp1078 …uctSize <= maxStructSize && (structSize / numFields >= minFieldSize) && !structType->HasPadding()); in ExpandMemset()