Searched refs:add (Results 1 - 25 of 109) sorted by relevance

12345

/dalvik/dx/junit-tests/com/android/dx/util/
H A DListIntSetTest.java28 set.add(31);
29 set.add(0);
30 set.add(1);
46 set.add(0);
47 set.add(0);
48 set.add(1);
49 set.add(1);
50 set.add(31);
51 set.add(31);
83 set.add(
[all...]
H A DBitIntSetTest.java28 set.add(0);
29 set.add(1);
30 set.add(31);
46 set.add(0);
47 set.add(0);
48 set.add(1);
49 set.add(1);
50 set.add(31);
51 set.add(31);
75 set.add(
[all...]
H A DIntListTest.java26 list.add(i * 2);
44 list.add(9);
45 list.add(12);
54 list.add(12);
55 list.add(9);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DOutputCollector.java59 * @param insn {@code non-null;} the instruction to add
61 public void add(DalvInsn insn) { method in class:OutputCollector
62 finisher.add(insn);
82 * @param insn {@code non-null;} the instruction to add
85 suffix.add(insn);
113 finisher.add(suffix.get(i));
/dalvik/dexgen/src/com/android/dexgen/util/
H A DIntSet.java27 * @param value int to add
29 void add(int value); method in interface:IntSet
H A DListIntSet.java38 public void add(int value) { method in class:ListIntSet
72 add(o.ints.get(j++));
83 add(o.ints.get(j++));
91 ints.add(i);
97 add(iter.next());
H A DDexJarMaker.java55 add(new File(pathHolder.getDexFilePath()), target);
74 * @param source {@code non-null;} dex file to add
78 private void add(File source, JarOutputStream target) throws IOException { method in class:DexJarMaker
H A DIntList.java49 result.add(value);
64 result.add(value0);
65 result.add(value1);
212 * @param value the value to add
214 public void add(int value) { method in class:IntList
348 result.add(values[i]);
/dalvik/dx/src/com/android/dx/dex/code/
H A DOutputCollector.java62 * @param insn {@code non-null;} the instruction to add
64 public void add(DalvInsn insn) { method in class:OutputCollector
65 finisher.add(insn);
85 * @param insn {@code non-null;} the instruction to add
88 suffix.add(insn);
116 finisher.add(suffix.get(i));
/dalvik/dx/src/com/android/dx/util/
H A DIntSet.java27 * @param value int to add
29 void add(int value); method in interface:IntSet
H A DListIntSet.java38 public void add(int value) { method in class:ListIntSet
72 add(o.ints.get(j++));
83 add(o.ints.get(j++));
91 ints.add(i);
97 add(iter.next());
H A DIntList.java49 result.add(value);
64 result.add(value0);
65 result.add(value1);
212 * @param value the value to add
214 public void add(int value) { method in class:IntList
348 result.add(values[i]);
/dalvik/dx/src/com/android/dx/ssa/back/
H A DInterferenceGraph.java43 interference.add(SetFactory.makeInterferenceSet(countRegs));
54 public void add(int regV, int regW) { method in class:InterferenceGraph
57 interference.get(regV).add(regW);
58 interference.get(regW).add(regV);
100 interference.add(SetFactory.makeInterferenceSet(size));
/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DClassRef.java39 mFieldRefs.add(fref);
53 mMethodRefs.add(mref);
/dalvik/dx/src/com/android/dx/cf/code/
H A DSwitchList.java138 targets.add(target);
147 public void add(int value, int target) { method in class:SwitchList
154 values.add(value);
155 targets.add(target);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DStatistics.java42 * @param item {@code non-null;} the item to add
44 public void add(Item item) { method in class:Statistics
51 data.add(item);
58 * @param list {@code non-null;} the list of items to add
63 add(item);
148 public void add(Item item) { method in class:Statistics.Data
H A DMapItem.java90 items.add(new MapItem(currentType, section,
103 items.add(new MapItem(currentType, section,
107 items.add(new MapItem(mapSection));
111 mapSection.add(
199 // We have nothing to add.
/dalvik/dx/src/com/android/dx/command/annotool/
H A DMain.java78 eTypes.add(ElementType.valueOf(p.toUpperCase(Locale.ROOT)));
89 printTypes.add(PrintType.valueOf(p.toUpperCase(Locale.ROOT)));
107 printTypes.add(PrintType.CLASS);
111 eTypes.add(ElementType.TYPE);
/dalvik/dx/src/com/android/dx/dex/file/
H A DStatistics.java41 * @param item {@code non-null;} the item to add
43 public void add(Item item) { method in class:Statistics
50 data.add(item);
57 * @param list {@code non-null;} the list of items to add
62 add(item);
147 public void add(Item item) { method in class:Statistics.Data
H A DMapItem.java89 items.add(new MapItem(currentType, section,
102 items.add(new MapItem(currentType, section,
106 items.add(new MapItem(mapSection));
110 mapSection.add(
198 // We have nothing to add.
/dalvik/dx/src/com/android/dx/command/findusages/
H A DFindUsages.java56 typeStringIndexes.add(i);
59 memberNameIndexes.add(i);
160 fields.add(fieldIndex);
179 methods.add(methodIndex);
191 assignableTypes.add(typeIndex);
195 assignableTypes.add(classDef.getTypeIndex());
201 assignableTypes.add(classDef.getTypeIndex());
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotations.java77 result.add(annotation);
165 * @param annotation {@code non-null;} the element to add
168 public void add(Annotation annotation) { method in class:Annotations
189 * @param toAdd {@code non-null;} the annotations to add
200 add(a);
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotations.java76 result.add(annotation);
164 * @param annotation {@code non-null;} the element to add
167 public void add(Annotation annotation) { method in class:Annotations
188 * @param toAdd {@code non-null;} the annotations to add
199 add(a);
/dalvik/dx/src/com/android/dx/ssa/
H A DSsaMethod.java160 result.add(ropBlocks.indexOfLabel(labelList.get(i)));
174 blocks.add(sbb);
203 blocks.add(exitBlock);
241 newBlock.getInsns().add(getGoto(newBlock));
242 blocks.add(newBlock);
371 blockList.add(this.getEntryBlock());
381 blockList.add(blocks.get(i));
473 useList[rl.get(i).getReg()].add(insn);
507 useList[reg].add(insn);
531 useList[reg].add(ins
[all...]
H A DSsaBasicBlock.java154 result.insns.add(new NormalSsaInsn (ropInsns.get(i), result));
185 domChildren.add(child);
204 insns.add(0, new PhiInsn(reg, this));
215 insns.add(0, new PhiInsn(resultSpec, this));
222 * @param insn {@code non-null;} rop-form insn to add
226 insns.add(getCountPhiInsns(), newInsn);
234 * @param insn {@code non-null;} rop-form insn to add, which must branch.
397 result.add(parent.blockIndexToRopLabel(successorList.get(i)));
421 newPred.successorList.add(index);
463 newSucc.successorList.add(othe
[all...]

Completed in 939 milliseconds

12345