Home
last modified time | relevance | path

Searched refs:constructDeletedValue (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/wtf/
DHashTraits.h47 static void constructDeletedValue(T& slot) { slot = static_cast<T>(-1); }
61 static void constructDeletedValue(T& slot) { slot = -std::numeric_limits<T>::infinity(); }
73 static void constructDeletedValue(T& slot) { slot = std::numeric_limits<T>::max() - 1; }
80 static void constructDeletedValue(P*& slot) { slot = reinterpret_cast<P*>(-1); }
86 static void constructDeletedValue(T& slot) { new (&slot) T(HashTableDeletedValue); }
105 …static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first…
DHashTable.h388 …oid deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket); }
470 Traits::constructDeletedValue(deletedValue);
/external/webkit/Source/JavaScriptCore/runtime/
DStructureTransitionTable.h68 …static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first… in constructDeletedValue() function
DRegExpKey.h106 …static void constructDeletedValue(JSC::RegExpKey& slot) { slot.flagsValue = JSC::DeletedValueFlags…
DJSValue.h373 …static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::… in constructDeletedValue() function
380 …static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::… in constructDeletedValue() function
/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicStringHash.h54 …static void constructDeletedValue(WTF::AtomicString& slot) { new (&slot) WTF::AtomicString(HashTab…
/external/webkit/Source/WebCore/platform/graphics/
DIntSizeHash.h39 …static void constructDeletedValue(WebCore::IntSize& slot) { new (&slot) WebCore::IntSize(-1, -1); }
DIntPointHash.h39 …static void constructDeletedValue(WebCore::IntPoint& slot) { slot = WebCore::IntPoint(std::numeric…
DIntRectHash.h53 …static void constructDeletedValue(WebCore::IntRect& slot) { new (&slot) WebCore::IntRect(-1, -1, -…
DFontCache.cpp238 static void constructDeletedValue(FontPlatformData& slot) in constructDeletedValue() function
/external/webkit/Source/WebKit/win/
DWebKitCOMAPI.cpp45 static void constructDeletedValue(CLSID& slot) { slot = CLSID_NULL; } in constructDeletedValue() function
DChangeLog-2009-06-16440 (CLSIDHashTraits::constructDeletedValue):
/external/webkit/Source/JavaScriptCore/profiler/
DCallIdentifier.h88 static void constructDeletedValue(JSC::CallIdentifier& slot)
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerTilerChromium.h149 static void constructDeletedValue(TileMapKey& slot) { slot = std::make_pair(-2, -2); } in constructDeletedValue() function
/external/webkit/Source/WebCore/platform/win/
DCOMPtr.h226 …static void constructDeletedValue(COMPtr<P>& slot) { new (&slot) COMPtr<P>(HashTableDeletedValue);…
/external/webkit/Source/WebCore/dom/
DStyledElement.cpp59 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; } in constructDeletedValue() function
DDocument.h193 …static void constructDeletedValue(FormElementKey& slot) { new (&slot) FormElementKey(WTF::HashTabl… in constructDeletedValue() function
/external/webkit/Source/WebCore/bindings/v8/
Dnpruntime.cpp124 static void constructDeletedValue(StringKey& slot) in constructDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.cpp169 static void constructDeletedValue(FixedSizeFontDataKey& slot) in constructDeletedValue() function
/external/webkit/Source/WebCore/platform/cf/
DBinaryPropertyList.cpp83 static void constructDeletedValue(IntegerArray& slot) { slot.markDeleted(); } in constructDeletedValue() function
/external/webkit/Source/JavaScriptCore/
DChangeLog1314 (WTF::SimpleClassHashTraits::constructDeletedValue):
8099 (JSC::StructureTransitionTable::HashTraits::constructDeletedValue):
DChangeLog-2009-06-165780 (JSC::JSValueHashTraits::constructDeletedValue):
6108 (JSC::BytecodeGenerator::JSValueHashTraits::constructDeletedValue):
7026 (JSC::BytecodeGenerator::JSValueHashTraits::constructDeletedValue):
13492 (JSC::BytecodeGenerator::JSValueHashTraits::constructDeletedValue):
14420 (JSC::BytecodeGenerator::JSValueHashTraits::constructDeletedValue):
25730 Changed constructDeletedValue and isDeletedValue to use a line number
26973 (JSC::CodeGenerator::JSValueHashTraits::constructDeletedValue):
35740 (JSC::TransitionTableHashTraits::constructDeletedValue): Ditto.
DChangeLog-2008-08-103059 HashTable was passing &value to constructDeletedValue, which in
17163 (WTF::HashTable::deleteBucket): Changed to use constructDeletedValue instead of
DChangeLog-2011-02-1622366 …The only difference is that constructDeletedValue() matches the RefPtr implementation (in HashTrai…
/external/webkit/Source/WebCore/
DChangeLog-2008-08-103774 (WebCore::PODTypeWrapperCacheInfoTraits::constructDeletedValue):
24843 (WTF::): Changed constructDeletedValue to play nicely with
26011 (WebCore::PODTypeReadWriteHashInfoTraits::constructDeletedValue): Added.
26046 (WebCore::FontPlatformDataCacheKeyTraits::constructDeletedValue): Added.
26048 (WebCore::FontDataCacheKeyTraits::constructDeletedValue): Added.
26088 (WebCore::SVGAnimatedTypeWrapperKeyHashTraits::constructDeletedValue): Added.

12