Searched refs:byte_length (Results 1 – 2 of 2) sorted by relevance
/art/runtime/mirror/ |
D | string-inl.h | 170 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()
|
D | string.h | 91 ALWAYS_INLINE static String* AllocFromByteArray(Thread* self, int32_t byte_length,
|