Lines Matching refs:size
60 // does not have a fixed size instruction set. In practice, the pc will be
136 // the header size and alignment, as well as the number of bytes we are
250 // after the existing pool (with a pessimistic size estimate).
268 for (int i = static_cast<int>(objects_.size()) - 1; i >= 0; --i) {
314 // Add the header size and header and footer max alignment to the maximum
315 // pool size.
319 int last_object_index = static_cast<int>(objects_.size()) - 1;
321 // Bring back the checkpoint by the size of the current object, unless
382 if (objects_.size() != 1) {
517 // Iterate over objects and return their cumulative size. This does not take
518 // any padding into account, just the size of the objects themselves.
519 int size = 0;
522 size += (*iter).label_base_->GetPoolObjectSizeInBytes();
524 return size;