Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.cc44 const DexFile::TypeList* other_types = other->method_->GetParameterTypeList(); in HasSameSignatureWithDifferentClassLoaders() local
46 return (other_types == nullptr) || (other_types->Size() == 0); in HasSameSignatureWithDifferentClassLoaders()
47 } else if (UNLIKELY(other_types == nullptr)) { in HasSameSignatureWithDifferentClassLoaders()
51 if (UNLIKELY(num_types != other_types->Size())) { in HasSameSignatureWithDifferentClassLoaders()
57 other->GetClassFromTypeIdx(other_types->GetTypeItem(i).type_idx_); in HasSameSignatureWithDifferentClassLoaders()