Lines Matching full:verifier
3 <title>Dalvik Bytecode Verifier Notes</title>
7 <h1>Dalvik Bytecode Verifier Notes</h1>
10 The bytecode verifier in the Dalvik VM attempts to provide the same sorts
33 error cases because the verifier guarantees that they are impossible.
50 <h2>Verifier Differences</h2>
53 There are a few checks that the Dalvik bytecode verifier does not perform,
73 uninitialized objects to slip past the verifier -- without unduly
93 The Dalvik verifier is more restrictive than other VMs in one area:
102 The verifier may reject a class immediately, or it may defer throwing
149 In early versions of Dalvik (as found in Android 1.6 and earlier), the verifier
159 class that didn't pass pre-verification, the verifier is invoked. If a