Home
last modified time | relevance | path

Searched refs:update (Results 1 – 4 of 4) sorted by relevance

/dalvik/opcode-gen/
DREADME.txt29 * Implement/update the opcode in C in vm/mterp/c/...
33 * Implement/update the instruction in assembly in vm/mterp/{arm*,x86*}/...
37 * Implement/update the instruction in
44 DexVerify.c, and Optimize.c. You may need to update them to account
/dalvik/dx/src/com/android/dx/dex/file/
DDexFile.java632 md.update(bytes, 32, bytes.length - 32); in calcSignature()
654 a32.update(bytes, 12, bytes.length - 12); in calcChecksum()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDexFile.java615 md.update(bytes, 32, bytes.length - 32); in calcSignature()
637 a32.update(bytes, 12, bytes.length - 12); in calcChecksum()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java413 private static byte[] mergeIncremental(byte[] update, File base) throws IOException { in mergeIncremental() argument
417 if (update != null) { in mergeIncremental()
418 dexA = new Dex(update); in mergeIncremental()