Home
last modified time | relevance | path

Searched refs:SetTypeAlign (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dbecommon.cpp72 SetTypeAlign(tyIdx, GetTypeSize(tyIdx)); in ComputeTypeSizesAligns()
84 SetTypeAlign(tyIdx, std::max(GetTypeAlign(tyIdx), align)); in ComputeTypeSizesAligns()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
H A Dbecommon.h134 void SetTypeAlign(uint32 idx, uint8 value) in SetTypeAlign() function in maplebe::BECommon
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_type.h310 void SetTypeAlign(uint32 x) in SetTypeAlign() function in maple::TypeAttrs
312 DEBUG_ASSERT((~(x - 1) & x) == x, "SetTypeAlign called with non-power-of-2"); in SetTypeAlign()

Completed in 4 milliseconds