Lines Matching defs:length
495 sink_->PutInt(byte_length, "length");
497 sink_->PutInt(max_byte_length.FromJust(), "max length");
620 int length = string->length();
630 allocation_size = SeqOneByteString::SizeFor(length);
631 content_size = length * kCharSize;
636 allocation_size = SeqTwoByteString::SizeFor(length);
637 content_size = length * kShortSize;
650 // Output raw data header. Do not bother with common raw length cases here.
652 sink_->PutInt(slots_to_output, "length");
1182 sink_->PutInt(tagged_to_output, "length");
1261 // Now serialize the wiped off-heap Code, as length + data.
1267 sink_->PutInt(tagged_to_output, "length");