Lines Matching defs:bytes
53 int bytes = 0;
57 bytes += list.Count() * kPointerSize;
60 bytes += kCallerSavedFPU.Count() * kDoubleSize;
63 return bytes;
69 int bytes = 0;
74 bytes += list.Count() * kPointerSize;
78 bytes += kCallerSavedFPU.Count() * kDoubleSize;
81 return bytes;
87 int bytes = 0;
90 bytes += kCallerSavedFPU.Count() * kDoubleSize;
96 bytes += list.Count() * kPointerSize;
98 return bytes;