Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.h95 bool VerifyMethods(dex_ir::MethodItemVector* orig,
Ddex_verify.cc761 if (!VerifyMethods(orig->DirectMethods(), in VerifyClassData()
767 return VerifyMethods(orig->VirtualMethods(), in VerifyClassData()
806 bool VerifyMethods(dex_ir::MethodItemVector* orig, in VerifyMethods() function