Home
last modified time | relevance | path

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

/art/runtime/
Dstring_builder_append.cc44 static size_t Int64Length(int64_t value) { in Int64Length() function in art::StringBuilderAppend::Builder
187 DCHECK_GE(RemainingSpace(new_string, data), Int64Length(value)); in AppendInt64()
237 length += Int64Length(static_cast<int32_t>(*current_arg)); in CalculateLengthWithFlag()
242 length += Int64Length(*reinterpret_cast<const int64_t*>(current_arg)); in CalculateLengthWithFlag()