Home | History | Annotate | Download | only in dexdeps

Lines Matching full:dex

24  * Data extracted from a DEX file.
47 * Loads the contents of the DEX file into our data structures.
50 * @throws DexDataException if the DEX contents look bad
78 "this is a DEX file?");
123 * Loads the string table out of the DEX.
282 * DEX file or within the VM (e.g. primitive classes and arrays).
345 * correspond to classes in the DEX file. Each class reference has
423 * Seeks the DEX file to the specified absolute position.
430 * Fills the buffer by reading bytes from the DEX file.
545 * represents a class defined in this DEX, so we use an object for
552 public boolean internal; // defined within this DEX file?