/external/webkit/Source/JavaScriptCore/wtf/ |
D | HashTraits.h | 47 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…
|
D | HashTable.h | 388 …oid deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket); } 470 Traits::constructDeletedValue(deletedValue);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | StructureTransitionTable.h | 68 …static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first… in constructDeletedValue() function
|
D | RegExpKey.h | 106 …static void constructDeletedValue(JSC::RegExpKey& slot) { slot.flagsValue = JSC::DeletedValueFlags…
|
D | JSValue.h | 373 …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/ |
D | AtomicStringHash.h | 54 …static void constructDeletedValue(WTF::AtomicString& slot) { new (&slot) WTF::AtomicString(HashTab…
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | IntSizeHash.h | 39 …static void constructDeletedValue(WebCore::IntSize& slot) { new (&slot) WebCore::IntSize(-1, -1); }
|
D | IntPointHash.h | 39 …static void constructDeletedValue(WebCore::IntPoint& slot) { slot = WebCore::IntPoint(std::numeric…
|
D | IntRectHash.h | 53 …static void constructDeletedValue(WebCore::IntRect& slot) { new (&slot) WebCore::IntRect(-1, -1, -…
|
D | FontCache.cpp | 238 static void constructDeletedValue(FontPlatformData& slot) in constructDeletedValue() function
|
/external/webkit/Source/WebKit/win/ |
D | WebKitCOMAPI.cpp | 45 static void constructDeletedValue(CLSID& slot) { slot = CLSID_NULL; } in constructDeletedValue() function
|
D | ChangeLog-2009-06-16 | 440 (CLSIDHashTraits::constructDeletedValue):
|
/external/webkit/Source/JavaScriptCore/profiler/ |
D | CallIdentifier.h | 88 static void constructDeletedValue(JSC::CallIdentifier& slot)
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerTilerChromium.h | 149 static void constructDeletedValue(TileMapKey& slot) { slot = std::make_pair(-2, -2); } in constructDeletedValue() function
|
/external/webkit/Source/WebCore/platform/win/ |
D | COMPtr.h | 226 …static void constructDeletedValue(COMPtr<P>& slot) { new (&slot) COMPtr<P>(HashTableDeletedValue);…
|
/external/webkit/Source/WebCore/dom/ |
D | StyledElement.cpp | 59 static void constructDeletedValue(MappedAttributeKey& slot) { slot.type = eLastEntry; } in constructDeletedValue() function
|
D | Document.h | 193 …static void constructDeletedValue(FormElementKey& slot) { new (&slot) FormElementKey(WTF::HashTabl… in constructDeletedValue() function
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | npruntime.cpp | 124 static void constructDeletedValue(StringKey& slot) in constructDeletedValue() function
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontPlatformData.cpp | 169 static void constructDeletedValue(FixedSizeFontDataKey& slot) in constructDeletedValue() function
|
/external/webkit/Source/WebCore/platform/cf/ |
D | BinaryPropertyList.cpp | 83 static void constructDeletedValue(IntegerArray& slot) { slot.markDeleted(); } in constructDeletedValue() function
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog | 1314 (WTF::SimpleClassHashTraits::constructDeletedValue): 8099 (JSC::StructureTransitionTable::HashTraits::constructDeletedValue):
|
D | ChangeLog-2009-06-16 | 5780 (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.
|
D | ChangeLog-2008-08-10 | 3059 HashTable was passing &value to constructDeletedValue, which in 17163 (WTF::HashTable::deleteBucket): Changed to use constructDeletedValue instead of
|
D | ChangeLog-2011-02-16 | 22366 …The only difference is that constructDeletedValue() matches the RefPtr implementation (in HashTrai…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 3774 (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.
|