Lines Matching refs:ComputeModifiedUtf8Hash
1147 virtual_method_hashes[i] = ComputeModifiedUtf8Hash(name); in InitializeObjectVirtualMethodHashes()
2520 size_t hash = ComputeModifiedUtf8Hash(descriptor); in FinishCoreArrayClassSetup()
2838 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in FindClass()
4173 ComputeModifiedUtf8Hash(descriptor)); in CreatePrimitiveClass()
4219 const size_t component_hash = ComputeModifiedUtf8Hash(descriptor + 1); in CreateArrayClass()
4403 return LookupClass(self, descriptor, ComputeModifiedUtf8Hash(descriptor), class_loader); in LookupClass()
4473 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in LookupClasses()
4928 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in CreateProxyClass()
6068 table->UpdateClass(descriptor, h_new_class.Get(), ComputeModifiedUtf8Hash(descriptor)); in LinkClass()
6397 uint32_t hash = ComputeModifiedUtf8Hash(name); in Add()
6410 DCHECK_EQ(hash, ComputeModifiedUtf8Hash(comparator->GetName())); in FindAndRemove()
6582 : ComputeModifiedUtf8Hash(super_method_name_comparator.GetName()); in LinkVirtualMethods()
8969 const size_t hash = ComputeModifiedUtf8Hash(descriptor); in LookupResolvedType()