Searched refs:getClassType (Results 1 - 21 of 21) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstEnumRef.java53 return getDefiningClass().getClassType();
H A DCstBaseMethodRef.java80 Type thisType = getDefiningClass().getClassType();
H A DCstType.java216 public Type getClassType() { method in class:CstType
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DTypeIdsSection.java63 Type type = ((CstType) cst).getClassType();
133 Type typePerSe = type.getClassType();
179 return indexOf(type.getClassType());
H A DClassDefsSection.java74 Type type = ((CstType) cst).getClassType();
114 type = clazz.getThisClass().getClassType();
173 Type superclass = superclassCst.getClassType();
/external/javassist/src/main/javassist/runtime/
H A DDesc.java122 return getClassType(desc, descLen, start, num);
132 private static Class[] getClassType(String desc, int descLen, method in class:Desc
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DAccessFieldTransformer.java39 String property = TypeUtils.upperFirst(callback.getPropertyName(getClassType(), name));
H A DFieldProviderTransformer.java105 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);
H A DInterceptFieldTransformer.java77 if (filter.acceptRead(getClassType(), name)) {
80 if (filter.acceptWrite(getClassType(), name)) {
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java426 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());
H A DClassEmitter.java112 public Type getClassType() { method in class:ClassEmitter
200 throw new IllegalArgumentException("Field " + name + " is not declared in " + getClassType().getClassName());
H A DEmitUtils.java308 load_class_helper(e, e.getClassEmitter().getClassType());
338 hook.putstatic(ce.getClassType(), fieldName, Constants.TYPE_CLASS);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java1210 meth = meth.withFirstParameter(definer.getClassType());
1217 meth = meth.withFirstParameter(definer.getClassType());
1224 meth = meth.withFirstParameter(definer.getClassType());
1231 meth = meth.withFirstParameter(definer.getClassType());
/external/llvm/include/llvm/IR/
H A DDebugInfo.h373 DITypeRef getClassType() const { function in class:llvm::DIDerivedType
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2551 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), local
2556 getClassIdent, getClassType,
2566 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), local
2572 getClassType, nullptr,
2581 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), local
2586 getClassIdent, getClassType,
H A DRewriteObjC.cpp2450 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), local
2455 getClassIdent, getClassType,
2465 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(), local
2471 getClassType, nullptr,
2480 QualType getClassType = getSimpleFunctionType(Context->getObjCIdType(), local
2485 getClassIdent, getClassType,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1125 *getOrCreateTypeDIE(resolve(DTy.getClassType())));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 752 milliseconds