Lines Matching refs:length_with_flag
90 const int32_t length_with_flag = String::GetFlaggedCount(length, compressible); in DoReplace() local
93 SetStringCountVisitor set_string_count_visitor(length_with_flag); in DoReplace()
120 return Alloc(self, length_with_flag, allocator_type, visitor); in DoReplace()
129 const int32_t length_with_flag = String::GetFlaggedCount(length_this + length_arg, compressible); in DoConcat() local
132 SetStringCountVisitor set_string_count_visitor(length_with_flag); in DoConcat()
159 return Alloc(self, length_with_flag, allocator_type, visitor); in DoConcat()
194 const int32_t length_with_flag = String::GetFlaggedCount(length_this * count, compressible); in DoRepeat() local
197 SetStringCountVisitor set_string_count_visitor(length_with_flag); in DoRepeat()
207 return Alloc(self, length_with_flag, allocator_type, visitor); in DoRepeat()
217 int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromUtf16() local
220 SetStringCountVisitor set_string_count_visitor(length_with_flag); in AllocFromUtf16()
232 return Alloc(self, length_with_flag, allocator_type, visitor); in AllocFromUtf16()
254 const int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8() local
257 SetStringCountVisitor set_string_count_visitor(length_with_flag); in AllocFromModifiedUtf8()
267 return Alloc(self, length_with_flag, allocator_type, visitor); in AllocFromModifiedUtf8()