Searched refs:name_hash (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | imtable-inl.h | 38 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()
|
D | imtable.h | 86 uint32_t* name_hash,
|
/art/oatdump/ |
D | oatdump.cc | 2902 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()
|