Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h244 const int32_t length_with_flag = String::GetFlaggedCount(0, /* compressible */ true); in AllocEmptyString() local
257 const int32_t length_with_flag = String::GetFlaggedCount(byte_length, compressible); in AllocFromByteArray() local
271 const int32_t length_with_flag = String::GetFlaggedCount(count, compressible); in AllocFromCharArray() local
283 const int32_t length_with_flag = String::GetFlaggedCount(string_length, compressible); in AllocFromString() local
Dstring.cc105 const int32_t length_with_flag = String::GetFlaggedCount(length, compressible); in DoReplace() local
143 const int32_t length_with_flag = String::GetFlaggedCount(length + length2, compressible); in AllocFromStrings() local
179 int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromUtf16() local