Lines Matching refs:GetIndex

78                               orig->GetIndex(),  in VerifyId()
88 if (orig->GetStringId()->GetIndex() != output->GetStringId()->GetIndex()) { in VerifyId()
90 orig->GetIndex(), in VerifyId()
92 orig->GetStringId()->GetIndex(), in VerifyId()
93 output->GetStringId()->GetIndex()); in VerifyId()
100 if (orig->Shorty()->GetIndex() != output->Shorty()->GetIndex()) { in VerifyId()
102 orig->GetIndex(), in VerifyId()
104 orig->Shorty()->GetIndex(), in VerifyId()
105 output->Shorty()->GetIndex()); in VerifyId()
108 if (orig->ReturnType()->GetIndex() != output->ReturnType()->GetIndex()) { in VerifyId()
110 orig->GetIndex(), in VerifyId()
112 orig->ReturnType()->GetIndex(), in VerifyId()
113 output->ReturnType()->GetIndex()); in VerifyId()
118 orig->GetIndex(), in VerifyId()
125 if (orig->Class()->GetIndex() != output->Class()->GetIndex()) { in VerifyId()
128 orig->GetIndex(), in VerifyId()
130 orig->Class()->GetIndex(), in VerifyId()
131 output->Class()->GetIndex()); in VerifyId()
134 if (orig->Type()->GetIndex() != output->Type()->GetIndex()) { in VerifyId()
136 orig->GetIndex(), in VerifyId()
138 orig->Class()->GetIndex(), in VerifyId()
139 output->Class()->GetIndex()); in VerifyId()
142 if (orig->Name()->GetIndex() != output->Name()->GetIndex()) { in VerifyId()
144 orig->GetIndex(), in VerifyId()
146 orig->Name()->GetIndex(), in VerifyId()
147 output->Name()->GetIndex()); in VerifyId()
154 if (orig->Class()->GetIndex() != output->Class()->GetIndex()) { in VerifyId()
156 orig->GetIndex(), in VerifyId()
158 orig->Class()->GetIndex(), in VerifyId()
159 output->Class()->GetIndex()); in VerifyId()
162 if (orig->Proto()->GetIndex() != output->Proto()->GetIndex()) { in VerifyId()
164 orig->GetIndex(), in VerifyId()
166 orig->Class()->GetIndex(), in VerifyId()
167 output->Class()->GetIndex()); in VerifyId()
170 if (orig->Name()->GetIndex() != output->Name()->GetIndex()) { in VerifyId()
173 orig->GetIndex(), in VerifyId()
175 orig->Name()->GetIndex(), in VerifyId()
176 output->Name()->GetIndex()); in VerifyId()
184 return lhs->ClassType()->GetIndex() < rhs->ClassType()->GetIndex(); in operator ()()
225 if (orig->ClassType()->GetIndex() != output->ClassType()->GetIndex()) { in VerifyClassDef()
228 orig->GetIndex(), in VerifyClassDef()
230 orig->ClassType()->GetIndex(), in VerifyClassDef()
231 output->ClassType()->GetIndex()); in VerifyClassDef()
237 orig->GetIndex(), in VerifyClassDef()
243 uint32_t orig_super = orig->Superclass() == nullptr ? 0 : orig->Superclass()->GetIndex(); in VerifyClassDef()
244 uint32_t output_super = output->Superclass() == nullptr ? 0 : output->Superclass()->GetIndex(); in VerifyClassDef()
248 orig->GetIndex(), in VerifyClassDef()
256 orig->GetIndex(), in VerifyClassDef()
264 orig->GetIndex(), in VerifyClassDef()
289 if ((*orig_list)[i]->GetIndex() != (*output_list)[i]->GetIndex()) { in VerifyTypeList()
351 if (orig_field->GetFieldId()->GetIndex() != output_field->GetFieldId()->GetIndex()) { in VerifyFieldAnnotations()
355 orig_field->GetFieldId()->GetIndex(), in VerifyFieldAnnotations()
356 output_field->GetFieldId()->GetIndex()); in VerifyFieldAnnotations()
392 if (orig_method->GetMethodId()->GetIndex() != output_method->GetMethodId()->GetIndex()) { in VerifyMethodAnnotations()
396 orig_method->GetMethodId()->GetIndex(), in VerifyMethodAnnotations()
397 output_method->GetMethodId()->GetIndex()); in VerifyMethodAnnotations()
433 if (orig_param->GetMethodId()->GetIndex() != output_param->GetMethodId()->GetIndex()) { in VerifyParameterAnnotations()
437 orig_param->GetMethodId()->GetIndex(), in VerifyParameterAnnotations()
438 output_param->GetMethodId()->GetIndex()); in VerifyParameterAnnotations()
518 if (orig->GetType()->GetIndex() != output->GetType()->GetIndex()) { in VerifyEncodedAnnotation()
522 orig->GetType()->GetIndex(), in VerifyEncodedAnnotation()
523 output->GetType()->GetIndex()); in VerifyEncodedAnnotation()
551 if (orig->GetName()->GetIndex() != output->GetName()->GetIndex()) { in VerifyAnnotationElement()
555 orig->GetName()->GetIndex(), in VerifyAnnotationElement()
556 output->GetName()->GetIndex()); in VerifyAnnotationElement()
645 if (orig->GetStringId()->GetIndex() != output->GetStringId()->GetIndex()) { in VerifyEncodedValue()
655 if (orig->GetTypeId()->GetIndex() != output->GetTypeId()->GetIndex()) { in VerifyEncodedValue()
658 orig->GetTypeId()->GetIndex(), in VerifyEncodedValue()
659 output->GetTypeId()->GetIndex()); in VerifyEncodedValue()
665 if (orig->GetFieldId()->GetIndex() != output->GetFieldId()->GetIndex()) { in VerifyEncodedValue()
668 orig->GetFieldId()->GetIndex(), in VerifyEncodedValue()
669 output->GetFieldId()->GetIndex()); in VerifyEncodedValue()
674 if (orig->GetMethodId()->GetIndex() != output->GetMethodId()->GetIndex()) { in VerifyEncodedValue()
678 orig->GetMethodId()->GetIndex(), in VerifyEncodedValue()
679 output->GetMethodId()->GetIndex()); in VerifyEncodedValue()
787 if (orig_field->GetFieldId()->GetIndex() != output_field->GetFieldId()->GetIndex()) { in VerifyFields()
790 orig_field->GetFieldId()->GetIndex(), in VerifyFields()
791 output_field->GetFieldId()->GetIndex()); in VerifyFields()
820 if (orig_method->GetMethodId()->GetIndex() != output_method->GetMethodId()->GetIndex()) { in VerifyMethods()
823 orig_method->GetMethodId()->GetIndex(), in VerifyMethods()
824 output_method->GetMethodId()->GetIndex()); in VerifyMethods()
1028 } else if (orig_handler->GetTypeId()->GetIndex() != output_handler->GetTypeId()->GetIndex()) { in VerifyHandler()
1032 orig_handler->GetTypeId()->GetIndex(), in VerifyHandler()
1033 output_handler->GetTypeId()->GetIndex()); in VerifyHandler()