Searched refs:ObjectType (Results 1 - 25 of 110) sorted by relevance

12345

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSType.h39 ObjectType = 8, enumerator in enum:JSC::JSType
H A DNumberObject.h36 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DArrayPrototype.h40 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DBooleanObject.h36 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DDatePrototype.h41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DErrorInstance.h34 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DFunctionPrototype.h35 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DJSONObject.h41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DJSObjectWithGlobalObject.h39 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DMathObject.h39 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DStringPrototype.h39 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DInternalFunction.h44 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DObjectType.java32 public class ObjectType extends VerificationType class in inherits:VerificationType
39 * Creates an uninitialized ObjectType.
41 public ObjectType() method in class:ObjectType
47 * Creates an ObjectType that points to the given class constant.
49 public ObjectType(int u2classIndex) method in class:ObjectType
90 ObjectType other = (ObjectType)object;
H A DVerificationTypeFactory.java106 * Creates a new ObjectType of the given type.
108 public static ObjectType createObjectType(int classIndex)
110 return new ObjectType(classIndex);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DRefCountObject.h59 template <class ObjectType>
63 void set(ObjectType *newObject) { RefCountObjectBindingPointer::set(newObject); }
64 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); }
65 ObjectType *operator -> () const { return get(); }
/external/webkit/Source/WebCore/bridge/c/
H A DCRuntimeObject.h49 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaRuntimeObject.h47 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bridge/objc/
H A DObjCRuntimeObject.h47 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java230 ObjectType[] exceptions;
232 MethodSignature(TypeParameter[] tp, Type[] p, Type ret, ObjectType[] ex) {
264 public ObjectType[] getExceptionTypes() { return exceptions; }
291 ObjectType superClass;
292 ObjectType[] superInterfaces;
294 TypeParameter(String sig, int nb, int ne, ObjectType sc, ObjectType[] si) {
312 public ObjectType getClassBound() { return superClass; }
319 public ObjectType[] getInterfaceBound() { return superInterfaces; }
361 ObjectType ar
456 public static abstract class ObjectType extends Type {} class in class:SignatureAttribute
[all...]
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackConstructor.h44 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DJSCallbackFunction.h44 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bindings/js/
H A DJSAudioConstructor.h43 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DJSImageConstructor.h34 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A DJSOptionConstructor.h35 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyRuntimeObject.h46 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);

Completed in 239 milliseconds

12345