Home
last modified time | relevance | path

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

/aosp12/art/dexlayout/
H A Ddex_verify.h48 bool VerifyTypeList(const dex_ir::TypeList* orig, const dex_ir::TypeList* output);
H A Ddex_verify.cc116 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