Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.h111 bool HasSameSignatureWithDifferentClassLoaders(MethodHelper* other)
Dmethod_helper.cc39 bool MethodHelper::HasSameSignatureWithDifferentClassLoaders(MethodHelper* other) { in HasSameSignatureWithDifferentClassLoaders() function in art::MethodHelper
Dclass_linker.cc4336 !mh.HasSameSignatureWithDifferentClassLoaders(&super_mh)) { in ValidateSuperClassDescriptors()
4353 !mh.HasSameSignatureWithDifferentClassLoaders(&super_mh)) { in ValidateSuperClassDescriptors()