HomeSort by relevance Sort by last modified time
    Searched refs:ObjectType (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/webkit/Source/JavaScriptCore/runtime/
JSType.h 39 ObjectType = 8,
ArrayPrototype.h 40 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
FunctionPrototype.h 35 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
MathObject.h 39 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
NumberObject.h 36 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
BooleanObject.h 36 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
DatePrototype.h 41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
ErrorInstance.h 34 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
JSONObject.h 41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
JSObjectWithGlobalObject.h 39 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
NativeErrorConstructor.h 40 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
NumberConstructor.h 42 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
ObjectConstructor.h 41 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
StringObjectThatMasqueradesAsUndefined.h 47 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
RefCountObject.h 59 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/proguard/src/proguard/classfile/attribute/preverification/
ObjectType.java 32 public class ObjectType extends VerificationType
39 * Creates an uninitialized ObjectType.
41 public ObjectType()
47 * Creates an ObjectType that points to the given class constant.
49 public ObjectType(int u2classIndex)
90 ObjectType other = (ObjectType)object;
VerificationTypeFactory.java 106 * Creates a new ObjectType of the given type.
108 public static ObjectType createObjectType(int classIndex)
110 return new ObjectType(classIndex);
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaRuntimeObject.h 47 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /external/webkit/Source/WebCore/bridge/objc/
ObjCRuntimeObject.h 47 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackFunction.h 44 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
JSCallbackConstructor.h 44 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /external/webkit/Source/WebCore/bindings/js/
JSImageConstructor.h 34 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
JSOptionConstructor.h 35 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /external/webkit/Source/WebCore/bridge/c/
CRuntimeObject.h 49 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 230 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 arg
    [all...]

Completed in 162 milliseconds

1 2 3 4 5