Searched refs:ComputeModifiedUtf8Hash (Results 1 – 15 of 15) sorted by relevance
52 *class_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodDeclaringClassDescriptor(method_id)); in GetImtHashComponents()55 *name_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodName(method_id)); in GetImtHashComponents()60 uint32_t tmp = ComputeModifiedUtf8Hash( in GetImtHashComponents()70 tmp = 31 * tmp + ComputeModifiedUtf8Hash( in GetImtHashComponents()
173 DescriptorHashPair pair(descriptor, ComputeModifiedUtf8Hash(descriptor)); in Remove()190 return ComputeModifiedUtf8Hash(slot.Read<kWithoutReadBarrier>()->GetDescriptor(&temp)); in operator ()()220 return ComputeModifiedUtf8Hash(pair.first); in operator ()()300 return ComputeModifiedUtf8Hash(klass->GetDescriptor(&temp)); in HashDescriptor()
91 EXPECT_OBJ_PTR_EQ(table.Lookup(descriptor_x, ComputeModifiedUtf8Hash(descriptor_x)), h_X.Get()); in TEST_F()92 EXPECT_TRUE(table.Lookup("NOT_THERE", ComputeModifiedUtf8Hash("NOT_THERE")) == nullptr); in TEST_F()
65 uint32_t hash = ComputeModifiedUtf8Hash(class_descriptor); in DescribeLoaders()
794 : data(data_in), hash(ComputeModifiedUtf8Hash(data_in)), index(0) { in Entry()
2015 DCHECK_EQ(ComputeModifiedUtf8Hash(descriptor), hash); in FindClassDef()
53 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in Create()68 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id)); in Create()130 if (((ComputeModifiedUtf8Hash(first_checked_str) ^ hash) & mask) != 0u) { in Lookup()
45 size_t hash = ComputeModifiedUtf8Hash(descriptor); in TEST_P()
92 uint32_t ComputeModifiedUtf8Hash(const char* chars);
194 uint32_t ComputeModifiedUtf8Hash(const char* chars) { in ComputeModifiedUtf8Hash() function
386 uint32_t hash = ComputeModifiedUtf8Hash(input); in TEST_F()
82 const size_t descriptor_hash = ComputeModifiedUtf8Hash(descriptor.c_str()); in VMClassLoader_findLoadedClass()
440 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str())); in DexFile_defineClassNative()
1196 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in VerifyInternalClasses()
714 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode()