Home
last modified time | relevance | path

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

/dalvik/vm/analysis/
DCodeVerify.cpp2889 static bool checkMoveException(const Method* meth, int insnIdx, in checkMoveException() function
5875 if (!checkMoveException(meth, insnIdx+insnWidth, "next")) in verifyInstruction()
5921 if (!checkMoveException(meth, insnIdx+branchTarget, "branch")) in verifyInstruction()
5962 if (!checkMoveException(meth, absOffset, "switch")) in verifyInstruction()