Lines Matching full:verification
3 <title>Dalvik Optimization and Verification</title>
7 <h1>Dalvik Optimization and Verification With <i>dexopt</i></h1>
29 <li>Bytecode verification is necessary, but slow, so we want to verify
52 <li>Bytecode verification is mandatory for all classes, but we want
79 some of the other actions (realignment, optimization, verification) described
140 try to use a partial file.) If we're interested in verification and
164 <h2>Verification</h2>
167 The bytecode verification process involves scanning through the instructions
184 Reporting of verification failures is a tricky issue. For example,
187 to report it during verification though -- we actually want to throw
272 causes class loading and/or verification to fail, and classes with
277 non-boot DEX files can't be optimized. Because verification is pass/fail
292 to it will not be resolved during verification / optimization. The class
313 and execute it. The rather heavy <code>dexopt</code> verification and