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

/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java251 * Merges the dex files {@code update} and {@code base}, preferring
252 * {@code update}'s definition for types defined in both dex files.
256 * @return the bytes of the merged dex file, or null if both the update
259 private static byte[] mergeIncremental(byte[] update, File base) throws IOException { argument
263 if (update != null) {
264 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
/dalvik/vm/compiler/codegen/mips/
H A DRallocUtil.cpp794 // Can reuse - update the register usage info
819 int regClass, bool update)
860 if (update) {
870 int regClass, bool update)
874 return evalLocWide(cUnit, loc, regClass, update);
894 if (update) {
818 evalLocWide(CompilationUnit *cUnit, RegLocation loc, int regClass, bool update) argument
869 dvmCompilerEvalLoc(CompilationUnit *cUnit, RegLocation loc, int regClass, bool update) argument

Completed in 101 milliseconds