Lines Matching full:verification
14 <li><a href="#verifier">Bytecode Verification and Optimization</a>
111 <h2><a name="verifier">Bytecode Verification and Optimization</a></h2>
119 optimization and verification).
122 verification and optimization,
130 to the VM. This enables verification, and only optimizes classes that
134 to disable verification. (We could pass in <code>-Xdexopt:all</code> to
136 code, since classes that fail verification may well be skipped by the
140 <p>Enabling verification will make the <code>dexopt</code> command
141 take significantly longer, because the verification process is fairly slow.
142 Once the verified and optimized DEX files have been prepared, verification
146 <p>If your DEX files are processed with verification disabled, and you
240 <p>To enable extended DEX checksum verification: