Home | History | Annotate | Download | only in docs

Lines Matching full:bytecode

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
35 with a stronger set of assumptions about the bytecode.
45 it's very helpful to start with the assumption that the bytecode
57 There are a few checks that the Dalvik bytecode verifier does not perform,
107 object must be unlocked before the method returns. At the bytecode level,
110 completes normally or abnormally. The bytecode verifier optionally
130 This is not expected to be an issue for compiler-generated bytecode.
147 On the other hand, if a class contains an invalid bytecode, it should be
166 At that point the bytecode instructions are mapped read-only during