Searched refs:class_hash (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | imtable-inl.h | 37 uint32_t* class_hash, in GetImtHashComponents() argument 42 *class_hash = 0; in GetImtHashComponents() 52 *class_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodDeclaringClassDescriptor(method_id)); in GetImtHashComponents() 78 *class_hash = method->GetDexMethodIndex(); in GetImtHashComponents() 86 uint32_t class_hash, name_hash, signature_hash; in GetImtIndex() local 87 GetImtHashComponents(method, &class_hash, &name_hash, &signature_hash); in GetImtIndex() 91 mixed_hash = class_hash + name_hash + signature_hash; in GetImtIndex() 93 mixed_hash = kImTableHashCoefficientClass * class_hash + in GetImtIndex()
|
D | imtable.h | 83 uint32_t* class_hash,
|
/art/oatdump/ |
D | oatdump.cc | 3254 uint32_t class_hash, name_hash, signature_hash; in DumpIMTForClass() local 3255 ImTable::GetImtHashComponents(&iface_method, &class_hash, &name_hash, &signature_hash); in DumpIMTForClass() 3260 << " class_hash=0x" << class_hash in DumpIMTForClass()
|