Searched defs:update (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java248 * Merges the dex files {@code update} and {@code base}, preferring
249 * {@code update}'s definition for types defined in both dex files.
253 * @return the bytes of the merged dex file, or null if both the update
256 private static byte[] mergeIncremental(byte[] update, File base) throws IOException { argument
260 if (update != null) {
261 dexA = new DexBuffer(update);
/dalvik/vm/compiler/codegen/
H A DRallocUtil.cpp722 // Can reuse - update the register usage info
747 int regClass, bool update)
788 if (update) {
798 int regClass, bool update)
802 return evalLocWide(cUnit, loc, regClass, update);
822 if (update) {
746 evalLocWide(CompilationUnit *cUnit, RegLocation loc, int regClass, bool update) argument
797 dvmCompilerEvalLoc(CompilationUnit *cUnit, RegLocation loc, int regClass, bool update) argument

Completed in 1803 milliseconds