Searched refs:set (Results 51 - 75 of 214) sorted by relevance

123456789

/dalvik/dexgen/src/com/android/dexgen/util/
H A DBitIntSet.java22 * A set of integers, represented by a bit set
32 * @param max the maximum value of ints in this set.
41 Bits.set(bits, value, true);
45 * Ensures that the bit set has the capacity to represent the given value.
61 Bits.set(bits, value, false);
84 Bits.set(bits, o.ints.get(i), true);
/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm21c.java128 bits.set(0, compat);
131 bits.set(0, compat);
132 bits.set(1, compat);
H A DForm31c.java123 bits.set(0, compat);
126 bits.set(0, compat);
127 bits.set(1, compat);
H A DForm22t.java85 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg()));
86 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg()));
H A DForm22x.java80 bits.set(0, unsignedFitsInByte(regs.get(0).getReg()));
81 bits.set(1, unsignedFitsInShort(regs.get(1).getReg()));
H A DForm32x.java79 bits.set(0, unsignedFitsInShort(regs.get(0).getReg()));
80 bits.set(1, unsignedFitsInShort(regs.get(1).getReg()));
/dalvik/dx/src/com/android/dx/util/
H A DBitIntSet.java22 * A set of integers, represented by a bit set
32 * @param max the maximum value of ints in this set.
41 Bits.set(bits, value, true);
45 * Ensures that the bit set has the capacity to represent the given value.
61 Bits.set(bits, value, false);
84 Bits.set(bits, o.ints.get(i), true);
/dalvik/dexgen/src/com/android/dexgen/rop/
H A DByteCatchList.java66 * @param n {@code >= 0, < size();} which entry to set
69 public void set(int n, Item item) { method in class:ByteCatchList
80 * @param n {@code >= 0, < size();} which entry to set
88 public void set(int n, int startPc, int endPc, int handlerPc, method in class:ByteCatchList
120 result.set(i, resultArr[i]);
213 result.set(i, get(i).getExceptionClass().getClassType());
/dalvik/dx/src/com/android/dx/cf/code/
H A DByteCatchList.java66 * @param n {@code >= 0, < size();} which entry to set
69 public void set(int n, Item item) { method in class:ByteCatchList
80 * @param n {@code >= 0, < size();} which entry to set
88 public void set(int n, int startPc, int endPc, int handlerPc, method in class:ByteCatchList
120 result.set(i, resultArr[i]);
213 result.set(i, get(i).getExceptionClass().getClassType());
/dalvik/dx/src/com/android/dx/command/annotool/
H A DMain.java127 EnumSet<ElementType> set = eTypes.clone();
129 set.remove(ElementType.TYPE);
130 set.remove(ElementType.PACKAGE);
131 if (!set.isEmpty()) {
/dalvik/dx/src/com/android/dx/ssa/back/
H A DIdenticalBlockCombiner.java101 toDelete.set(jLabel);
111 newBlocks.set(i, null);
168 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel);
180 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB);
H A DInterferenceGraph.java87 * Merges the interference set for a register into a given bit set
90 * @param set {@code non-null;} interference set; will be merged
91 * with set for given register
93 public void mergeInterferenceSet(int reg, IntSet set) { argument
95 set.merge(interference.get(reg));
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DPositionList.java107 result.set(i, arr[i]);
125 * this with the index for an element which was never set; if you
139 * @param entry {@code non-null;} the entry to set at {@code n}
141 public void set(int n, Entry entry) { method in class:PositionList
/dalvik/dx/src/com/android/dx/dex/code/
H A DPositionList.java107 result.set(i, arr[i]);
125 * this with the index for an element which was never set; if you
139 * @param entry {@code non-null;} the entry to set at {@code n}
141 public void set(int n, Entry entry) { method in class:PositionList
/dalvik/vm/mterp/armv5te/
H A DOP_GOTO.S13 add r2, r1, r1 @ r2<- byte offset, set flags
H A Dbinop.S8 * If "chkzero" is set to 1, we perform a divide-by-zero check on
30 $preinstr @ optional op; may set condition codes
H A Dbinop2addr.S8 * If "chkzero" is set to 1, we perform a divide-by-zero check on
28 $preinstr @ optional op; may set condition codes
H A DbinopLit8.S8 * If "chkzero" is set to 1, we perform a divide-by-zero check on
27 $preinstr @ optional op; may set condition codes
H A Dentry.S60 /* set up "named" registers, figure out entry point */
61 mov rSELF, r0 @ set rSELF
63 ldr rIBASE, [rSELF, #offThread_curHandlerTable] @ set rIBASE
H A DunopNarrower.S19 $preinstr @ optional op; may set condition codes
H A DunopWide.S17 $preinstr @ optional op; may set condition codes
H A DunopWider.S15 $preinstr @ optional op; may set condition codes
/dalvik/vm/mterp/armv6t2/
H A Dbinop2addr.S8 * If "chkzero" is set to 1, we perform a divide-by-zero check on
27 $preinstr @ optional op; may set condition codes
H A DunopWide.S16 $preinstr @ optional op; may set condition codes
/dalvik/vm/mterp/x86/
H A Dbincmp.S27 jne common_updateProfile # set up %ebx & %edx & rPC

Completed in 1542 milliseconds

123456789