Searched defs:CharArray (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dutf.h36 typedef PrimitiveArray<uint16_t> CharArray; typedef in namespace:art::mirror
79 int32_t ComputeUtf16Hash(mirror::CharArray* chars, int32_t offset, size_t char_count)
/art/runtime/mirror/
H A Dobject.h45 typedef PrimitiveArray<uint16_t> CharArray; typedef in namespace:art::mirror
172 CharArray* AsCharArray() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);

Completed in 74 milliseconds