Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.h99 bool VerifyCode(dex_ir::CodeItem* orig, dex_ir::CodeItem* output, std::string* error_msg);
Ddex_verify.cc835 if (!VerifyCode(orig_method->GetCodeItem(), output_method->GetCodeItem(), error_msg)) { in VerifyMethods()
842 bool VerifyCode(dex_ir::CodeItem* orig, dex_ir::CodeItem* output, std::string* error_msg) { in VerifyCode() function