Searched refs:NullType (Results 1 - 24 of 24) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSType.h34 NullType = 4, enumerator in enum:JSC::JSType
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DVerificationTypeFactory.java36 static final NullType NULL_TYPE = new NullType();
81 * Creates a new NullType.
83 public static NullType createNullType()
H A DNullType.java32 public class NullType extends VerificationType class in inherits:VerificationType
/external/webkit/Source/WebCore/storage/
H A DIDBKey.cpp34 : m_type(NullType)
57 case NullType:
77 case NullType:
H A DIDBKey.h42 idbKey->m_type = NullType;
74 NullType = 0, // FIXME: Phase out support for null keys. enumerator in enum:WebCore::IDBKey::Type
H A DIDBAny.cpp119 m_type = NullType;
H A DIDBAny.h69 NullType, enumerator in enum:WebCore::IDBAny::Type
H A DIDBSQLiteBackingStore.cpp331 case IDBKey::NullType:
352 case IDBKey::NullType:
369 case IDBKey::NullType:
387 case IDBKey::NullType:
435 case IDBKey::NullType:
H A DIDBObjectStoreBackendImpl.cpp209 if (key->type() == IDBKey::NullType) {
221 if (key->type() == IDBKey::NullType) {
H A DIDBLevelDBBackingStore.cpp316 case IDBKey::NullType:
/external/webkit/Source/WebCore/bindings/js/
H A DJSIDBKeyCustom.cpp46 case IDBKey::NullType:
H A DJSIDBAnyCustom.cpp62 case IDBAny::NullType:
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8IDBKeyCustom.cpp45 case IDBKey::NullType:
H A DV8IDBAnyCustom.cpp54 case IDBAny::NullType:
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java42 public void visitNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType);
52 public void visitStackNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType);
62 public void visitVariablesNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType);
/external/webkit/Source/WebKit/chromium/public/
H A DWebIDBKey.h70 NullType = 0, enumerator in enum:WebKit::WebIDBKey::Type
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java167 /* NullType overrides this method.
182 /* NullType overrides this method.
286 /* See also NullType.getExpected().
343 public static class NullType extends ClassName { class in class:TypeData
344 public NullType() { method in class:TypeData.NullType
349 return new NullType();
H A DTracer.java160 stackTypes[stackTop++] = new TypeData.NullType();
/external/webkit/Source/WebCore/bindings/v8/
H A DV8GCController.cpp209 GroupId() : m_type(NullType), m_groupId(0) {}
212 bool operator!() const { return m_type == NullType; }
217 case NullType:
230 NullType, enumerator in enum:WebCore::GroupId::Type
/external/webkit/Source/WebKit/chromium/src/
H A DAssertMatchingEnums.cpp386 COMPILE_ASSERT_MATCHING_ENUM(WebIDBKey::NullType, IDBKey::NullType);
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java612 public void visitNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType)
666 public void visitStackNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType)
721 public void visitVariablesNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType)
/external/proguard/src/proguard/classfile/io/
H A DProgramClassReader.java829 case VerificationType.NULL_TYPE: return new NullType();
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java788 public void visitNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 321 milliseconds