Home
last modified time | relevance | path

Searched defs:length_with_flag (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dstring-alloc-inl.h204 const int32_t length_with_flag = String::GetFlaggedCount(0, /* compressible= */ true); in AllocEmptyString() local
220 const int32_t length_with_flag = String::GetFlaggedCount(byte_length, compressible); in AllocFromByteArray() local
235 const int32_t length_with_flag = String::GetFlaggedCount(count, compressible); in AllocFromCharArray() local
249 const int32_t length_with_flag = String::GetFlaggedCount(string_length, compressible); in AllocFromString() local
H A Dstring.cc82 const int32_t length_with_flag = String::GetFlaggedCount(length, compressible); in DoReplace() local
121 const int32_t length_with_flag = String::GetFlaggedCount(length_this + length_arg, compressible); in DoConcat() local
161 int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromUtf16() local
198 const int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8() local
/aosp12/art/runtime/
H A Dstring_builder_append.cc353 int32_t length_with_flag = builder.CalculateLengthWithFlag(); in AppendF() local