Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dimtable-inl.h36 inline void ImTable::GetImtHashComponents(ArtMethod* method, in GetImtHashComponents() function
94 GetImtHashComponents(method, &class_hash, &name_hash, &signature_hash); in GetImtIndex()
H A Dimtable.h84 ALWAYS_INLINE static inline void GetImtHashComponents(ArtMethod* method,
/aosp12/art/oatdump/
H A Doatdump.cc2903 ImTable::GetImtHashComponents(&iface_method, &class_hash, &name_hash, &signature_hash); in DumpIMTForClass()