Home
last modified time | relevance | path

Searched refs:needsDestruction (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DHashTraits.h40 static const bool needsDestruction = true;
46 static const bool needsDestruction = false;
59 static const bool needsDestruction = false;
71 static const bool needsDestruction = false;
79 static const bool needsDestruction = false;
103 …static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestructi…
DVectorTraits.h40 static const bool needsDestruction = true;
52 static const bool needsDestruction = false;
85 …static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestructi…
DVector.h65 template <bool needsDestruction, typename T>
239 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
DHashTable.h768 …Mover<ValueType, Traits::needsDestruction>::move(entry, *lookupForWriting(Extractor::extract(entry…
890 if (Traits::needsDestruction) {
/external/webkit/Source/JavaScriptCore/runtime/
DStructureTransitionTable.h66 …static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestructi… member
DSymbolTable.h119 static const bool needsDestruction = false; member
/external/webkit/Source/WebCore/platform/graphics/
DIntSizeHash.h38 static const bool needsDestruction = false;
DIntPointHash.h36 static const bool needsDestruction = false;
DIntRectHash.h52 static const bool needsDestruction = false;
DFontCache.cpp232 static const bool needsDestruction = true; member
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerTilerChromium.h147 static const bool needsDestruction = false; member
/external/webkit/Source/JavaScriptCore/heap/
DLocal.h146 static const bool needsDestruction = false;
/external/webkit/Source/WebCore/dom/
DStyledElement.cpp58 static const bool needsDestruction = false; member
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h419 static const bool needsDestruction = false; member
/external/webkit/Source/WebCore/platform/cf/
DBinaryPropertyList.cpp82 static const bool needsDestruction = false; member
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1625698 that HashTraits<CallIdentifier>::needsDestruction was false, so
25727 Removed explicit definition of needsDestruction, because we want it
DChangeLog-2007-10-1411628 Added PairBaseHashTraits, which doesn't try to set up needsDestruction and deletedValue.
/external/webkit/Source/WebCore/
DChangeLog-2008-08-102772 (WebCore::FontDataCacheKeyTraits): Changed needsDestruction to true because FontPlatformData