Searched refs:HashTableDeletedValue (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterProgramInfo.cpp56 : m_vertexShaderString(WTF::HashTableDeletedValue)
57 , m_fragmentShaderString(WTF::HashTableDeletedValue)
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeak.h56 enum HashTableDeletedValueTag { HashTableDeletedValue }; enumerator in enum:JSC::Weak::HashTableDeletedValueTag
H A DStrong.h73 enum HashTableDeletedValueTag { HashTableDeletedValue }; enumerator in enum:JSC::Strong::HashTableDeletedValueTag
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerOriginStack.cpp38 m_stack.append(Origin(WTF::HashTableDeletedValue));
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSCJSValue.h270 enum HashTableDeletedValueTag { HashTableDeletedValue }; enumerator in enum:JSC::JSValue::HashTableDeletedValueTag
401 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); }
402 static bool isDeletedValue(EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); }
406 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); }
407 static bool isDeletedValue(EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); }
H A DCodeCache.h75 : m_sourceCode(WTF::HashTableDeletedValue)
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DLazyOperandValueProfile.h119 static void constructDeletedValue(JSC::LazyOperandValueProfileKey& slot) { new (NotNull, &slot) JSC::LazyOperandValueProfileKey(HashTableDeletedValue); }
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DSourceCode.h49 : m_provider(WTF::HashTableDeletedValue)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontPlatformData.cpp41 , m_font(WTF::HashTableDeletedValue)
H A DFontCache.cpp276 new (NotNull, &slot) FontPlatformData(HashTableDeletedValue);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.h64 explicit KURL(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { }
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DCOMPtr.h223 static void constructDeletedValue(COMPtr<P>& slot) { new (&slot) COMPtr<P>(HashTableDeletedValue); }
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DFontPlatformData.cpp166 new (&slot) FixedSizeFontDataKey(WTF::HashTableDeletedValue);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFormController.cpp167 static void constructDeletedValue(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); }

Completed in 214 milliseconds