Home | History | Annotate | Download | only in runtime

Lines Matching full:frame_size

1216     size_t frame_size = RoundUp((__builtin_popcount(core_spills) /* gprs */ +
1219 method->SetFrameSizeInBytes(frame_size);
1230 size_t frame_size = RoundUp((__builtin_popcount(core_spills) /* gprs */ +
1233 method->SetFrameSizeInBytes(frame_size);
1241 size_t frame_size = RoundUp((__builtin_popcount(core_spills) /* gprs */ +
1243 method->SetFrameSizeInBytes(frame_size);