Home
last modified time | relevance | path

Searched refs:ObjectType (Results 1 – 25 of 63) sorted by relevance

123

/external/proguard/src/proguard/classfile/attribute/preverification/
DObjectType.java32 public class ObjectType extends VerificationType class
41 public ObjectType() in ObjectType() method in ObjectType
49 public ObjectType(int u2classIndex) in ObjectType() method in ObjectType
90 ObjectType other = (ObjectType)object; in equals()
DVerificationTypeFactory.java108 public static ObjectType createObjectType(int classIndex) in createObjectType()
110 return new ObjectType(classIndex); in createObjectType()
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java41 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objec… in visitObjectType()
51 …zz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objec… in visitStackObjectType()
61 …zz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objec… in visitVariablesObjectType()
/external/webkit/WebCore/bindings/js/
DSerializedScriptValue.h62 ObjectType, enumerator
131 ASSERT(m_type == ObjectType); in asObject()
DSerializedScriptValue.cpp196 : m_type(ObjectType) in SerializedScriptValueData()
672 return value.type() == SerializedScriptValueData::ObjectType; in isObject()
728 case SerializedScriptValueData::ObjectType: in convertIfTerminal()
856 return value.type() == SerializedScriptValueData::ObjectType; in isObject()
910 case SerializedScriptValueData::ObjectType: in convertIfTerminal()
/external/webkit/JavaScriptCore/runtime/
DJSType.h38 ObjectType = 7, enumerator
DFunctionPrototype.h37 … return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DMathObject.h40 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DBooleanObject.h37 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DDatePrototype.h42 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DNumberObject.h36 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DGlobalEvalFunction.h40 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DJSONObject.h44 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DStringObjectThatMasqueradesAsUndefined.h47 … return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DJSWrapperObject.h41 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DNumberConstructor.h42 … return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DInternalFunction.h45 … return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DDateInstance.h58 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DJSStaticScopeObject.h60 …ateStructure(JSValue proto) { return Structure::create(proto, TypeInfo(ObjectType, StructureFlags)… in createStructure()
DStringObject.h51 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
/external/webkit/JavaScriptCore/API/
DJSCallbackFunction.h44 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
DJSCallbackConstructor.h44 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
/external/webkit/WebCore/bridge/
Druntime_method.h50 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
Druntime_array.h63 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
/external/webkit/JavaScriptGlue/
DUserObjectImp.h64 …return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot | OverridesMa… in createStructure()

123