Lines Matching defs:orig

51 template<class T> bool VerifyIds(dex_ir::CollectionVector<T>& orig,  in VerifyIds()
75 bool VerifyId(dex_ir::StringId* orig, dex_ir::StringId* output, std::string* error_msg) { in VerifyId()
87 bool VerifyId(dex_ir::TypeId* orig, dex_ir::TypeId* output, std::string* error_msg) { in VerifyId()
99 bool VerifyId(dex_ir::ProtoId* orig, dex_ir::ProtoId* output, std::string* error_msg) { in VerifyId()
124 bool VerifyId(dex_ir::FieldId* orig, dex_ir::FieldId* output, std::string* error_msg) { in VerifyId()
153 bool VerifyId(dex_ir::MethodId* orig, dex_ir::MethodId* output, std::string* error_msg) { in VerifyId()
190 bool VerifyClassDefs(dex_ir::CollectionVector<dex_ir::ClassDef>& orig, in VerifyClassDefs()
224 bool VerifyClassDef(dex_ir::ClassDef* orig, dex_ir::ClassDef* output, std::string* error_msg) { in VerifyClassDef()
279 bool VerifyTypeList(const dex_ir::TypeList* orig, const dex_ir::TypeList* output) { in VerifyTypeList()
296 bool VerifyAnnotationsDirectory(dex_ir::AnnotationsDirectoryItem* orig, in VerifyAnnotationsDirectory()
327 bool VerifyFieldAnnotations(dex_ir::FieldAnnotationVector* orig, in VerifyFieldAnnotations()
368 bool VerifyMethodAnnotations(dex_ir::MethodAnnotationVector* orig, in VerifyMethodAnnotations()
409 bool VerifyParameterAnnotations(dex_ir::ParameterAnnotationVector* orig, in VerifyParameterAnnotations()
450 bool VerifyAnnotationSetRefList(dex_ir::AnnotationSetRefList* orig, in VerifyAnnotationSetRefList()
471 bool VerifyAnnotationSet(dex_ir::AnnotationSetItem* orig, in VerifyAnnotationSet()
498 bool VerifyAnnotation(dex_ir::AnnotationItem* orig, in VerifyAnnotation()
514 bool VerifyEncodedAnnotation(dex_ir::EncodedAnnotation* orig, in VerifyEncodedAnnotation()
547 bool VerifyAnnotationElement(dex_ir::AnnotationElement* orig, in VerifyAnnotationElement()
562 bool VerifyEncodedValue(dex_ir::EncodedValue* orig, in VerifyEncodedValue()
714 bool VerifyEncodedArray(dex_ir::EncodedArrayItem* orig, in VerifyEncodedArray()
744 bool VerifyClassData(dex_ir::ClassData* orig, dex_ir::ClassData* output, std::string* error_msg) { in VerifyClassData()
773 bool VerifyFields(dex_ir::FieldItemVector* orig, in VerifyFields()
806 bool VerifyMethods(dex_ir::MethodItemVector* orig, in VerifyMethods()
842 bool VerifyCode(dex_ir::CodeItem* orig, dex_ir::CodeItem* output, std::string* error_msg) { in VerifyCode()
899 bool VerifyDebugInfo(dex_ir::DebugInfoItem* orig, in VerifyDebugInfo()
930 bool VerifyTries(dex_ir::TryItemVector* orig, in VerifyTries()
977 bool VerifyHandlers(dex_ir::CatchHandlerVector* orig, in VerifyHandlers()
1004 bool VerifyHandler(const dex_ir::CatchHandler* orig, in VerifyHandler()