Lines Matching full:total_size
2712 HValue* total_size = AddUncasted<HAdd>(mul, header_size);
2713 total_size->ClearFlag(HValue::kCanOverflow);
2714 return total_size;
10183 HValue* total_size;
10188 total_size = BuildObjectSizeAlignment(
10191 total_size = AddUncasted<HAdd>(byte_length,
10193 total_size->ClearFlag(HValue::kCanOverflow);
10202 Add<HAllocate>(total_size, HType::HeapObject(), NOT_TENURED,