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

  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 38 static const bool needsDestruction = !IsPod<T>::value;
80 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
HashTraits.h 57 // The needsDestruction flag is used to optimize destruction and rehashing.
58 static const bool needsDestruction = true;
78 static const bool needsDestruction = false;
117 static const bool needsDestruction = false;
129 static const bool needsDestruction = false;
137 static const bool needsDestruction = false;
228 static const bool needsDestruction = FirstTraits::needsDestruction || SecondTraits::needsDestruction;
283 static const bool needsDestruction = KeyTraits::needsDestruction || ValueTraits::needsDestruction
    [all...]
Vector.h 49 template <bool needsDestruction, typename T>
247 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
310 VectorUnusedSlotClearer<Allocator::isGarbageCollected && (VectorTraits<T>::needsDestruction || ShouldBeTraced<VectorTraits<T> >::value), T>::clear(from, to);
513 // correctness of non-finalized garbage-collected classes and the use of VectorTraits::needsDestruction.
527 // The use of VectorTraits<Elements>::needsDestruction is delayed until we know that
531 // depending on the value of VectorTraits<Elements>::needsDestruction.
545 class VectorDestructorBase<Derived, Elements, true, true> : public HeapVectorWithInlineCapacityDestructorBase<Derived, VectorTraits<Elements>::needsDestruction> { };
568 COMPILE_ASSERT(!Allocator::isGarbageCollected || !VectorTraits<T>::needsDestruction || VectorTraits<T>::canInitializeWithMemset, ClassHasProblemsWithFinalizersCalledOnClearedMemory);
580 COMPILE_ASSERT(!Allocator::isGarbageCollected || !VectorTraits<T>::needsDestruction || VectorTraits<T>::canInitializeWithMemset, ClassHasProblemsWithFinalizersCalledOnClearedMemory);
    [all...]
ListHashSet.h 369 if (NodeAllocator::isGarbageCollected && HashTraits<ValueArg>::needsDestruction)
381 ASSERT(HashTraits<ValueArg>::needsDestruction); // No need to waste time calling finalize if it's not needed.
    [all...]
HashTable.h     [all...]
LinkedHashSet.h 316 static const bool needsDestruction = true;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntSizeHash.h 41 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkSizeHash.h 48 static const bool needsDestruction = false;
72 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/core/events/
NodeEventContext.h 73 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h 59 static const bool needsDestruction = true;
WidthCache.h 118 static const bool needsDestruction = false;
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
class_requires_finalization_field.h 36 static const bool needsDestruction = false;
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 49 static const bool needsDestruction = true;
70 VectorTraits<T>::needsDestruction> {
242 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLVertexArrayObjectOES.h 119 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 331 static const bool needsDestruction = false;
334 static const bool needsDestruction = false;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]
Heap.h     [all...]
HeapTest.cpp 182 static const bool needsDestruction = false;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h 181 static const bool needsDestruction = false;

Completed in 598 milliseconds