Home
last modified time | relevance | path

Searched refs:name_hash (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dimtable-inl.h38 uint32_t* name_hash, in GetImtHashComponents() argument
43 *name_hash = 0; in GetImtHashComponents()
55 *name_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodName(method_id)); in GetImtHashComponents()
79 *name_hash = 0; in GetImtHashComponents()
93 uint32_t class_hash, name_hash, signature_hash; in GetImtIndex() local
94 GetImtHashComponents(method, &class_hash, &name_hash, &signature_hash); in GetImtIndex()
98 mixed_hash = class_hash + name_hash + signature_hash; in GetImtIndex()
101 kImTableHashCoefficientName * name_hash + in GetImtIndex()
Dimtable.h86 uint32_t* name_hash,
/art/oatdump/
Doatdump.cc2902 uint32_t class_hash, name_hash, signature_hash; in DumpIMTForClass() local
2903 ImTable::GetImtHashComponents(&iface_method, &class_hash, &name_hash, &signature_hash); in DumpIMTForClass()
2909 << " name_hash=0x" << name_hash in DumpIMTForClass()