Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Executable.cc278 const dex::TypeList* this_list = this_method->GetParameterTypeList(); in Executable_compareMethodParametersInternal() local
281 if (this_list == other_list) { in Executable_compareMethodParametersInternal()
285 if (this_list == nullptr && other_list != nullptr) { in Executable_compareMethodParametersInternal()
289 if (other_list == nullptr && this_list != nullptr) { in Executable_compareMethodParametersInternal()
293 const int32_t this_size = this_list->Size(); in Executable_compareMethodParametersInternal()
302 this_list->GetTypeItem(i).type_idx_); in Executable_compareMethodParametersInternal()