Lines Matching defs:bytes
53 int bytes = 0;
56 bytes += list.Count() * kPointerSize;
59 bytes += kCallerSavedFPU.Count() * kDoubleSize;
62 return bytes;
68 int bytes = 0;
72 bytes += list.Count() * kPointerSize;
76 bytes += kCallerSavedFPU.Count() * kDoubleSize;
79 return bytes;
85 int bytes = 0;
88 bytes += kCallerSavedFPU.Count() * kDoubleSize;
94 bytes += list.Count() * kPointerSize;
96 return bytes;