Lines Matching refs:GetIndex
72 orig->GetIndex(), in VerifyId()
82 if (orig->GetStringId()->GetIndex() != output->GetStringId()->GetIndex()) { in VerifyId()
84 orig->GetIndex(), in VerifyId()
86 orig->GetStringId()->GetIndex(), in VerifyId()
87 output->GetStringId()->GetIndex()); in VerifyId()
94 if (orig->Shorty()->GetIndex() != output->Shorty()->GetIndex()) { in VerifyId()
96 orig->GetIndex(), in VerifyId()
98 orig->Shorty()->GetIndex(), in VerifyId()
99 output->Shorty()->GetIndex()); in VerifyId()
102 if (orig->ReturnType()->GetIndex() != output->ReturnType()->GetIndex()) { in VerifyId()
104 orig->GetIndex(), in VerifyId()
106 orig->ReturnType()->GetIndex(), in VerifyId()
107 output->ReturnType()->GetIndex()); in VerifyId()
112 orig->GetIndex(), in VerifyId()
119 if (orig->Class()->GetIndex() != output->Class()->GetIndex()) { in VerifyId()
122 orig->GetIndex(), in VerifyId()
124 orig->Class()->GetIndex(), in VerifyId()
125 output->Class()->GetIndex()); in VerifyId()
128 if (orig->Type()->GetIndex() != output->Type()->GetIndex()) { in VerifyId()
130 orig->GetIndex(), in VerifyId()
132 orig->Class()->GetIndex(), in VerifyId()
133 output->Class()->GetIndex()); in VerifyId()
136 if (orig->Name()->GetIndex() != output->Name()->GetIndex()) { in VerifyId()
138 orig->GetIndex(), in VerifyId()
140 orig->Name()->GetIndex(), in VerifyId()
141 output->Name()->GetIndex()); in VerifyId()
148 if (orig->Class()->GetIndex() != output->Class()->GetIndex()) { in VerifyId()
150 orig->GetIndex(), in VerifyId()
152 orig->Class()->GetIndex(), in VerifyId()
153 output->Class()->GetIndex()); in VerifyId()
156 if (orig->Proto()->GetIndex() != output->Proto()->GetIndex()) { in VerifyId()
158 orig->GetIndex(), in VerifyId()
160 orig->Class()->GetIndex(), in VerifyId()
161 output->Class()->GetIndex()); in VerifyId()
164 if (orig->Name()->GetIndex() != output->Name()->GetIndex()) { in VerifyId()
167 orig->GetIndex(), in VerifyId()
169 orig->Name()->GetIndex(), in VerifyId()
170 output->Name()->GetIndex()); in VerifyId()
178 return lhs->ClassType()->GetIndex() < rhs->ClassType()->GetIndex(); in operator ()()
212 if (orig->ClassType()->GetIndex() != output->ClassType()->GetIndex()) { in VerifyClassDef()
215 orig->GetIndex(), in VerifyClassDef()
217 orig->ClassType()->GetIndex(), in VerifyClassDef()
218 output->ClassType()->GetIndex()); in VerifyClassDef()
224 orig->GetIndex(), in VerifyClassDef()
230 uint32_t orig_super = orig->Superclass() == nullptr ? 0 : orig->Superclass()->GetIndex(); in VerifyClassDef()
231 uint32_t output_super = output->Superclass() == nullptr ? 0 : output->Superclass()->GetIndex(); in VerifyClassDef()
235 orig->GetIndex(), in VerifyClassDef()
243 orig->GetIndex(), in VerifyClassDef()
251 orig->GetIndex(), in VerifyClassDef()
276 if ((*orig_list)[i]->GetIndex() != (*output_list)[i]->GetIndex()) { in VerifyTypeList()
338 if (orig_field->GetFieldId()->GetIndex() != output_field->GetFieldId()->GetIndex()) { in VerifyFieldAnnotations()
342 orig_field->GetFieldId()->GetIndex(), in VerifyFieldAnnotations()
343 output_field->GetFieldId()->GetIndex()); in VerifyFieldAnnotations()
379 if (orig_method->GetMethodId()->GetIndex() != output_method->GetMethodId()->GetIndex()) { in VerifyMethodAnnotations()
383 orig_method->GetMethodId()->GetIndex(), in VerifyMethodAnnotations()
384 output_method->GetMethodId()->GetIndex()); in VerifyMethodAnnotations()
420 if (orig_param->GetMethodId()->GetIndex() != output_param->GetMethodId()->GetIndex()) { in VerifyParameterAnnotations()
424 orig_param->GetMethodId()->GetIndex(), in VerifyParameterAnnotations()
425 output_param->GetMethodId()->GetIndex()); in VerifyParameterAnnotations()
505 if (orig->GetType()->GetIndex() != output->GetType()->GetIndex()) { in VerifyEncodedAnnotation()
509 orig->GetType()->GetIndex(), in VerifyEncodedAnnotation()
510 output->GetType()->GetIndex()); in VerifyEncodedAnnotation()
538 if (orig->GetName()->GetIndex() != output->GetName()->GetIndex()) { in VerifyAnnotationElement()
542 orig->GetName()->GetIndex(), in VerifyAnnotationElement()
543 output->GetName()->GetIndex()); in VerifyAnnotationElement()
632 if (orig->GetStringId()->GetIndex() != output->GetStringId()->GetIndex()) { in VerifyEncodedValue()
642 if (orig->GetTypeId()->GetIndex() != output->GetTypeId()->GetIndex()) { in VerifyEncodedValue()
645 orig->GetTypeId()->GetIndex(), in VerifyEncodedValue()
646 output->GetTypeId()->GetIndex()); in VerifyEncodedValue()
652 if (orig->GetFieldId()->GetIndex() != output->GetFieldId()->GetIndex()) { in VerifyEncodedValue()
655 orig->GetFieldId()->GetIndex(), in VerifyEncodedValue()
656 output->GetFieldId()->GetIndex()); in VerifyEncodedValue()
661 if (orig->GetMethodId()->GetIndex() != output->GetMethodId()->GetIndex()) { in VerifyEncodedValue()
665 orig->GetMethodId()->GetIndex(), in VerifyEncodedValue()
666 output->GetMethodId()->GetIndex()); in VerifyEncodedValue()
774 if (orig_field->GetFieldId()->GetIndex() != output_field->GetFieldId()->GetIndex()) { in VerifyFields()
777 orig_field->GetFieldId()->GetIndex(), in VerifyFields()
778 output_field->GetFieldId()->GetIndex()); in VerifyFields()
807 if (orig_method->GetMethodId()->GetIndex() != output_method->GetMethodId()->GetIndex()) { in VerifyMethods()
810 orig_method->GetMethodId()->GetIndex(), in VerifyMethods()
811 output_method->GetMethodId()->GetIndex()); in VerifyMethods()
1015 } else if (orig_handler->GetTypeId()->GetIndex() != output_handler->GetTypeId()->GetIndex()) { in VerifyHandler()
1019 orig_handler->GetTypeId()->GetIndex(), in VerifyHandler()
1020 output_handler->GetTypeId()->GetIndex()); in VerifyHandler()