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

  /art/runtime/
utf.h 84 size_t ComputeModifiedUtf8Hash(const char* chars);
utf.cc 88 size_t ComputeModifiedUtf8Hash(const char* chars) {
class_linker.cc     [all...]
dex_file.h 655 // ComputeModifiedUtf8Hash(descriptor).
    [all...]
dex_file.cc 423 DCHECK_EQ(ComputeModifiedUtf8Hash(descriptor), hash);
    [all...]
  /art/runtime/native/
java_lang_VMClassLoader.cc 36 const size_t descriptor_hash = ComputeModifiedUtf8Hash(descriptor.c_str());
dalvik_system_DexFile.cc 182 const size_t hash(ComputeModifiedUtf8Hash(descriptor.c_str()));
dalvik_system_VMRuntime.cc 257 klass = linker->LookupClass(class_name, ComputeModifiedUtf8Hash(class_name), NULL);
  /art/runtime/verifier/
reg_type_cache.cc 150 klass = class_linker->LookupClass(descriptor, ComputeModifiedUtf8Hash(descriptor), loader);
  /art/oatdump/
oatdump.cc 289 dex_file->FindClassDef(descriptor, ComputeModifiedUtf8Hash(descriptor));
    [all...]

Completed in 548 milliseconds