Home
last modified time | relevance | path

Searched defs:attrAlign (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp157 auto attrAlign = static_cast<uint8>(fieldAttr.GetAlign()); in ComputeStructTypeSizesAligns() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h430 uint8 attrAlign = 0; // alignment in bytes is 2 to the power of attrAlign variable