Home
last modified time | relevance | path

Searched defs:objectType (Results 1 – 21 of 21) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DObjectPool.java39 private final Class objectType; field in ObjectPool
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java708 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index)); in evalGetField() local
724 Type objectType = resolveClassInfo(classInfo); in evalInvokeIntfMethod() local
741 Type objectType = resolveClassInfo(constPool.getMethodrefClassName(index)); in evalInvokeMethod() local
854 Type objectType = resolveClassInfo(constPool.getFieldrefClassName(index)); in evalPutField() local
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java41 …z clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType); in visitObjectType()
51 …thod method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); in visitStackObjectType()
61 …thod method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); in visitVariablesObjectType()
/external/javassist/src/main/javassist/
DCtField.java537 public static Initializer byNew(CtClass objectType) { in byNew()
564 public static Initializer byNew(CtClass objectType, in byNew()
594 public static Initializer byNewWithParams(CtClass objectType) { in byNewWithParams()
624 public static Initializer byNewWithParams(CtClass objectType, in byNewWithParams()
984 CtClass objectType; field in CtField.NewInitializer
/external/replicaisland/src/com/replica/replicaisland/
DHitReactionComponent.java335 …public final void setSpawnOnDealHit(int hitType, GameObjectType objectType, boolean alignToVictimX, in setSpawnOnDealHit()
/external/webkit/Source/WebCore/loader/
DSubframeLoader.cpp316 …ObjectContentType objectType = m_frame->loader()->client()->objectContentType(url, mimeType, shoul… in shouldUsePlugin() local
/external/emma/core/java12/com/vladium/jcd/lib/
DTypes.java666 void objectType () throws IOException in objectType() method in Types.methodDescriptorCompiler
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java606 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
660 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) in visitStackObjectType()
715 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) in visitVariablesObjectType()
/external/webkit/Source/WebCore/bindings/js/
DJSWebGLRenderingContextCustom.cpp134 …ic JSValue getObjectParameter(JSWebGLRenderingContext* obj, ExecState* exec, ObjectType objectType) in getObjectParameter()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp192 static v8::Handle<v8::Value> getObjectParameter(const v8::Arguments& args, ObjectType objectType) in getObjectParameter()
/external/proguard/src/proguard/classfile/editor/
DConstantPoolRemapper.java503 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
/external/proguard/src/proguard/shrink/
DUsageMarker.java736 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java961 TypeId<Instance> objectType = TypeId.get(Instance.class); in instanceSwapMethod() local
1044 TypeId<Static> objectType = TypeId.get(Static.class); in staticSwapMethod() local
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java632 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
DProgramClassWriter.java637 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java782 …ectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) in visitObjectType()
/external/clang/lib/Sema/
DSemaExprMember.cpp735 QualType objectType = baseObjectExpr->getType(); in BuildAnonymousStructUnionMemberReference() local
DSemaAccess.cpp1525 QualType objectType) { in isSpecialMemberAccessibleForDeletion()
DSemaStmt.cpp1465 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand() local
DSemaOverload.cpp10564 QualType objectType = op->getLHS()->getType(); in BuildCallToMemberFunction() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1937 QualType objectType = pointerOperand->getType() in emitPointerArithmetic() local