Searched refs:get (Results 226 - 250 of 274) sorted by relevance

1234567891011

/dalvik/dx/src/com/android/multidex/
H A DClassReferenceListBuilder.java112 checkDescriptor(fields.get(i).getDescriptor().getString());
118 checkPrototype(Prototype.intern(methods.get(i).getDescriptor().getString()));
126 checkDescriptor(args.get(i).getDescriptor());
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoDecoder.java470 PositionList.Entry ple = pl.get(i);
501 LocalEntry entry = decodedLocals.get(i);
506 LocalEntry e2 = decodedLocals.get(j);
525 LocalList.Entry origEntry = ll.get(i);
539 decodedEntry = decodedLocals.get(decodeAt);
H A DParameterAnnotationStruct.java71 Annotations annotations = annotationsList.get(i);
H A DStatistics.java46 Data data = dataMap.get(typeName);
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java475 PositionList.Entry ple = pl.get(i);
506 LocalEntry entry = decodedLocals.get(i);
511 LocalEntry e2 = decodedLocals.get(j);
530 LocalList.Entry origEntry = ll.get(i);
544 decodedEntry = decodedLocals.get(decodeAt);
H A DParameterAnnotationStruct.java71 Annotations annotations = annotationsList.get(i);
H A DStatistics.java45 Data data = dataMap.get(typeName);
/dalvik/dx/tests/141-invoke-polymorphic-varhandles/
H A DVarHandleDexTest.java88 boolean b18 = (boolean) vb.get(t);
89 vb.get(t);
157 Float f18 = (Float) vf.get(t);
158 vf.get(t);
228 String s18 = (String) vw.get(words, index);
229 vw.get(words, index);
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DStdTypeList.java337 return get(n);
346 result += get(i).getCategory();
374 public Type get(int n) { method in class:StdTypeList
H A DType.java110 * to happen before the array types below get interned.
326 Type result = internTable.get(descriptor);
344 * Recursively strip away array markers to get at the underlying
473 return CLASS_TYPE_MAP.get(clazz).getDescriptor();
488 * methods to get instances.
519 * methods to get instances.
920 Type already = internTable.get(descriptor);
/dalvik/dx/src/com/android/dx/cf/code/
H A DBasicBlocker.java293 if (Bits.get(liveSet, at)) {
366 ByteCatchList.Item item = catches.get(i);
387 if (!Bits.get(liveSet, offset)) {
/dalvik/dx/src/com/android/dx/cf/direct/
H A DDirectClassFile.java525 thisClass = (CstType) pool.get(cpi);
645 type = (CstType) pool.get(idx);
679 return ((CstType) pool.get(idx)).getClassType();
H A DStdAttributeFactory.java359 TypedConstant cst = (TypedConstant) pool.get(idx);
394 CstType type = (CstType) pool.get(idx);
470 CstType innerClass = (CstType) pool.get(innerClassIdx);
611 CstString name = (CstString) pool.get(nameIdx);
612 CstString type = (CstString) pool.get(typeIdx);
720 CstString cst = (CstString) pool.get(idx);
759 CstString cst = (CstString) pool.get(idx);
847 arguments.set(argIndex, constantPool.get(argumentRef));
850 Constant cstMethodRef = constantPool.get(methodRef);
/dalvik/dx/src/com/android/dx/dex/cf/
H A DAttributeTranslator.java307 InnerClassList.Item item = list.get(i);
356 typeList.set(i, membersList.get(i));
422 Method one = methods.get(i);
/dalvik/dx/src/com/android/dx/rop/type/
H A DStdTypeList.java338 return get(n);
348 result += get(i).getCategory();
377 public Type get(int n) { method in class:StdTypeList
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DLocalVariableInfo.java208 return insnAssignments.get(insn);
235 * Helper method, to get the starts for a label, throwing the
H A DInsn.java160 assignment = sources.get(0);
368 sb.append(sources.get(i).toHuman());
/dalvik/dx/src/com/android/dx/rop/code/
H A DLocalVariableInfo.java211 return insnAssignments.get(insn);
238 * Helper method, to get the starts for a label, throwing the
H A DInsn.java159 assignment = sources.get(0);
367 sb.append(sources.get(i).toHuman());
/dalvik/dx/src/com/android/dx/ssa/
H A DLocalVariableInfo.java208 return insnAssignments.get(insn);
235 * Helper method, to get the starts for a index, throwing the
H A DMoveParamCombiner.java132 SsaInsn use = uses.get(i);
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java388 dexOutputArrays.add(f.get());
402 dexOutputArrays.get(i));
414 out.write(dexOutputArrays.get(i));
593 f.get();
622 int errorNum = errors.get();
830 * core library in a misguided attempt to get their application
855 * to toDex() is required just to get the underlying
950 byte[] manifestBytes = outputResources.get(MANIFEST_NAME);
1088 * Figure out which methods to include in the output, and get them
1137 Annotations annotations = parameterAnnotations.get(
[all...]
/dalvik/dx/src/com/android/dx/command/dump/
H A DSsaDumper.java161 sb.append(Hex.u2(succLabelList.get(i)));
163 if (szSuccLabels != 1 && primary == succLabelList.get(i)) {
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotation.java216 if (elements.get(name) != null) {
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstType.java126 CstType cst = interns.get(type);

Completed in 1565 milliseconds

1234567891011