/external/proguard/src/proguard/classfile/attribute/preverification/ |
D | ObjectType.java | 32 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()
|
D | VerificationTypeFactory.java | 108 public static ObjectType createObjectType(int classIndex) in createObjectType() 110 return new ObjectType(classIndex); in createObjectType()
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 41 … 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/ |
D | SerializedScriptValue.h | 62 ObjectType, enumerator 131 ASSERT(m_type == ObjectType); in asObject()
|
D | SerializedScriptValue.cpp | 196 : 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/ |
D | JSType.h | 38 ObjectType = 7, enumerator
|
D | FunctionPrototype.h | 37 … return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | MathObject.h | 40 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | BooleanObject.h | 37 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | DatePrototype.h | 42 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | NumberObject.h | 36 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | GlobalEvalFunction.h | 40 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | JSONObject.h | 44 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | StringObjectThatMasqueradesAsUndefined.h | 47 … return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | JSWrapperObject.h | 41 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | NumberConstructor.h | 42 … return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | InternalFunction.h | 45 … return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | DateInstance.h | 58 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | JSStaticScopeObject.h | 60 …ateStructure(JSValue proto) { return Structure::create(proto, TypeInfo(ObjectType, StructureFlags)… in createStructure()
|
D | StringObject.h | 51 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
/external/webkit/JavaScriptCore/API/ |
D | JSCallbackFunction.h | 44 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | JSCallbackConstructor.h | 44 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
/external/webkit/WebCore/bridge/ |
D | runtime_method.h | 50 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
D | runtime_array.h | 63 … return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount); in createStructure()
|
/external/webkit/JavaScriptGlue/ |
D | UserObjectImp.h | 64 …return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot | OverridesMa… in createStructure()
|