Home | History | Annotate | Download | only in docs

Lines Matching full:bytecode

19     <li>Class data, notably bytecode, must be shared between multiple
29 <li>Bytecode verification is necessary, but slow, so we want to verify
31 <li>Bytecode optimization (quickened instructions, method pruning) is
41 pieces). On the other hand, having the bytecode on the local heap makes
52 <li>Bytecode verification is mandatory for all classes, but we want
54 <li>Optimizations that require rewriting bytecode must be done ahead
70 The bytecode cannot be memory-mapped and executed directly from the zip
167 The bytecode verification process involves scanning through the instructions
172 <a href="verifier.html">Dalvik Bytecode Verifier Notes</a> for more
190 <a href="verifier.html">Dalvik Bytecode Verifier Notes</a> document
196 faulty bytecode is far from the easiest line of attack. The ODEX file has
312 Some languages and frameworks rely on the ability to generate bytecode
318 DEX files; may allow Java bytecode or Dalvik bytecode in instructions;
320 that performs on-first-use optimizations directly on the bytecode (which