Home
last modified time | relevance | path

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

/art/runtime/
Dstring_builder_append.cc115 int32_t length_with_flag_ = 0u; member in art::StringBuilderAppend::Builder
418 length_with_flag_ = mirror::String::GetFlaggedCount(length, compressible); in CalculateLengthWithFlag()
419 return length_with_flag_; in CalculateLengthWithFlag()
496 new_string->SetCount(length_with_flag_); in operator ()()
497 if (mirror::String::IsCompressed(length_with_flag_)) { in operator ()()