Lines Matching refs:length_with_flag
82 const int32_t length_with_flag = String::GetFlaggedCount(length, compressible); in DoReplace() local
85 SetStringCountVisitor set_string_count_visitor(length_with_flag); in DoReplace()
112 return Alloc(self, length_with_flag, allocator_type, visitor); in DoReplace()
121 const int32_t length_with_flag = String::GetFlaggedCount(length_this + length_arg, compressible); in DoConcat() local
124 SetStringCountVisitor set_string_count_visitor(length_with_flag); in DoConcat()
151 return Alloc(self, length_with_flag, allocator_type, visitor); in DoConcat()
161 int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromUtf16() local
164 SetStringCountVisitor set_string_count_visitor(length_with_flag); in AllocFromUtf16()
176 return Alloc(self, length_with_flag, allocator_type, visitor); in AllocFromUtf16()
198 const int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8() local
201 SetStringCountVisitor set_string_count_visitor(length_with_flag); in AllocFromModifiedUtf8()
211 return Alloc(self, length_with_flag, allocator_type, visitor); in AllocFromModifiedUtf8()