HomeSort by relevance Sort by last modified time
    Searched refs:getClassType (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstEnumRef.java 53 return getDefiningClass().getClassType();
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
CstType.java 225 public Type getClassType() {
  /dalvik/dx/src/com/android/dx/rop/cst/
CstEnumRef.java 53 return getDefiningClass().getClassType();
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstEnumRef.java 53 return getDefiningClass().getClassType();
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
TypeIdsSection.java 63 Type type = ((CstType) cst).getClassType();
133 Type typePerSe = type.getClassType();
179 return indexOf(type.getClassType());
ClassDefsSection.java 74 Type type = ((CstType) cst).getClassType();
114 type = clazz.getThisClass().getClassType();
173 Type superclass = superclassCst.getClassType();
  /dalvik/dx/src/com/android/dx/dex/file/
TypeIdsSection.java 67 Type type = ((CstType) cst).getClassType();
139 Type typePerSe = type.getClassType();
185 return indexOf(type.getClassType());
ClassDefsSection.java 73 Type type = ((CstType) cst).getClassType();
113 type = clazz.getThisClass().getClassType();
172 Type superclass = superclassCst.getClassType();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeIdsSection.java 63 Type type = ((CstType) cst).getClassType();
133 Type typePerSe = type.getClassType();
179 return indexOf(type.getClassType());
ClassDefsSection.java 74 Type type = ((CstType) cst).getClassType();
114 type = clazz.getThisClass().getClassType();
173 Type superclass = superclassCst.getClassType();
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMethod.java 46 Prototype.intern(descStr, definingClass.getClassType(),
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 79 = cf.getThisClass().getClassType().getClassName();
150 = anAnn.getType().getClassType().getClassName();
170 String packageName = cf.getThisClass().getClassType().getClassName();
184 = anAnn.getType().getClassType().getClassName();
225 cf.getThisClass().getClassType().getClassName();
231 cf.getThisClass().getClassType().getClassName());
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 171 Type type = ((CstType) getAuxCst()).getClassType();
178 Type type = ((CstType) getAuxCst()).getClassType();
183 Type type = ((CstType) getAuxCst()).getClassType();
ByteCatchList.java 213 result.set(i, get(i).getExceptionClass().getClassType());
  /external/javassist/src/main/javassist/runtime/
Desc.java 122 return getClassType(desc, descLen, start, num);
132 private static Class[] getClassType(String desc, int descLen,
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
AccessFieldTransformer.java 39 String property = TypeUtils.upperFirst(callback.getPropertyName(getClassType(), name));
FieldProviderTransformer.java 105 e.putstatic(getClassType(), FIELD_NAMES, Constants.TYPE_STRING_ARRAY);
117 e.putstatic(getClassType(), FIELD_TYPES, Constants.TYPE_CLASS_ARRAY);
122 e.getstatic(getClassType(), FIELD_NAMES, Constants.TYPE_STRING_ARRAY);
129 e.getstatic(getClassType(), FIELD_TYPES, Constants.TYPE_CLASS_ARRAY);
InterceptFieldTransformer.java 77 if (filter.acceptRead(getClassType(), name)) {
80 if (filter.acceptWrite(getClassType(), name)) {
  /dalvik/dx/src/com/android/multidex/
ClassReferenceListBuilder.java 103 checkDescriptor(((CstType) constant).getClassType());
142 addClassWithHierachy(superClass.getClassType().getClassName());
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 426 emit_field(opcode, ce.getClassType(), name, info.type);
432 emit_field(opcode, ce.getClassType(), name, info.type);
492 invoke_constructor(ce.getClassType());
520 invoke_virtual(ce.getClassType(), sig);
524 invoke_static(ce.getClassType(), sig);
532 invoke_constructor(ce.getClassType(), sig);
540 new_instance(ce.getClassType());
579 checkcast(ce.getClassType());
593 instance_of(ce.getClassType());
ClassEmitter.java 112 public Type getClassType() {
200 throw new IllegalArgumentException("Field " + name + " is not declared in " + getClassType().getClassName());
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 213 result.set(i, get(i).getExceptionClass().getClassType());

Completed in 769 milliseconds

1 2 3 4