Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h170 inline String* String::AllocFromByteArray(Thread* self, int32_t byte_length, in AllocFromByteArray() argument
173 SetStringCountAndBytesVisitor visitor(byte_length, array, offset, high_byte << 8); in AllocFromByteArray()
174 String* string = Alloc<kIsInstrumented>(self, byte_length, allocator_type, visitor); in AllocFromByteArray()
Dstring.h91 ALWAYS_INLINE static String* AllocFromByteArray(Thread* self, int32_t byte_length,