Searched defs:add (Results 26 - 33 of 33) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDexFile.java136 * Adds a class to this instance. It is illegal to attempt to add more
139 * @param clazz {@code non-null;} the class to add
141 public void add(ClassDefItem clazz) { method in class:DexFile
142 classDefs.add(clazz);
238 * the various {@link Item} instances to add items to the
251 * the various {@link Item} instances to add items to the
264 * the various {@link Item} instances to add items to the
289 * the various {@link Item} instances to add items to the
302 * the various {@link Item} instances to add items to the
315 * the various {@link Item} instances to add item
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DOutputFinisher.java107 * Helper for {@link #add} which scrutinizes a single
166 * @param result {@code non-null;} result set to add to
173 result.add(cst);
190 * @param result {@code non-null;} result set to add to
191 * @param spec {@code null-ok;} register spec to add
205 result.add(CstType.intern(type));
209 result.add(name);
213 result.add(signature);
220 * @param insn {@code non-null;} the instruction to add
222 public void add(DalvIns method in class:OutputFinisher
[all...]
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/file/
H A DDexFile.java157 * Adds a class to this instance. It is illegal to attempt to add more
160 * @param clazz {@code non-null;} the class to add
162 public void add(ClassDefItem clazz) { method in class:DexFile
163 classDefs.add(clazz);
259 * the various {@link Item} instances to add items to the
272 * the various {@link Item} instances to add items to the
285 * the various {@link Item} instances to add items to the
310 * the various {@link Item} instances to add items to the
323 * the various {@link Item} instances to add items to the
336 * the various {@link Item} instances to add item
[all...]
/dalvik/vm/test/
H A DAtomicTest.cpp92 static void add(int addVal) __attribute__((noinline));
104 static void add(int32_t addVal) function
159 add(addVal);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
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/ssa/back/
H A DFirstFitLocalCombiningAllocator.java505 ssaRegs.add(moveRegSpec);
506 ssaRegs.add(checkRegSpec);
664 regList.add(assignment);
670 moveResultPseudoInsns.add((NormalSsaInsn) insn);
674 invokeRangeInsns.add((NormalSsaInsn) insn);
677 phiInsns.add((PhiInsn) insn);
697 "attempt to add invalid register mapping");
1032 * Otherwise, add it to the list of regs that need mapping.
1035 mapSet.add(mapper.oldToNew(resultReg));
1037 ssaRegs.add(resul
1092 public void add(int element) { method in class:FirstFitLocalCombiningAllocator.Multiset
[all...]
/dalvik/dx/etc/
H A Djasmin.jar ... _r1/s?defs= " (boolean) boolean visible public void add (jas.Annotation, int) jas.Annotation annotation int paramnum ...

Completed in 327 milliseconds

12