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

  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
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/v8/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/v8/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 248 class HeapAllocator {
254 class HeapVector : public Vector<T, inlineCapacity, HeapAllocator> { };
257 class HeapDeque : public Vector<T, inlineCapacity, HeapAllocator> { };
260 class HeapHashSet : public HashSet<T, void, void, HeapAllocator> { };
263 class HeapListHashSet : public ListHashSet<T, void, void, HeapAllocator> { };
266 class HeapLinkedHashSet : public LinkedHashSet<T, void, void, HeapAllocator> {
270 class HeapHashCountedSet : public HashCountedSet<T, void, void, HeapAllocator> {
274 class HeapHashMap : public HashMap<K, V, void, void, void, HeapAllocator> { };
277 class PersistentHeapVector : public Vector<T, 0, HeapAllocator> { };
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/heap/
stubs.h 248 class HeapAllocator {
254 class HeapVector : public Vector<T, inlineCapacity, HeapAllocator> { };
257 class HeapDeque : public Vector<T, inlineCapacity, HeapAllocator> { };
260 class HeapHashSet : public HashSet<T, void, void, HeapAllocator> { };
263 class HeapListHashSet : public ListHashSet<T, void, void, HeapAllocator> { };
266 class HeapLinkedHashSet : public LinkedHashSet<T, void, void, HeapAllocator> {
270 class HeapHashCountedSet : public HashCountedSet<T, void, void, HeapAllocator> {
274 class HeapHashMap : public HashMap<K, V, void, void, void, HeapAllocator> { };
277 class PersistentHeapVector : public Vector<T, 0, HeapAllocator> { };
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 121 class HeapAllocator : public SkBRDAllocator {
123 HeapAllocator() { };
124 ~HeapAllocator() { };
BitmapFactory.cpp 99 class ScaleCheckingAllocator : public SkBitmap::HeapAllocator {
116 return SkBitmap::HeapAllocator::allocPixelRef(bitmap);
333 HeapAllocator defaultAllocator;
336 SkBitmap::HeapAllocator heapAllocator;
339 // This will allocate pixels using a HeapAllocator, since there will be an extra
346 // This will allocate pixels using a HeapAllocator,
349 decodeAllocator = &heapAllocator;
BitmapRegionDecoder.cpp 175 HeapAllocator heapAlloc;
Graphics.cpp 610 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) {
680 SkBitmap::HeapAllocator heapAllocator;
686 return heapAllocator.allocPixelRef(bitmap);
Bitmap.cpp 804 HeapAllocator allocator;
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 212 HeapAllocator stdalloc;
335 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) {
  /external/skqp/src/core/
SkBitmap.cpp 212 HeapAllocator stdalloc;
335 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) {
  /external/skia/include/core/
SkBitmap.h 658 /** Allocates pixel memory with HeapAllocator, and replaces existing SkPixelRef.
669 /** Allocates pixel memory with HeapAllocator, and replaces existing SkPixelRef.
682 If allocator is nullptr, use HeapAllocator instead.
693 If allocator is nullptr, use HeapAllocator instead.
    [all...]
  /external/skqp/include/core/
SkBitmap.h 668 /** Allocates pixel memory with HeapAllocator, and replaces existing SkPixelRef.
679 /** Allocates pixel memory with HeapAllocator, and replaces existing SkPixelRef.
692 If allocator is nullptr, use HeapAllocator instead.
703 If allocator is nullptr, use HeapAllocator instead.
    [all...]

Completed in 903 milliseconds