HomeSort by relevance Sort by last modified time
    Searched refs:ComputeModifiedUtf8Hash (Results 1 - 14 of 14) sorted by null

  /art/runtime/
imtable-inl.h 52 *class_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodDeclaringClassDescriptor(method_id));
55 *name_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodName(method_id));
60 uint32_t tmp = ComputeModifiedUtf8Hash(
70 tmp = 31 * tmp + ComputeModifiedUtf8Hash(
type_lookup_table_test.cc 49 size_t hash = ComputeModifiedUtf8Hash(descriptor);
utf.h 90 uint32_t ComputeModifiedUtf8Hash(const char* chars);
class_table.cc 186 DescriptorHashPair pair(descriptor, ComputeModifiedUtf8Hash(descriptor));
201 return ComputeModifiedUtf8Hash(slot.Read()->GetDescriptor(&temp));
225 return ComputeModifiedUtf8Hash(pair.first);
305 return ComputeModifiedUtf8Hash(klass->GetDescriptor(&temp));
class_table_test.cc 91 EXPECT_EQ(table.Lookup(descriptor_x, ComputeModifiedUtf8Hash(descriptor_x)), h_X.Get());
92 EXPECT_EQ(table.Lookup("NOT_THERE", ComputeModifiedUtf8Hash("NOT_THERE")), nullptr);
type_lookup_table.cc 84 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
98 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
class_table-inl.h 128 const uint32_t hash = ComputeModifiedUtf8Hash(klass->GetDescriptor(&temp));
utf.cc 190 uint32_t ComputeModifiedUtf8Hash(const char* chars) {
class_linker.cc     [all...]
class_linker.h 216 return LookupClass(self, descriptor, ComputeModifiedUtf8Hash(descriptor), class_loader);
    [all...]
oat_file.cc     [all...]
  /art/runtime/native/
java_lang_VMClassLoader.cc 71 const size_t descriptor_hash = ComputeModifiedUtf8Hash(descriptor.c_str());
dalvik_system_DexFile.cc 370 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str()));
  /art/oatdump/
oatdump.cc 571 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor));
    [all...]

Completed in 165 milliseconds