Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.h63 class Utf8String {
65 Utf8String(uint32_t utf16_length, const char* utf8_data, int32_t hash) in Utf8String() function
85 std::size_t operator()(const Utf8String& key) const { in operator()
90 bool operator()(const GcRoot<mirror::String>& a, const Utf8String& b) const
242 ObjPtr<mirror::String> Find(const Utf8String& string) REQUIRES_SHARED(Locks::mutator_lock_)
Dintern_table.cc106 Utf8String string(utf16_length, in LookupStrong()
318 const Utf8String& b) const { in operator ()()
387 ObjPtr<mirror::String> InternTable::Table::Find(const Utf8String& string) { in Find()