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

  /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 252 class HeapAllocator {
258 class HeapVector : public Vector<T, inlineCapacity, HeapAllocator> { };
261 class HeapDeque : public Vector<T, inlineCapacity, HeapAllocator> { };
264 class HeapHashSet : public HashSet<T, void, void, HeapAllocator> { };
267 class HeapListHashSet : public ListHashSet<T, void, void, HeapAllocator> { };
270 class HeapLinkedHashSet : public LinkedHashSet<T, void, void, HeapAllocator> {
274 class HeapHashCountedSet : public HashCountedSet<T, void, void, HeapAllocator> {
278 class HeapHashMap : public HashMap<K, V, void, void, void, HeapAllocator> { };
281 class PersistentHeapVector : public Vector<T, 0, HeapAllocator> { };
  /external/skia/include/core/
SkBitmap.h 660 /** Allocates pixel memory with HeapAllocator, and replaces existing SkPixelRef.
671 /** 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 674 /** Allocates pixel memory with HeapAllocator, and replaces existing SkPixelRef.
685 /** Allocates pixel memory with HeapAllocator, and replaces existing SkPixelRef.
698 If allocator is nullptr, use HeapAllocator instead.
709 If allocator is nullptr, use HeapAllocator instead.
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 214 HeapAllocator stdalloc;
369 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) {
  /external/skqp/src/core/
SkBitmap.cpp 214 HeapAllocator stdalloc;
337 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst) {

Completed in 429 milliseconds