/dalvik/dx/tests/142-const-method-handle/src/constmethodhandle/ |
D | TestGenerator.java | 105 Type mt = Type.getMethodType(Type.getType(boolean.class), Type.getType(char.class), in generateMethodTest2() 106 Type.getType(short.class), Type.getType(int.class), in generateMethodTest2() 107 Type.getType(long.class), Type.getType(float.class), in generateMethodTest2() 108 Type.getType(double.class), Type.getType(Object.class)); in generateMethodTest2()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | BaseMachine.java | 151 if (! Merger.isPossiblyAssignableFrom(types.getType(i), args[i])) { in popArgs() 153 ", expected type " + types.getType(i).toHuman() + in popArgs() 154 " but found " + args[i].getType().toHuman()); in popArgs() 167 " but found " + args[0].getType().toHuman()); in popArgs() 181 " but found " + args[0].getType().toHuman()); in popArgs() 186 " but found " + args[1].getType().toHuman()); in popArgs() 201 " but found " + args[0].getType().toHuman()); in popArgs() 206 " but found " + args[1].getType().toHuman()); in popArgs() 211 " but found " + args[2].getType().toHuman()); in popArgs() 299 result += args[i].getType().getCategory(); in argWidth() [all …]
|
D | ExecutionStack.java | 161 category = type.getType().getCategory(); in push() 241 return peek(n).getType(); in peekType() 257 stackPtr -= result.getType().getCategory(); in pop() 288 (orig.getType().getCategory() != type.getType().getCategory())) { in change()
|
D | OneLocalsArray.java | 126 if (type.getType().isCategory2()) { in set() 134 if ((prev != null) && prev.getType().isCategory2()) { in set() 175 Type type = result.getType(); in getCategory1() 193 if (result.getType().isCategory1()) { in getCategory2()
|
D | Merger.java | 157 Type type1 = ft1.getType(); in mergeType() 158 Type type2 = ft2.getType(); in mergeType() 221 Type supertype = supertypeBearer.getType(); in isPossiblyAssignableFrom() 222 Type subtype = subtypeBearer.getType(); in isPossiblyAssignableFrom()
|
D | ValueAwareMachine.java | 151 Type type = ((TypeBearer) getAuxCst()).getType(); in run() 160 Type thisType = arg(0).getType(); in run() 164 Type type = ((TypeBearer) getAuxCst()).getType(); in run()
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | RegisterSpec.java | 207 return type.getType().equals(other.type.getType()) in matchesVariable() 243 int compare = type.getType().compareTo(other.type.getType()); in compareTo() 292 public Type getType() { in getType() method in RegisterSpec 293 return type.getType(); in getType() 367 return type.getType().getCategory(); in getCategory() 379 return type.getType().isCategory1(); in isCategory1() 391 return type.getType().isCategory2(); in isCategory2() 450 Type thisType = getType(); in intersect() 451 Type otherType = other.getType(); in intersect() 526 newType = orig.getType(); in withSimpleType() [all …]
|
D | RegisterSpecList.java | 105 public Type getType(int n) { in getType() method in RegisterSpecList 106 return get(n).getType().getType(); in getType() 115 result += getType(i).getCategory(); in getWordCount()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | RegisterSpec.java | 220 return type.getType().equals(other.type.getType()) in matchesVariable() 260 int compare = type.getType().compareTo(other.type.getType()); in compareTo() 312 public Type getType() { in getType() method in RegisterSpec 313 return type.getType(); in getType() 391 return type.getType().getCategory(); in getCategory() 403 return type.getType().isCategory1(); in isCategory1() 415 return type.getType().isCategory2(); in isCategory2() 474 Type thisType = getType(); in intersect() 475 Type otherType = other.getType(); in intersect() 550 newType = orig.getType(); in withSimpleType() [all …]
|
D | RegisterSpecList.java | 107 public Type getType(int n) { in getType() method in RegisterSpecList 108 return get(n).getType().getType(); in getType() 118 result += getType(i).getCategory(); in getWordCount()
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
D | TypedConstant.java | 37 return getType().getBasicType(); in getBasicType() 42 return getType().getBasicFrameType(); in getBasicFrameType()
|
D | CstEnumRef.java | 52 public Type getType() { in getType() method in CstEnumRef
|
D | CstKnownNull.java | 61 public Type getType() { in getType() method in CstKnownNull
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
D | TypedConstant.java | 39 return getType().getBasicType(); in getBasicType() 45 return getType().getBasicFrameType(); in getBasicFrameType()
|
D | CstEnumRef.java | 53 public Type getType() { in getType() method in CstEnumRef
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | FieldIdItem.java | 46 typeIds.intern(getFieldRef().getType()); in addContents() 62 return typeIds.indexOf(getFieldRef().getType()); in getTypoidIdx()
|
D | TypeListItem.java | 71 typeIds.intern(list.getType(i)); in addContents() 100 Type one = list.getType(i); in writeTo0() 110 out.writeShort(typeIds.indexOf(list.getType(i))); in writeTo0()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | FieldIdItem.java | 46 typeIds.intern(getFieldRef().getType()); in addContents() 62 return typeIds.indexOf(getFieldRef().getType()); in getTypoidIdx()
|
D | TypeListItem.java | 71 typeIds.intern(list.getType(i)); in addContents() 100 Type one = list.getType(i); in writeTo0() 110 out.writeShort(typeIds.indexOf(list.getType(i))); in writeTo0()
|
/dalvik/dx/src/com/android/dx/rop/type/ |
D | StdTypeList.java | 246 sb.append(list.getType(i).toHuman()); in toHuman() 265 hash = (hash * 31) + list.getType(i).hashCode(); in hashContents() 288 if (! list1.getType(i).equals(list2.getType(i))) { in equalContents() 311 int comparison = list1.getType(i).compareTo(list2.getType(i)); in compareContents() 337 public Type getType(int n) { in getType() method in StdTypeList
|
D | TypeList.java | 49 public Type getType(int n); in getType() method
|
D | TypeBearer.java | 31 public Type getType(); in getType() method
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
D | StdTypeList.java | 246 sb.append(list.getType(i).toHuman()); in toHuman() 265 hash = (hash * 31) + list.getType(i).hashCode(); in hashContents() 288 if (! list1.getType(i).equals(list2.getType(i))) { in equalContents() 311 int comparison = list1.getType(i).compareTo(list2.getType(i)); in compareContents() 336 public Type getType(int n) { in getType() method in StdTypeList
|
D | TypeList.java | 49 public Type getType(int n); in getType() method
|
D | TypeBearer.java | 31 public Type getType(); in getType() method
|