Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-alloc-inl.h247 int32_t byte_length, in AllocFromByteArray() argument
256 String::AllASCII<uint8_t>(src, byte_length) && in AllocFromByteArray()
257 (high_byte == 0 || byte_length == 0); in AllocFromByteArray()
258 const int32_t length_with_flag = String::GetFlaggedCount(byte_length, compressible); in AllocFromByteArray()
Dstring.h138 int32_t byte_length,