Home
last modified time | relevance | path

Searched refs:length_with_flag_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dstring_builder_append.cc97 int32_t length_with_flag_ = 0u; member in art::StringBuilderAppend::Builder
271 length_with_flag_ = mirror::String::GetFlaggedCount(length, compressible); in CalculateLengthWithFlag()
272 return length_with_flag_; in CalculateLengthWithFlag()
340 new_string->SetCount(length_with_flag_); in operator ()()
341 if (mirror::String::IsCompressed(length_with_flag_)) { in operator ()()