Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h211 int32_t byte_length, in AllocFromByteArray() argument
219 kUseStringCompression && String::AllASCII<uint8_t>(src, byte_length) && (high_byte == 0); in AllocFromByteArray()
220 const int32_t length_with_flag = String::GetFlaggedCount(byte_length, compressible); in AllocFromByteArray()
Dstring.h125 int32_t byte_length,