Home | History | Annotate | Download | only in runtime

Lines Matching refs:types2

5613   const dex::TypeList* types2 = method2->GetParameterTypeList();
5615 if (types2 != nullptr && types2->Size() != 0) {
5622 } else if (UNLIKELY(types2 == nullptr)) {
5632 if (UNLIKELY(num_types != types2->Size())) {
5648 dex::TypeIndex other_param_type_idx = types2->GetTypeItem(i).type_idx_;