Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h69 int32_t length = String::GetLengthFromCount(count_); in operator()
105 const int32_t length = String::GetLengthFromCount(count_); in operator()
135 const int32_t length = String::GetLengthFromCount(count_); in operator()
166 size_t length = String::GetLengthFromCount(utf16_length_with_flag); in Alloc()
Dstring.h91 return GetLengthFromCount(GetCount<kVerifyFlags>()); in GetLength()
219 ALWAYS_INLINE static int32_t GetLengthFromCount(int32_t count) { in GetLengthFromCount() function