Searched refs:VerifyTypeList (Results 1 – 2 of 2) sorted by relevance
48 bool VerifyTypeList(const dex_ir::TypeList* orig, const dex_ir::TypeList* output);
116 if (!VerifyTypeList(orig->Parameters(), output->Parameters())) { in VerifyId()254 if (!VerifyTypeList(orig->Interfaces(), output->Interfaces())) { in VerifyClassDef()279 bool VerifyTypeList(const dex_ir::TypeList* orig, const dex_ir::TypeList* output) { in VerifyTypeList() function