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

12345

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstDouble.java67 public Type getType() { method in class:CstDouble
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.java121 if (type.getType().isCategory2()) {
129 if ((prev != null) && prev.getType().isCategory2()) {
165 Type type = result.getType();
182 if (result.getType().isCategory1()) {
H A DReturnAddress.java60 public Type getType() { method in class:ReturnAddress
H A DValueAwareMachine.java149 Type type = ((TypeBearer) getAuxCst()).getType();
158 Type thisType = arg(0).getType();
162 Type type = ((TypeBearer) getAuxCst()).getType();
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstByte.java76 public Type getType() { method in class:CstByte
H A DCstChar.java76 public Type getType() { method in class:CstChar
H A DCstDouble.java67 public Type getType() { method in class:CstDouble
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
/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));
336 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();
117 result += getType(i).getCategory();
H A DThrowingInsn.java48 sb.append(catches.getType(i).toHuman());

Completed in 1546 milliseconds

12345