Searched refs:getType (Results 26 - 50 of 112) sorted by relevance

12345

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstFieldRef.java61 public Type getType() { method in class:CstFieldRef
H A DCstFloat.java68 public Type getType() { method in class:CstFloat
H A DCstShort.java77 public Type getType() { method in class:CstShort
H A DCstString.java80 public Type getType() { method in class:CstString
H A DCstBaseMethodRef.java107 public final Type getType() { method in class:CstBaseMethodRef
H A DCstInteger.java93 public Type getType() { method in class:CstInteger
/dalvik/dx/src/com/android/dx/cf/code/
H A DMerger.java157 Type type1 = ft1.getType();
158 Type type2 = ft2.getType();
221 Type supertype = supertypeBearer.getType();
222 Type subtype = subtypeBearer.getType();
H A DOneLocalsArray.java126 if (type.getType().isCategory2()) {
134 if ((prev != null) && prev.getType().isCategory2()) {
175 Type type = result.getType();
193 if (result.getType().isCategory1()) {
H A DReturnAddress.java62 public Type getType() { method in class:ReturnAddress
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstByte.java77 public Type getType() { method in class:CstByte
H A DCstChar.java77 public Type getType() { method in class:CstChar
H A DCstDouble.java68 public Type getType() { method in class:CstDouble
H A DCstFieldRef.java62 public Type getType() { method in class:CstFieldRef
H A DCstFloat.java69 public Type getType() { method in class:CstFloat
H A DCstLong.java65 public Type getType() { method in class:CstLong
H A DCstShort.java78 public Type getType() { method in class:CstShort
H A DCstBaseMethodRef.java117 public final Type getType() { method in class:CstBaseMethodRef
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DStdTypeList.java246 sb.append(list.getType(i).toHuman());
265 hash = (hash * 31) + list.getType(i).hashCode();
288 if (! list1.getType(i).equals(list2.getType(i))) {
311 int comparison = list1.getType(i).compareTo(list2.getType(i));
336 public Type getType(int n) { method in class:StdTypeList
/dalvik/dx/src/com/android/dx/rop/type/
H A DStdTypeList.java246 sb.append(list.getType(i).toHuman());
265 hash = (hash * 31) + list.getType(i).hashCode();
288 if (! list1.getType(i).equals(list2.getType(i))) {
311 int comparison = list1.getType(i).compareTo(list2.getType(i));
337 public Type getType(int n) { method in class:StdTypeList
/dalvik/dexgen/src/com/android/dexgen/rop/
H A DStdField.java51 CstType.intern(field.getType()).getDescriptor()),
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DDexTranslationAdvice.java59 if (sourceA.getType() != Type.INT) {
H A DRegisterSpecList.java105 public Type getType(int n) { method in class:RegisterSpecList
106 return get(n).getType().getType();
115 result += getType(i).getCategory();
H A DThrowingInsn.java48 sb.append(catches.getType(i).toHuman());
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpecList.java107 public Type getType(int n) { method in class:RegisterSpecList
108 return get(n).getType().getType();
118 result += getType(i).getCategory();
H A DThrowingInsn.java48 sb.append(catches.getType(i).toHuman());

Completed in 625 milliseconds

12345