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

123

/external/webkit/JavaScriptCore/runtime/
H A DJSType.h38 ObjectType = 7, enumerator in enum:JSC::JSType
H A DFunctionPrototype.h37 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DBooleanObject.h37 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DDatePrototype.h42 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DGlobalEvalFunction.h40 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DJSONObject.h44 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DMathObject.h40 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DNumberObject.h36 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DInternalFunction.h45 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DJSWrapperObject.h41 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DNumberConstructor.h42 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DStringObjectThatMasqueradesAsUndefined.h47 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DDateInstance.h58 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DJSStaticScopeObject.h60 static PassRefPtr<Structure> createStructure(JSValue proto) { return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); }
H A DRegExpObject.h52 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DStringObject.h51 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
/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/JavaScriptCore/API/
H A DJSCallbackFunction.h44 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DJSCallbackConstructor.h44 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
/external/webkit/WebCore/bridge/
H A Druntime_method.h50 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A Druntime_array.h63 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java41 public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType);
51 public void visitStackObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType);
61 public void visitVariablesObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType);
/external/webkit/JavaScriptCore/debugger/
H A DDebuggerActivation.h54 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
/external/webkit/JavaScriptGlue/
H A DUserObjectImp.h64 return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot | OverridesMarkChildren | OverridesGetPropertyNames), AnonymousSlotCount);

Completed in 1836 milliseconds

123