Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_call_conv.cpp131 int32 alignedTySize = GetCallConvInfo().Classification(beCommon, mirType, classes); in LocateNextParm() local
157 …uint32 alignedTySize = static_cast<uint32>(GetCallConvInfo().Classification(beCommon, retType, cla… in LocateRetVal() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp162 int32 alignedTySize = ClassificationArg(beCommon, mirType, classes); in LocateNextParm() local
185 int32 alignedTySize = ClassificationRet(beCommon, retType, classes); in LocateRetVal() local