Searched refs:UpdateModifiedUtf8Hash (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/dex/ |
D | utf.h | 126 inline uint32_t UpdateModifiedUtf8Hash(uint32_t hash, char c) { in UpdateModifiedUtf8Hash() function 132 inline uint32_t UpdateModifiedUtf8Hash(uint32_t hash, std::string_view chars) { in UpdateModifiedUtf8Hash() function 134 hash = UpdateModifiedUtf8Hash(hash, c); in UpdateModifiedUtf8Hash()
|
D | utf.cc | 163 hash = UpdateModifiedUtf8Hash(hash, *chars); in ComputeModifiedUtf8Hash() 170 return UpdateModifiedUtf8Hash(StartModifiedUtf8Hash(), chars); in ComputeModifiedUtf8Hash()
|
/art/runtime/mirror/ |
D | class-inl.h | 858 hash = UpdateModifiedUtf8Hash(hash, '['); in DescriptorHash() 863 hash = UpdateModifiedUtf8Hash(hash, Primitive::Descriptor(klass->GetPrimitiveType())[0]); in DescriptorHash() 868 hash = UpdateModifiedUtf8Hash(hash, descriptor); in DescriptorHash()
|
D | class.cc | 1778 hash = UpdateModifiedUtf8Hash(hash, 'L'); in UpdateHashForProxyClass() 1783 hash = UpdateModifiedUtf8Hash(hash, (c != '.') ? c : '/'); in UpdateHashForProxyClass() 1788 hash = UpdateModifiedUtf8Hash(hash, (c != '.') ? c : '/'); in UpdateHashForProxyClass() 1791 hash = UpdateModifiedUtf8Hash(hash, ';'); in UpdateHashForProxyClass()
|