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

  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
trace_collections.h 17 Vector<Member<HeapObject>, 0, HeapAllocator> m_wtfVector;
20 Deque<Member<HeapObject>, 0, HeapAllocator> m_wtfDeque;
23 HashSet<Member<HeapObject>, void, HeapAllocator> m_wtfSet;
26 ListHashSet<Member<HeapObject>, void, HeapAllocator> m_wtfListSet;
29 LinkedHashSet<Member<HeapObject>, void, HeapAllocator> m_wtfLinkedSet;
32 HashCountedSet<Member<HeapObject>, void, HeapAllocator> m_wtfCountedSet;
36 HashMap<int, Member<HeapObject>, void, void, void, HeapAllocator>
38 HashMap<Member<HeapObject>, int, void, void, void, HeapAllocator>
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 176 class HeapAllocator {
182 class HeapVector : public Vector<T, inlineCapacity, HeapAllocator> { };
185 class HeapDeque : public Vector<T, inlineCapacity, HeapAllocator> { };
188 class HeapHashSet : public HashSet<T, void, void, HeapAllocator> { };
191 class HeapListHashSet : public ListHashSet<T, void, void, HeapAllocator> { };
194 class HeapLinkedHashSet : public LinkedHashSet<T, void, void, HeapAllocator> {
198 class HeapHashCountedSet : public HashCountedSet<T, void, void, HeapAllocator> {
202 class HeapHashMap : public HashMap<K, V, void, void, void, HeapAllocator> { };
205 class PersistentHeapVector : public Vector<T, 0, HeapAllocator> { };
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h     [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 137 class ScaleCheckingAllocator : public SkBitmap::HeapAllocator {
155 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable);
199 // HeapAllocator/JavaPixelAllocator behaves this way too
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 385 /** Use the standard HeapAllocator to create the pixelref that manages the
412 If allocator is NULL, the standard HeapAllocator will be used.
635 * bitmap. If this is null, the standard HeapAllocator
711 bitmap. If this is null, the standard HeapAllocator
742 class HeapAllocator : public Allocator {
    [all...]
  /external/skia/include/core/
SkBitmap.h 385 /** Use the standard HeapAllocator to create the pixelref that manages the
412 If allocator is NULL, the standard HeapAllocator will be used.
635 * bitmap. If this is null, the standard HeapAllocator
689 bitmap. If this is null, the standard HeapAllocator
720 class HeapAllocator : public Allocator {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 359 HeapAllocator stdalloc;
472 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst,
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 359 HeapAllocator stdalloc;
472 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst,
    [all...]

Completed in 191 milliseconds