Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc391 dex_ir::MethodAnnotation* output_method = (*output)[i].get(); in VerifyMethodAnnotations() local
392 if (orig_method->GetMethodId()->GetIndex() != output_method->GetMethodId()->GetIndex()) { in VerifyMethodAnnotations()
397 output_method->GetMethodId()->GetIndex()); in VerifyMethodAnnotations()
401 output_method->GetAnnotationSetItem(), in VerifyMethodAnnotations()
819 dex_ir::MethodItem* output_method = &(*output)[i]; in VerifyMethods() local
820 if (orig_method->GetMethodId()->GetIndex() != output_method->GetMethodId()->GetIndex()) { in VerifyMethods()
824 output_method->GetMethodId()->GetIndex()); in VerifyMethods()
827 if (orig_method->GetAccessFlags() != output_method->GetAccessFlags()) { in VerifyMethods()
832 output_method->GetAccessFlags()); in VerifyMethods()
835 if (!VerifyCode(orig_method->GetCodeItem(), output_method->GetCodeItem(), error_msg)) { in VerifyMethods()