Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h240 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
Dstring.cc78 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/
Dstring_builder_append.cc510 int32_t length_with_flag = builder.CalculateLengthWithFlag(); in AppendF() local
/art/runtime/jni/
Djni_internal.cc2049 const int32_t length_with_flag = mirror::String::GetFlaggedCount(utf16_length, compressible); in NewStringUTF() local