Searched defs:set (Results 1 - 25 of 61) sorted by relevance

123

/dalvik/dexgen/src/com/android/dexgen/rop/
H A DStdFieldList.java46 public void set(int n, Field field) { method in class:StdFieldList
H A DStdAttributeList.java101 public void set(int n, Attribute attribute) { method in class:StdAttributeList
H A DLineNumberList.java49 result.set(i, list1.get(i));
53 result.set(sz1 + i, list2.get(i));
84 public void set(int n, Item item) { method in class:LineNumberList
99 public void set(int n, int startPc, int lineNumber) { method in class:LineNumberList
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotationsList.java52 result.set(i, Annotations.combine(a1, a2));
70 * this with the index for an element which was never set; if you
85 * @param a {@code null-ok;} the element to set at {@code n}
87 public void set(int n, Annotations a) { method in class:AnnotationsList
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DStdConstantPool.java96 public void set(int n, Constant cst) { method in class:StdConstantPool
H A DCstArray.java140 * this with the index for an element which was never set; if you
154 * @param a {@code null-ok;} the element to set at {@code n}
156 public void set(int n, Constant a) { method in class:CstArray.List
/dalvik/dx/src/com/android/dx/cf/code/
H A DByteBlockList.java39 * index for an element which was never set; if you do that, this
72 public void set(int n, ByteBlock bb) { method in class:ByteBlockList
73 super.set(n, bb);
H A DLineNumberList.java49 result.set(i, list1.get(i));
53 result.set(sz1 + i, list2.get(i));
84 public void set(int n, Item item) { method in class:LineNumberList
99 public void set(int n, int startPc, int lineNumber) { method in class:LineNumberList
/dalvik/dx/src/com/android/dx/cf/iface/
H A DStdAttributeList.java101 public void set(int n, Attribute attribute) { method in class:StdAttributeList
H A DStdFieldList.java46 public void set(int n, Field field) { method in class:StdFieldList
H A DStdMethodList.java46 public void set(int n, Method method) { method in class:StdMethodList
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotationsList.java52 result.set(i, Annotations.combine(a1, a2));
70 * this with the index for an element which was never set; if you
85 * @param a {@code null-ok;} the element to set at {@code n}
87 public void set(int n, Annotations a) { method in class:AnnotationsList
/dalvik/dx/src/com/android/dx/rop/cst/
H A DStdConstantPool.java96 public void set(int n, Constant cst) { method in class:StdConstantPool
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DInsnList.java37 * this with the index for an element which was never set; if you
51 * @param insn {@code non-null;} the instruction to set at {@code n}
53 public void set(int n, Insn insn) { method in class:InsnList
/dalvik/dexgen/src/com/android/dexgen/util/
H A DLabeledList.java83 labelToIndex.set(oldLabel, -1);
98 labelToIndex.set(label, index);
137 labelToIndex.set(li.getLabel(), i);
148 protected void set(int n, LabeledItem item) { method in class:LabeledList
H A DBits.java31 * Constructs a bit set to contain bits up to the given index (exclusive).
42 * Gets the maximum index (exclusive) for the given bit set.
44 * @param bits {@code non-null;} bit set in question
45 * @return {@code >= 0;} the maximum index (exclusive) that may be set
54 * @param bits {@code non-null;} bit set to operate on
55 * @param idx {@code >= 0, < getMax(set);} which bit
67 * @param bits {@code non-null;} bit set to operate on
68 * @param idx {@code >= 0, < getMax(set);} which bit
71 public static void set(int[] bits, int idx, boolean value) { method in class:Bits
85 * @param bits {@code non-null;} bit set t
88 public static void set(int[] bits, int idx) { method in class:Bits
[all...]
/dalvik/dx/src/com/android/dx/cf/attrib/
H A DInnerClassList.java58 public void set(int n, CstType innerClass, CstType outerClass, method in class:InnerClassList
/dalvik/dx/src/com/android/dx/cf/direct/
H A DFieldListParser.java78 protected Member set(int n, int accessFlags, CstNat nat, method in class:FieldListParser
83 fields.set(n, field);
H A DMethodListParser.java78 protected Member set(int n, int accessFlags, CstNat nat, method in class:MethodListParser
83 methods.set(n, meth);
/dalvik/dx/src/com/android/dx/rop/code/
H A DInsnList.java37 * this with the index for an element which was never set; if you
51 * @param insn {@code non-null;} the instruction to set at {@code n}
53 public void set(int n, Insn insn) { method in class:InsnList
/dalvik/dx/src/com/android/dx/ssa/back/
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 DCatchHandlerList.java42 * this with the index for an element which was never set; if you
121 public void set(int n, CstType exceptionType, int handler) { method in class:CatchHandlerList
129 * @param entry {@code non-null;} the entry to set at {@code n}
131 public void set(int n, Entry entry) { method in class:CatchHandlerList
H A DCatchTable.java43 * this with the index for an element which was never set; if you
57 * @param entry {@code non-null;} the entry to set at {@code n}
59 public void set(int n, Entry entry) { method in class:CatchTable
H A DDalvInsnList.java61 result.set(i, list.get(i));
80 * this with the index for an element which was never set; if you
94 * @param insn {@code non-null;} the instruction to set at {@code n}
96 public void set(int n, DalvInsn insn) { method in class:DalvInsnList
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

Completed in 1318 milliseconds

123