Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Executable.cc208 const DexFile::TypeList* other_list = other_method->GetParameterTypeList(); in Executable_compareMethodParametersInternal() local
210 if (this_list == other_list) { in Executable_compareMethodParametersInternal()
214 if (this_list == nullptr && other_list != nullptr) { in Executable_compareMethodParametersInternal()
218 if (other_list == nullptr && this_list != nullptr) { in Executable_compareMethodParametersInternal()
223 const int32_t other_size = other_list->Size(); in Executable_compareMethodParametersInternal()
233 other_list->GetTypeItem(i).type_idx_); in Executable_compareMethodParametersInternal()