HomeSort by relevance Sort by last modified time
    Searched refs:ComputeModifiedUtf8Hash (Results 1 - 22 of 22) 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 47 size_t hash = ComputeModifiedUtf8Hash(descriptor);
class_table.cc 187 DescriptorHashPair pair(descriptor, ComputeModifiedUtf8Hash(descriptor));
202 return ComputeModifiedUtf8Hash(slot.Read()->GetDescriptor(&temp));
226 return ComputeModifiedUtf8Hash(pair.first);
306 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 130 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/
utf.h 92 uint32_t ComputeModifiedUtf8Hash(const char* chars);
utf.cc 195 uint32_t ComputeModifiedUtf8Hash(const char* chars) {
  /art/runtime/native/
java_lang_VMClassLoader.cc 76 const size_t descriptor_hash = ComputeModifiedUtf8Hash(descriptor.c_str());
dalvik_system_DexFile.cc 381 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str()));
    [all...]
  /art/oatdump/
oatdump.cc 675 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor));
    [all...]
  /art/dex2oat/linker/
oat_writer.cc     [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips.cc     [all...]

Completed in 529 milliseconds