Lines Matching refs:bytes
26 /// Number of bytes of arguments this function has on the stack. If the callee
31 /// want to transfer control from a function with 8-bytes of stack-argument
32 /// space to a function with 16-bytes then misalignment of this value would
37 /// The number of bytes to restore to deallocate space for incoming
114 void setBytesInStackArgArea (unsigned bytes) { BytesInStackArgArea = bytes;}
117 void setArgumentStackToRestore(unsigned bytes) {
118 ArgumentStackToRestore = bytes;
122 void setInitialStackAdjust(unsigned bytes) { InitialStackAdjust = bytes; }