Searched refs:get (Results 151 - 175 of 296) sorted by relevance

1234567891011>>

/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm3rc.java92 unsignedFitsInShort(regs.get(0).getReg()) &&
101 int firstReg = (regs.size() == 0) ? 0 : regs.get(0).getReg();
/dalvik/dx/src/com/android/dx/ssa/
H A DConstCollector.java105 TypedConstant cst = constantList.get(i);
187 predInsns = ssaMeth.getBlocks().get(pred).getInsns();
188 insn = predInsns.get(predInsns.size()-1);
225 Integer has = countUses.get(cst);
245 ret = countUses.get(b) - countUses.get(a);
348 final RegisterSpec newReg = newRegs.get(cst);
367 fixLocalAssignment(origReg, newRegs.get(cst));
H A DDominators.java39 * then finally evaluate the union-find results to get the dominators.
126 SsaBasicBlock v = worklist.get(wsize - 1);
192 SsaBasicBlock w = vertex.get(i);
199 SsaBasicBlock predBlock = blocks.get(j);
213 info[vertex.get(wInfo.semidom).getIndex()].bucket.add(w);
241 SsaBasicBlock w = vertex.get(i);
243 != vertex.get(info[w.getIndex()].semidom).getIndex()) {
H A DPhiInsn.java164 return operands.get(sourcesIndex).blockIndex;
218 Operand o = operands.get(i);
253 int firstReg = operands.get(0).regSpec.getReg();
301 ret.add(ssaMeth.getBlocks().get(o.blockIndex));
367 sb.append(sources.get(i).toHuman()
369 + Hex.u2(operands.get(i).ropLabel) + "]");
H A DSsaRenamer.java185 int ropReg = ssaRegToRopReg.get(i);
215 return ssaRegToLocalItems.get(ssaReg);
383 SsaInsn insn = insns.get(i);
386 replaceInsn = insnsToReplace.get(insn);
497 int ropSourceReg = insn.getSources().get(0).getReg();
500 int ssaSourceReg = insn.getSources().get(0).getReg();
657 SsaBasicBlock successor = ssaMeth.getBlocks().get(i);
/dalvik/dx/src/com/android/dx/util/
H A DLabeledList.java67 for (i = sz - 1; (i >= 0) && (labelToIndex.get(i) < 0); i--)
114 return labelToIndex.get(label);
/dalvik/hit/src/com/android/hit/
H A DMain.java62 Set<ClassObj> classes = someClasses.get(thePackage);
76 Set<ClassObj> classes = allClasses.get(thePackage);
/dalvik/vm/mterp/x86/
H A DOP_INVOKE_VIRTUAL_QUICK.S21 EXPORT_PC # might throw later - get ready
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DCatchStructs.java132 handlerOffsets.put(table.get(i).getHandlers(), null);
165 CatchHandlerList.Entry entry = list.get(i);
172 out.writeUnsignedLeb128(list.get(listSize).getHandler());
204 CatchTable.Entry one = table.get(i);
217 out.writeShort(handlerOffsets.get(one.getHandlers()));
249 CatchTable.Entry entry = table.get(i);
H A DMixedItemSection.java196 OffsettedItem result = interns.get(item);
213 public <T extends OffsettedItem> T get(T item) { method in class:MixedItemSection
216 OffsettedItem result = interns.get(item);
279 OffsettedItem one = items.get(i);
310 OffsettedItem one = items.get(i);
H A DDebugInfoEncoder.java231 nextAddrL = locals.get(curLocalIdx).getAddress();
235 nextAddrP = sortedPositions.get(curPositionIdx).getAddress();
257 emitPosition(sortedPositions.get(curPositionIdx++));
285 && (locals.get(curLocalIdx).getAddress() == address)) {
286 LocalList.Entry entry = locals.get(curLocalIdx++);
353 && (sortedPositions.get(curPositionIdx).getAddress()
355 emitPosition(sortedPositions.get(curPositionIdx++));
376 PositionList.Entry entry = sortedPositions.get(0);
418 Type pt = paramTypes.get(i);
491 result.add(positions.get(
[all...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DCatchStructs.java130 handlerOffsets.put(table.get(i).getHandlers(), null);
163 CatchHandlerList.Entry entry = list.get(i);
170 out.writeUleb128(list.get(listSize).getHandler());
202 CatchTable.Entry one = table.get(i);
215 out.writeShort(handlerOffsets.get(one.getHandlers()));
247 CatchTable.Entry entry = table.get(i);
H A DMixedItemSection.java196 OffsettedItem result = interns.get(item);
213 public <T extends OffsettedItem> T get(T item) { method in class:MixedItemSection
216 OffsettedItem result = interns.get(item);
279 OffsettedItem one = items.get(i);
310 OffsettedItem one = items.get(i);
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpecList.java108 return get(n).getType().getType();
136 public RegisterSpec get(int n) { method in class:RegisterSpecList
151 rs = get(i);
172 rs = get(i);
315 if (!exclusionSet.get(oldIndex)) {
387 boolean replace = (compatRegs == null) ? true : !compatRegs.get(i);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopTranslator.java268 * which block will get output next.
289 * Our only recourse is to add a goto here to get the
312 BasicBlock one = blocks.get(i);
349 int predLabel = preds.get(i);
351 if (Bits.get(tracebackSet, predLabel)) {
359 if (!Bits.get(workSet, predLabel)) {
398 if (Bits.get(workSet, preferred)) {
405 && Bits.get(workSet, primary)) {
419 int candidate = successors.get(i);
420 if (Bits.get(workSe
[all...]
H A DStdCatchBuilder.java85 BasicBlock block = blocks.get(i);
102 BasicBlock block = blocks.get(i);
202 result.set(i, resultList.get(i));
212 * @param block {@code non-null;} block to get entries for
231 || (primary != successors.get(catchSize))))) {
257 CodeAddress oneHandler = addresses.getStart(successors.get(i));
H A DDalvInsnList.java61 result.set(i, list.get(i));
86 public DalvInsn get(int n) { method in class:DalvInsnList
114 DalvInsn last = get(sz - 1);
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopTranslator.java275 * which block will get output next.
296 * Our only recourse is to add a goto here to get the
319 BasicBlock one = blocks.get(i);
356 int predLabel = preds.get(i);
358 if (Bits.get(tracebackSet, predLabel)) {
366 if (!Bits.get(workSet, predLabel)) {
405 if (Bits.get(workSet, preferred)) {
412 && Bits.get(workSet, primary)) {
426 int candidate = successors.get(i);
427 if (Bits.get(workSe
[all...]
H A DStdCatchBuilder.java85 BasicBlock block = blocks.get(i);
102 BasicBlock block = blocks.get(i);
202 result.set(i, resultList.get(i));
212 * @param block {@code non-null;} block to get entries for
231 || (primary != successors.get(catchSize))))) {
257 CodeAddress oneHandler = addresses.getStart(successors.get(i));
H A DDalvInsnList.java62 result.set(i, list.get(i));
87 public DalvInsn get(int n) { method in class:DalvInsnList
115 DalvInsn last = get(sz - 1);
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DPrototype.java57 Prototype result = internTable.get(descriptor);
207 * of the public static methods to get instances.
278 Type thisType = parameterTypes.get(i);
279 Type otherType = other.parameterTypes.get(i);
344 Type one = parameterTypes.get(i);
388 Prototype already = internTable.get(descriptor);
/dalvik/dx/src/com/android/dx/cf/code/
H A DFrame.java163 Type one = params.get(i);
252 && (subroutines.get(i) == otherSubroutines.get(i)); i++) {
355 if (nonResultSubroutines.get(i)
356 != resultSubroutines.get(
H A DOneLocalsArray.java152 public TypeBearer get(int idx) { method in class:OneLocalsArray
164 TypeBearer result = get(idx);
180 TypeBearer result = get(idx);
/dalvik/dx/src/com/android/dx/rop/type/
H A DPrototype.java60 result = internTable.get(descriptor);
211 * of the public static methods to get instances.
282 Type thisType = parameterTypes.get(i);
283 Type otherType = other.parameterTypes.get(i);
348 Type one = parameterTypes.get(i);
392 Prototype already = internTable.get(descriptor);
/dalvik/dexgen/src/com/android/dexgen/util/
H A DIntList.java171 public int get(int n) { method in class:IntList
287 return get(size - 1);
301 result = get(size-1);

Completed in 561 milliseconds

1234567891011>>