Lines Matching defs:bytes
50 int bytes = 0;
54 bytes += list.Count() * kSystemPointerSize;
57 bytes += kCallerSavedFPU.Count() * kDoubleSize;
60 return bytes;
65 int bytes = 0;
70 bytes += list.Count() * kSystemPointerSize;
74 bytes += kCallerSavedFPU.Count() * kDoubleSize;
77 return bytes;
82 int bytes = 0;
85 bytes += kCallerSavedFPU.Count() * kDoubleSize;
91 bytes += list.Count() * kSystemPointerSize;
93 return bytes;
1091 // load remaining (nbytes-1) bytes from higher to lower
1115 // load remaining (nbytes-1) bytes from higher to lower