Searched refs:add (Results 51 - 75 of 109) sorted by relevance

12345

/dalvik/dx/src/com/android/dx/dex/file/
H A DClassDefsSection.java104 * Adds an element to this instance. It is illegal to attempt to add more
107 * @param clazz {@code non-null;} the class def to add
109 public void add(ClassDefItem clazz) { method in class:ClassDefsSection
183 orderedDefs.add(c);
H A DClassDataItem.java116 * @param field {@code non-null;} the field to add
129 staticFields.add(field);
136 * @param field {@code non-null;} the field to add
143 instanceFields.add(field);
149 * @param method {@code non-null;} the method to add
156 directMethods.add(method);
162 * @param method {@code non-null;} the method to add
169 virtualMethods.add(method);
H A DAnnotationsDirectoryItem.java155 * @param annotations {@code non-null;} associated annotations to add
164 fieldAnnotations.add(new FieldAnnotationStruct(field,
172 * @param annotations {@code non-null;} associated annotations to add
181 methodAnnotations.add(new MethodAnnotationStruct(method,
189 * @param list {@code non-null;} associated list of annotation sets to add
198 parameterAnnotations.add(new ParameterAnnotationStruct(method, list, dexFile));
H A DMixedItemSection.java162 * that it has been added to this instance. It is invalid to add the
163 * same item to more than one instance, nor to add the same items
166 * @param item {@code non-null;} the item to add
168 public void add(OffsettedItem item) { method in class:MixedItemSection
181 items.add(item);
186 * (which may not be the one passed in). This will add the item if no
201 add(item);
/dalvik/dx/src/com/android/dx/ssa/
H A DDeadCodeRemover.java115 deletedInsns.add(insnS);
141 deletedInsns.add(insn);
H A DConstCollector.java220 usedByLocal.add(cst);
237 constantList.add(entry.getKey());
299 // Now add a mark-local to the new reg immediately after.
311 insns.add(insns.indexOf(use) + 1, newInsn);
366 usedByLocal.add(cst);
H A DInterferenceRegisterMapper.java122 newRegInterference.add(new BitIntSet(newReg +1));
H A DSsaRenamer.java137 ssaRegToRopReg.add(i);
231 ssaRegToLocalItems.add(null);
575 movesToKeep.add(insn);
617 ssaRegToRopReg.add(ropReg);
638 * Never add a version 0 register as a phi
H A DPhiInsn.java134 operands.add(new Operand(registerSpec, predBlock.getIndex(),
150 operandsToRemove.add(o);
305 ret.add(ssaMeth.getBlocks().get(o.blockIndex));
/dalvik/dx/src/com/android/dx/ssa/back/
H A DLivenessAnalyzer.java239 interference.add(regV, rs.getReg());
270 interference.add(phis.get(i).getResult().getReg(),
H A DFirstFitLocalCombiningAllocator.java584 ssaRegs.add(moveRegSpec);
585 ssaRegs.add(checkRegSpec);
743 regList.add(assignment);
749 moveResultPseudoInsns.add((NormalSsaInsn) insn);
753 invokeRangeInsns.add((NormalSsaInsn) insn);
756 phiInsns.add((PhiInsn) insn);
776 "attempt to add invalid register mapping");
1145 * Otherwise, add it to the list of regs that need mapping.
1148 mapSet.add(mapper.oldToNew(resultReg));
1150 ssaRegs.add(resul
1209 public void add(int element) { method in class:FirstFitLocalCombiningAllocator.Multiset
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DClassDataItem.java120 * @param field {@code non-null;} the field to add
133 staticFields.add(field);
140 * @param field {@code non-null;} the field to add
147 instanceFields.add(field);
153 * @param method {@code non-null;} the method to add
160 directMethods.add(method);
166 * @param method {@code non-null;} the method to add
173 virtualMethods.add(method);
H A DAnnotationsDirectoryItem.java154 * @param annotations {@code non-null;} associated annotations to add
162 fieldAnnotations.add(new FieldAnnotationStruct(field,
170 * @param annotations {@code non-null;} associated annotations to add
178 methodAnnotations.add(new MethodAnnotationStruct(method,
186 * @param list {@code non-null;} associated list of annotation sets to add
194 parameterAnnotations.add(new ParameterAnnotationStruct(method, list));
H A DMixedItemSection.java163 * that it has been added to this instance. It is invalid to add the
164 * same item to more than one instance, nor to add the same items
167 * @param item {@code non-null;} the item to add
169 public void add(OffsettedItem item) { method in class:MixedItemSection
182 items.add(item);
187 * (which may not be the one passed in). This will add the item if no
202 add(item);
/dalvik/dexgen/src/com/android/dexgen/util/
H A DLabeledList.java95 labelToIndex.add(-1);
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java296 * target is us, add the ret target (subroutine successor)
303 successors.add(subCaller.getSuccessors().get(0));
584 * @param block {@code non-null;} the block to add
593 result.add(block);
595 resultSubroutines.add(subroutines);
603 * @param block {@code non-null;} the block to add or replace
631 result.add(block);
633 resultSubroutines.add(subroutines);
641 * @param block {@code non-null;} the block to add or replace
664 result.add(bloc
[all...]
H A DFrame.java253 resultSubroutines.add(i);
322 newOtherSubroutines.add(subLabel);
383 newSubroutines.add(subLabel);
H A DRopperMachine.java353 insns.add(new PlainInsn(Rops.opMove(type), pos, scratch, src));
362 insns.add(new PlainInsn(Rops.opMove(type), pos,
392 insns.add(insn);
397 insns.add(insn);
439 insns.add(insn);
444 insns.add(insn);
461 insns.add(insn);
467 insns.add(insn);
471 * add an appropriate cast.
605 insns.add(ne
[all...]
/dalvik/dx/src/com/android/dx/util/
H A DLabeledList.java96 labelToIndex.add(-1);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DStdCatchBuilder.java107 result.add(catches.getType(j));
175 resultList.add(entry);
188 resultList.add(entry);
H A DLocalList.java593 * So add an end for its old location.
605 add(address, Disposition.END_REPLACED, existingLocal);
647 * local end, so we now have to add one or more entries to
684 add(address, Disposition.START, startedLocal);
733 add(address, disposition, endedLocal);
849 private void add(int address, Disposition disposition, method in class:LocalList.MakeState
853 result.add(new Entry(address, disposition, spec));
/dalvik/dx/src/com/android/dx/dex/code/
H A DStdCatchBuilder.java106 result.add(catches.getType(j));
174 resultList.add(entry);
187 resultList.add(entry);
H A DLocalList.java589 * So add an end for its old location.
601 add(address, Disposition.END_REPLACED, existingLocal);
643 * local end, so we now have to add one or more entries to
680 add(address, Disposition.START, startedLocal);
729 add(address, disposition, endedLocal);
845 private void add(int address, Disposition disposition, method in class:LocalList.MakeState
849 result.add(new Entry(address, disposition, spec));
/dalvik/dx/src/com/android/dx/command/grep/
H A DGrep.java124 stringIds.add(stringIndex);
/dalvik/dx/src/com/android/dx/dex/cf/
H A DOptimizerOptions.java99 result.add(line);

Completed in 377 milliseconds

12345