Searched refs:VerifyIds (Results 1 – 2 of 2) sorted by relevance
/art/dexlayout/ |
D | dex_verify.cc | 37 if (!VerifyIds(orig_header->StringIds(), output_header->StringIds(), "string ids", error_msg) || in VerifyOutputDexFile() 38 !VerifyIds(orig_header->TypeIds(), output_header->TypeIds(), "type ids", error_msg) || in VerifyOutputDexFile() 39 !VerifyIds(orig_header->ProtoIds(), output_header->ProtoIds(), "proto ids", error_msg) || in VerifyOutputDexFile() 40 !VerifyIds(orig_header->FieldIds(), output_header->FieldIds(), "field ids", error_msg) || in VerifyOutputDexFile() 41 !VerifyIds(orig_header->MethodIds(), output_header->MethodIds(), "method ids", error_msg)) { in VerifyOutputDexFile() 51 template<class T> bool VerifyIds(dex_ir::CollectionVector<T>& orig, in VerifyIds() function
|
D | dex_verify.h | 33 template<class T> bool VerifyIds(dex_ir::CollectionVector<T>& orig,
|