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.cpp187 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/
Daarch64_call_conv.cpp338 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