/* * Prepare a DEX file for use by the VM. Depending upon the VM options * we will attempt to verify and/or optimize the code, possibly appending * register maps. * * TODO: the format of the optimized header is currently "whatever we * happen to wri
/* * Access .dex (Dalvik Executable Format) files. The code here assumes that * the DEX file has been rewritten (byte-swapped, word-aligned) and that * the contents can be directly accessed as a collection of C arrays. Please * see docs/dalvik/dex-f
17/* 18 * Command-line DEX optimization and verification entry point. 19 * 20 * There are three ways to launch this: 21 * (1) From the VM. This takes a dozen args, one of which is a file 22 * descr iptor that acts as both input and output. This allo