Searched defs:Utf8String (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dintern_table.h149 class Utf8String { class in class:art::InternTable
151 Utf8String(uint32_t utf16_length, const char* utf8_data, int32_t hash) function in class:art::InternTable::Utf8String
170 // Utf8String can be used for lookup.
171 std::size_t operator()(const Utf8String& key) const {
176 bool operator()(const GcRoot<mirror::String>& a, const Utf8String& b) const
196 ObjPtr<mirror::String> Find(const Utf8String& string) REQUIRES_SHARED(Locks::mutator_lock_)

Completed in 52 milliseconds