Searched refs:getSuperType (Results 1 - 15 of 15) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DClassInfo.java27 abstract public Type getSuperType(); method in class:ClassInfo
H A DClassEmitter.java68 public Type getSuperType() {
82 classInfo.getSuperType().getInternalName(),
116 public Type getSuperType() { method in class:ClassEmitter
117 return classInfo.getSuperType();
H A DCodeEmitter.java436 emit_field(Constants.GETFIELD, ce.getSuperType(), name, type);
440 emit_field(Constants.PUTFIELD, ce.getSuperType(), name, type);
444 emit_field(Constants.GETSTATIC, ce.getSuperType(), name, type);
448 emit_field(Constants.PUTSTATIC, ce.getSuperType(), name, type);
480 emit_invoke(Constants.INVOKESPECIAL, ce.getSuperType(), sig);
488 invoke_constructor(ce.getSuperType());
536 invoke_constructor(ce.getSuperType(), sig);
H A DReflectUtils.java432 public Type getSuperType() {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp220 = MsgE->getSuperType()->getAs<ObjCObjectType>())
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp791 QualType SupersType = E->getSuperType();
/external/clang/include/clang/AST/
H A DExprObjC.h1249 QualType getSuperType() const { function in class:clang::ObjCMessageExpr
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp133 ClassRec = InnerMsg->getSuperType();
/external/clang/lib/CodeGen/
H A DCGObjC.cpp345 ReceiverType = E->getSuperType();
351 ReceiverType = E->getSuperType();
/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/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1518 OldMsg->getSuperType(),
1601 OldMsg->getSuperType(),
H A DRewriteObjC.cpp1302 OldMsg->getSuperType(),
1378 OldMsg->getSuperType(),
/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/clang/lib/AST/
H A DExpr.cpp3603 return getSuperType();
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp995 Writer.AddTypeRef(E->getSuperType(), Record);

Completed in 620 milliseconds