Searched refs:CollectionBackingHeap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h147 CollectionBackingHeap, enumerator in enum:blink::TypedHeaps
184 struct HeapIndexTrait<CollectionBackingHeap> : public HeapIndexTraitBase<CollectionBackingHeap> { };
186 struct HeapIndexTrait<CollectionBackingHeapNonFinalized> : public HeapIndexTrait<CollectionBackingHeap> { };
204 // We don't have any type-based mappings to the CollectionBackingHeap.
H A DHeap.h1535 return HeapIndexTrait<CollectionBackingHeap>::HeapType::roundedAllocationSize(count * sizeof(T));
1551 return reinterpret_cast<Return>(Heap::allocate<Metadata, HeapIndexTrait<CollectionBackingHeap> >(size));
H A DHeap.cpp2705 typedef HeapIndexTrait<CollectionBackingHeap> HeapTraits;

Completed in 1098 milliseconds