Searched defs:structCopySize (Results 1 – 3 of 3) sorted by relevance
143 void X64MemLayout::LayoutReturnRef(int32 &structCopySize, int32 &maxParmStackSize) in LayoutReturnRef()153 void X64MemLayout::LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) in LayoutStackFrame()
164 …id AArch64MemLayout::LayoutReturnRef(std::vector<MIRSymbol *> &returnDelays, int32 &structCopySize, in LayoutReturnRef()208 void AArch64MemLayout::LayoutStackFrame(int32 &structCopySize, int32 &maxParmStackSize) in LayoutStackFrame()
1022 int32 structCopySize; variable