HomeSort by relevance Sort by last modified time
    Searched refs:ComputeModifiedUtf8Hash (Results 1 - 17 of 17) 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(
class_table.cc 179 DescriptorHashPair pair(descriptor, ComputeModifiedUtf8Hash(descriptor));
194 return ComputeModifiedUtf8Hash(slot.Read()->GetDescriptor(&temp));
218 return ComputeModifiedUtf8Hash(pair.first);
298 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);
class_table-inl.h 132 const uint32_t hash = ComputeModifiedUtf8Hash(klass->GetDescriptor(&temp));
debug_print.cc 65 uint32_t hash = ComputeModifiedUtf8Hash(class_descriptor);
class_linker.cc     [all...]
oat_file.cc     [all...]
debugger.cc     [all...]
  /art/libdexfile/dex/
type_lookup_table_test.cc 45 size_t hash = ComputeModifiedUtf8Hash(descriptor);
utf.h 92 uint32_t ComputeModifiedUtf8Hash(const char* chars);
type_lookup_table.cc 53 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
68 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
130 if (((ComputeModifiedUtf8Hash(first_checked_str) ^ hash) & mask) != 0u) {
utf.cc 194 uint32_t ComputeModifiedUtf8Hash(const char* chars) {
utf_test.cc 386 uint32_t hash = ComputeModifiedUtf8Hash(input);
  /art/runtime/native/
java_lang_VMClassLoader.cc 82 const size_t descriptor_hash = ComputeModifiedUtf8Hash(descriptor.c_str());
dalvik_system_DexFile.cc 439 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str()));
    [all...]
  /art/runtime/verifier/
verifier_deps.cc     [all...]
  /art/oatdump/
oatdump.cc 715 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor));
    [all...]

Completed in 1356 milliseconds