Lines Matching refs:orig

33 template<class T> bool VerifyIds(dex_ir::CollectionVector<T>& orig,
37 bool VerifyId(dex_ir::StringId* orig, dex_ir::StringId* output, std::string* error_msg);
38 bool VerifyId(dex_ir::TypeId* orig, dex_ir::TypeId* output, std::string* error_msg);
39 bool VerifyId(dex_ir::ProtoId* orig, dex_ir::ProtoId* output, std::string* error_msg);
40 bool VerifyId(dex_ir::FieldId* orig, dex_ir::FieldId* output, std::string* error_msg);
41 bool VerifyId(dex_ir::MethodId* orig, dex_ir::MethodId* output, std::string* error_msg);
43 bool VerifyClassDefs(dex_ir::CollectionVector<dex_ir::ClassDef>& orig,
46 bool VerifyClassDef(dex_ir::ClassDef* orig, dex_ir::ClassDef* output, std::string* error_msg);
48 bool VerifyTypeList(const dex_ir::TypeList* orig, const dex_ir::TypeList* output);
50 bool VerifyAnnotationsDirectory(dex_ir::AnnotationsDirectoryItem* orig,
53 bool VerifyFieldAnnotations(dex_ir::FieldAnnotationVector* orig,
57 bool VerifyMethodAnnotations(dex_ir::MethodAnnotationVector* orig,
61 bool VerifyParameterAnnotations(dex_ir::ParameterAnnotationVector* orig,
65 bool VerifyAnnotationSetRefList(dex_ir::AnnotationSetRefList* orig,
68 bool VerifyAnnotationSet(dex_ir::AnnotationSetItem* orig,
71 bool VerifyAnnotation(dex_ir::AnnotationItem* orig,
74 bool VerifyEncodedAnnotation(dex_ir::EncodedAnnotation* orig,
78 bool VerifyAnnotationElement(dex_ir::AnnotationElement* orig,
82 bool VerifyEncodedValue(dex_ir::EncodedValue* orig,
86 bool VerifyEncodedArray(dex_ir::EncodedArrayItem* orig,
90 bool VerifyClassData(dex_ir::ClassData* orig, dex_ir::ClassData* output, std::string* error_msg);
91 bool VerifyFields(dex_ir::FieldItemVector* orig,
95 bool VerifyMethods(dex_ir::MethodItemVector* orig,
99 bool VerifyCode(dex_ir::CodeItem* orig, dex_ir::CodeItem* output, std::string* error_msg);
100 bool VerifyDebugInfo(dex_ir::DebugInfoItem* orig,
103 bool VerifyTries(dex_ir::TryItemVector* orig,
107 bool VerifyHandlers(dex_ir::CatchHandlerVector* orig,
111 bool VerifyHandler(const dex_ir::CatchHandler* orig,