Searched defs:name_hash (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dimtable-inl.h38 uint32_t* name_hash,
43 *name_hash = 0;
55 *name_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodName(method_id));
79 *name_hash = 0;
86 uint32_t class_hash, name_hash, signature_hash; local
87 GetImtHashComponents(method, &class_hash, &name_hash, &signature_hash);
91 mixed_hash = class_hash + name_hash + signature_hash;
94 kImTableHashCoefficientName * name_hash +
36 GetImtHashComponents(ArtMethod* method, uint32_t* class_hash, uint32_t* name_hash, uint32_t* signature_hash) argument
/art/oatdump/
H A Doatdump.cc3167 uint32_t class_hash, name_hash, signature_hash; local
3168 ImTable::GetImtHashComponents(&iface_method, &class_hash, &name_hash, &signature_hash);
3174 << " name_hash=0x" << name_hash

Completed in 136 milliseconds