Home
last modified time | relevance | path

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

/art/runtime/
Dimtable-inl.h36 inline void ImTable::GetImtHashComponents(ArtMethod* method, in GetImtHashComponents() function
87 GetImtHashComponents(method, &class_hash, &name_hash, &signature_hash); in GetImtIndex()
Dimtable.h79 ALWAYS_INLINE static inline void GetImtHashComponents(ArtMethod* method,
/art/oatdump/
Doatdump.cc3269 ImTable::GetImtHashComponents(&iface_method, &class_hash, &name_hash, &signature_hash); in DumpIMTForClass()