Searched defs:alignedTySize (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_call_conv.cpp | 187 int32 alignedTySize = GetCallConvInfo().Classification(beCommon, mirType, classes); in LocateNextParm() local 220 …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/ |
| D | aarch64_call_conv.cpp | 338 int32 alignedTySize = ClassificationArg(beCommon, mirType, classes); in LocateNextParm() local 361 int32 alignedTySize = ClassificationRet(beCommon, retType, classes); in LocateRetVal() local 471 int32 alignedTySize = ClassificationArg(beCommon, mirType, classes); in LocateNextParm() local
|