Searched defs:length_with_flag (Results 1 – 4 of 4) sorted by relevance
/art/runtime/mirror/ |
D | string-alloc-inl.h | 240 const int32_t length_with_flag = String::GetFlaggedCount(0, /* compressible= */ true); in AllocEmptyString() local 258 const int32_t length_with_flag = String::GetFlaggedCount(byte_length, compressible); in AllocFromByteArray() local 282 const int32_t length_with_flag = String::GetFlaggedCount(char_count, compressible); in AllocFromUtf16ByteArray() local 297 const int32_t length_with_flag = String::GetFlaggedCount(count, compressible); in AllocFromCharArray() local 311 const int32_t length_with_flag = String::GetFlaggedCount(string_length, compressible); in AllocFromString() local
|
D | string.cc | 78 const int32_t length_with_flag = String::GetFlaggedCount(length, compressible); in DoReplace() local 117 const int32_t length_with_flag = String::GetFlaggedCount(length_this + length_arg, compressible); in DoConcat() local 182 const int32_t length_with_flag = String::GetFlaggedCount(length_this * count, compressible); in DoRepeat() local 205 int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromUtf16() local 242 const int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8() local
|
/art/runtime/ |
D | string_builder_append.cc | 510 int32_t length_with_flag = builder.CalculateLengthWithFlag(); in AppendF() local
|
/art/runtime/jni/ |
D | jni_internal.cc | 2049 const int32_t length_with_flag = mirror::String::GetFlaggedCount(utf16_length, compressible); in NewStringUTF() local
|