Searched defs:getType (Results 26 - 48 of 48) sorted by relevance

12

/dalvik/dx/src/com/android/dx/cf/code/
H A DReturnAddress.java60 public Type getType() { method in class:ReturnAddress
H A DLocalVariableList.java327 public Type getType() { method in class:LocalVariableList.Item
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstBaseMethodRef.java107 public final Type getType() { method in class:CstBaseMethodRef
H A DCstKnownNull.java61 public Type getType() { method in class:CstKnownNull
H A DCstInteger.java93 public Type getType() { method in class:CstInteger
H A DCstString.java372 public Type getType() { method in class:CstString
H A DCstType.java187 public Type getType() { method in class:CstType
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotation.java170 public CstType getType() { method in class:Annotation
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstInteger.java93 public Type getType() { method in class:CstInteger
H A DCstType.java197 public Type getType() { method in class:CstType
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotation.java162 public CstType getType() { method in class:Annotation
/dalvik/hit/src/com/android/hit/
H A DRootType.java46 public final int getType() { method in class:RootType
/dalvik/dexgen/src/com/android/dexgen/rop/code/
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 DRegisterSpec.java177 * registers. That is, this compares {@code getType()} on the types
207 return type.getType().equals(other.type.getType())
243 int compare = type.getType().compareTo(other.type.getType());
292 public Type getType() { method in class:RegisterSpec
293 return type.getType();
360 * shorthand for {@code getType().getCategory()}.
367 return type.getType().getCategory();
372 * convenient shorthand for {@code getType()
[all...]
/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 DRegisterSpec.java182 * registers. That is, this compares {@code getType()} on the types
212 return type.getType().equals(other.type.getType())
248 int compare = type.getType().compareTo(other.type.getType());
297 public Type getType() { method in class:RegisterSpec
298 return type.getType();
365 * shorthand for {@code getType().getCategory()}.
372 return type.getType().getCategory();
377 * convenient shorthand for {@code getType()
[all...]
/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
H A DType.java589 public Type getType() { method in class:Type
/dalvik/dx/src/com/android/dx/cf/direct/
H A DDirectClassFile.java626 public Type getType(int n) { method in class:DirectClassFile.DcfTypeList
/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
H A DType.java523 public Type getType() { method in class:Type
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DLocalList.java163 this.type = CstType.intern(spec.getType());
257 public CstType getType() { method in class:LocalList.Entry
834 if ((orig != null) && (orig.getType() == Type.KNOWN_NULL)) {
/dalvik/dx/src/com/android/dx/dex/code/
H A DLocalList.java163 this.type = CstType.intern(spec.getType());
257 public CstType getType() { method in class:LocalList.Entry
834 if ((orig != null) && (orig.getType() == Type.KNOWN_NULL)) {

Completed in 490 milliseconds

12