HomeSort by relevance Sort by last modified time
    Searched refs:needsDestruction (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h 40 static const bool needsDestruction = true;
52 static const bool needsDestruction = false;
85 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
HashTraits.h 42 static const bool needsDestruction = true;
48 static const bool needsDestruction = false;
61 static const bool needsDestruction = false;
73 static const bool needsDestruction = false;
81 static const bool needsDestruction = false;
106 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
Vector.h 65 template <bool needsDestruction, typename T>
239 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
    [all...]
HashTable.h 768 Mover<ValueType, Traits::needsDestruction>::move(entry, *lookupForWriting(Extractor::extract(entry)).first);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
IntPointHash.h 36 static const bool needsDestruction = false;
IntSizeHash.h 38 static const bool needsDestruction = false;
IntRectHash.h 52 static const bool needsDestruction = false;
FontCache.cpp 232 static const bool needsDestruction = true;
  /external/webkit/Source/JavaScriptCore/runtime/
StructureTransitionTable.h 66 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
SymbolTable.h 119 static const bool needsDestruction = false;
  /external/webkit/Source/JavaScriptCore/heap/
Local.h 146 static const bool needsDestruction = false;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h 147 static const bool needsDestruction = false;
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 58 static const bool needsDestruction = false;
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 419 static const bool needsDestruction = false;
  /external/webkit/Source/WebCore/platform/cf/
BinaryPropertyList.cpp 82 static const bool needsDestruction = false;

Completed in 185 milliseconds