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

  /external/chromium_org/third_party/WebKit/Source/platform/
Supplementable.h 91 template<typename T, bool isGarbageCollected>
94 template<typename T, bool isGarbageCollected>
97 template<typename T, bool isGarbageCollected>
124 template<typename T, bool isGarbageCollected = false>
125 class SupplementBase : public SupplementTracing<isGarbageCollected> {
131 static void provideTo(SupplementableBase<T, isGarbageCollected>& host, const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement)
136 static SupplementBase<T, isGarbageCollected>* from(SupplementableBase<T, isGarbageCollected>& host, const char* key)
141 static SupplementBase<T, isGarbageCollected>* from(SupplementableBase<T, isGarbageCollected>* host, const char* key
    [all...]
CrossThreadCopier.h 65 template<bool isConvertibleToInteger, bool isThreadSafeRefCounted, bool isGarbageCollected, typename T> struct CrossThreadCopierBase;
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 44 static const bool isGarbageCollected = false;
52 template<size_t inlineCapacity, bool isGarbageCollected, bool tNeedsDestruction>
69 Allocator::isGarbageCollected,
178 static const bool isGarbageCollected = true;
  /external/chromium_org/third_party/WebKit/public/platform/
WebPrivatePtr.h 56 static const bool isGarbageCollected = WTF::IsSubclassOfTemplate<T, WebCore::GarbageCollected>::value;
60 !isGarbageCollected ? RefCountedLifetime :
  /external/chromium_org/third_party/WebKit/Source/wtf/
DefaultAllocator.h 64 static const bool isGarbageCollected = false;
Vector.h 310 VectorUnusedSlotClearer<Allocator::isGarbageCollected && (VectorTraits<T>::needsDestruction || ShouldBeTraced<VectorTraits<T> >::value), T>::clear(from, to);
516 template<typename Derived, typename Elements, bool hasInlineCapacity, bool isGarbageCollected>
548 class Vector : private VectorBuffer<T, inlineCapacity, Allocator>, public VectorDestructorBase<Vector<T, inlineCapacity, Allocator>, T, (inlineCapacity > 0), Allocator::isGarbageCollected> {
568 COMPILE_ASSERT(!Allocator::isGarbageCollected || !VectorTraits<T>::needsDestruction || VectorTraits<T>::canInitializeWithMemset, ClassHasProblemsWithFinalizersCalledOnClearedMemory);
580 COMPILE_ASSERT(!Allocator::isGarbageCollected || !VectorTraits<T>::needsDestruction || VectorTraits<T>::canInitializeWithMemset, ClassHasProblemsWithFinalizersCalledOnClearedMemory);
595 if (LIKELY(m_size) && !(Allocator::isGarbageCollected && this->hasOutOfLineBuffer())) {
    [all...]
ListHashSet.h 57 template<typename Derived, typename Allocator, bool isGarbageCollected>
78 : public ListHashSetDestructorBase<ListHashSet<ValueArg, inlineCapacity, HashArg, AllocatorArg>, AllocatorArg, AllocatorArg::isGarbageCollected> {
369 if (NodeAllocator::isGarbageCollected && HashTraits<ValueArg>::needsDestruction)
375 ASSERT(NodeAllocator::isGarbageCollected);
698 COMPILE_ASSERT(!Allocator::isGarbageCollected, FinalizeOnHeapAllocatedListHashSetShouldNeverBeCalled);
    [all...]
Deque.h 46 class Deque : public VectorDestructorBase<Deque<T, inlineCapacity, Allocator>, T, (inlineCapacity > 0), Allocator::isGarbageCollected> {
269 if (!isEmpty() && !(Allocator::isGarbageCollected && m_buffer.hasOutOfLineBuffer()))
515 COMPILE_ASSERT(Allocator::isGarbageCollected, Garbage_collector_must_be_enabled);
HashTable.h 330 template<typename Derived, bool isGarbageCollected>
345 class HashTable : public HashTableDestructorBase<HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits, Allocator>, Allocator::isGarbageCollected> {
408 ASSERT(!Allocator::isGarbageCollected);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]
Heap.h     [all...]

Completed in 537 milliseconds