Searched refs:getObjectType (Results 1 - 25 of 32) sorted by relevance

12

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DBasicInterpreter.java82 return newValue(Type.getObjectType("null"));
115 return newValue(Type.getObjectType("java/lang/Class"));
124 return newValue(Type.getObjectType(((TypeInsnNode) insn).desc));
204 return newValue(Type.getType("[" + Type.getObjectType(desc)));
211 return newValue(Type.getObjectType(desc));
H A DBasicValue.java53 public static final Value REFERENCE_VALUE = new BasicValue(Type.getObjectType("java/lang/Object"));
H A DBasicVerifier.java144 expected = newValue(Type.getObjectType(((FieldInsnNode) insn).owner));
294 expected1 = newValue(Type.getObjectType(fin.owner));
389 Type owner = Type.getObjectType(((MethodInsnNode) insn).owner);
H A DAnalyzer.java157 Type ctype = Type.getObjectType(owner);
275 type = Type.getObjectType("java/lang/Throwable");
277 type = Type.getObjectType(tcb.type);
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckClassAdapter.java186 : Type.getObjectType(cn.superName);
190 Analyzer a = new Analyzer(new SimpleVerifier(Type.getObjectType(cn.name),
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DType.java216 public static Type getObjectType(final String internalName) { method in class:Type
H A DClassReader.java2003 return Type.getObjectType(readUTF8(index, buf));
/external/clang/include/clang/AST/
H A DType.h4498 /// For 'A*', getObjectType() will return 'A'.
4499 /// For 'A<P>*', getObjectType() will return 'A<P>'.
4500 /// For 'AP*', getObjectType() will return 'A<P>'.
4501 /// For 'A1*', getObjectType() will return 'A'.
4502 /// For 'A1<P>*', getObjectType() will return 'A1<P>'.
4503 /// For 'A1P*', getObjectType() will return 'A1<P>'.
4504 /// For 'A1PQ*', getObjectType() will return 'A1<Q>', because
4506 /// old qualifiers (for now). But if it didn't, getObjectType()
4509 const ObjCObjectType *getObjectType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4519 return getObjectType()
[all...]
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1130 const ObjCObjectType *ty = opty->getObjectType();
1144 if (opty && !opty->getObjectType()->getInterface())
1412 const ObjCObjectType *OT = OPT->getObjectType();
H A DSemaExprObjC.cpp3310 = InterfacePointerType->getObjectType()->getInterface();
3371 = InterfacePointerType->getObjectType()->getInterface();
H A DSemaObjCProperty.cpp543 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
H A DSemaDeclObjC.cpp52 method->getReturnType()->castAs<ObjCObjectPointerType>()->getObjectType();
H A DSemaStmt.cpp1676 const ObjCObjectType *objectType = pointerType->getObjectType();
H A DSemaDeclAttr.cpp119 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
/external/clang/lib/AST/
H A DASTContext.cpp6555 const ObjCObjectType* LHS = LHSOPT->getObjectType();
6556 const ObjCObjectType* RHS = RHSOPT->getObjectType();
6625 const ObjCObjectType* LHS = LHSOPT->getObjectType();
6626 const ObjCObjectType* RHS = RHSOPT->getObjectType();
6668 const ObjCObjectType *LHS = Lptr->getObjectType();
6669 const ObjCObjectType *RHS = Rptr->getObjectType();
H A DType.cpp2376 if (opt->getObjectType()->isObjCClass())
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp332 ObjCInterfaceDecl *IDecl = ObjPtrTy->getObjectType()->getInterface();
/external/lldb/source/Expression/
H A DIRForTarget.cpp561 clang::QualType element_qual_type = clang::QualType(pointer_objcobjpointertype->getObjectType(), 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1722 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
H A DCGObjC.cpp184 = InterfacePointerType->getObjectType()->getInterface();
H A DCGObjCGNU.cpp1100 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface();

Completed in 544 milliseconds

12