Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.h60 class Utf8String {
62 Utf8String(uint32_t utf16_length, const char* utf8_data, int32_t hash) in Utf8String() function
82 std::size_t operator()(const Utf8String& key) const { in operator()
87 bool operator()(const GcRoot<mirror::String>& a, const Utf8String& b) const
246 ObjPtr<mirror::String> Find(const Utf8String& string) REQUIRES_SHARED(Locks::mutator_lock_)
Dintern_table.cc106 Utf8String string(utf16_length, in LookupStrong()
333 const Utf8String& b) const { in operator ()()
402 ObjPtr<mirror::String> InternTable::Table::Find(const Utf8String& string) { in Find()
/art/runtime/gc/space/
Dimage_space_test.cc155 InternTable::Utf8String utf8_test_string(test_string_length, test_string, hash); in TEST_F()