Home
last modified time | relevance | path

Searched refs:Allocator (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/
Dscopeinfo.cc51 template<class Allocator>
52 ScopeInfo<Allocator>::ScopeInfo(Scope* scope) in ScopeInfo()
77 List<Variable*, Allocator> locals(32); // 32 is a wild guess in ScopeInfo()
82 List<Variable*, Allocator> heap_locals(locals.length()); in ScopeInfo()
213 template <class Allocator>
214 static Object** ReadList(Object** p, List<Handle<String>, Allocator >* list) { in ReadList()
227 template <class Allocator>
229 List<Handle<String>, Allocator>* list, in ReadList()
230 List<Variable::Mode, Allocator>* modes) { in ReadList()
246 template<class Allocator>
[all …]
Dhashmap.h37 class Allocator BASE_EMBEDDED {
39 virtual ~Allocator() {} in ~Allocator()
47 static Allocator DefaultAllocator;
58 Allocator* allocator = &DefaultAllocator,
105 Allocator* allocator_;
Dscopeinfo.h50 template<class Allocator>
148 List<Handle<String>, Allocator > parameters_;
149 List<Handle<String>, Allocator > stack_slots_;
150 List<Handle<String>, Allocator > context_slots_;
151 List<Variable::Mode, Allocator > context_modes_;
Dhashmap.cc35 Allocator HashMap::DefaultAllocator;
45 Allocator* allocator, in HashMap()
Dscopes.h251 template<class Allocator>
252 void CollectUsedVariables(List<Variable*, Allocator>* locals);
Dscopes.cc40 class ZoneAllocator: public Allocator {
304 template<class Allocator>
305 void Scope::CollectUsedVariables(List<Variable*, Allocator>* locals) { in CollectUsedVariables()
Dglobals.h260 template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo;
/external/chromium/base/
Dstack_container.h134 typedef StackAllocator<ContainedType, stack_capacity> Allocator; typedef
161 const typename Allocator::Source& stack_data() const { in stack_data()
167 typename Allocator::Source stack_data_;
168 Allocator allocator_;
/external/skia/include/images/
DSkImageDecoder.h152 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator()
153 SkBitmap::Allocator* setAllocator(SkBitmap::Allocator*);
399 SkBitmap::Allocator* fAllocator;
/external/stlport/stlport/
Dfunctional123 template<typename Signature, typename Allocator >
125 template<typename Signature, typename Allocator>
126 void swap(function<Signature, Allocator>& f1, function<Signature, Allocator>& f2);
/external/skia/include/core/
DSkBitmap.h42 class Allocator;
228 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
381 bool copyTo(SkBitmap* dst, Config c, Allocator* allocator = NULL) const;
410 class Allocator : public SkRefCnt {
426 class HeapAllocator : public Allocator {
/external/chromium/base/allocator/
Dallocator_shim.cc35 } Allocator; typedef
38 static Allocator allocator = TCMALLOC;
/external/bluetooth/glib/glib/
Dgslice.c175 } Allocator; typedef
187 static inline gsize allocator_get_magazine_threshold (Allocator *allocator,
199 static Allocator allocator[1] = { { 0, }, };
504 allocator_get_magazine_threshold (Allocator *allocator, in allocator_get_magazine_threshold()
571 magazine_cache_trim (Allocator *allocator, in magazine_cache_trim()
967 allocator_slab_stack_push (Allocator *allocator, in allocator_slab_stack_push()
989 allocator_aligned_page_size (Allocator *allocator, in allocator_aligned_page_size()
998 allocator_add_slab (Allocator *allocator, in allocator_add_slab()
/external/webkit/WebCore/platform/graphics/android/
DBitmapAllocatorAndroid.h41 class BitmapAllocatorAndroid : public SkBitmap::Allocator {
/external/skia/src/images/
DSkImageDecoder.cpp79 SkBitmap::Allocator* SkImageDecoder::setAllocator(SkBitmap::Allocator* alloc) { in setAllocator()
/external/skia/src/ports/
DSkImageRef_ashmem.cpp58 class AshmemAllocator : public SkBitmap::Allocator {
/external/kernel-headers/original/linux/
Dmmzone.h521 #error Allocator MAX_ORDER exceeds SECTION_SIZE
/external/skia/src/core/
DSkBitmap.cpp327 bool SkBitmap::allocPixels(Allocator* allocator, SkColorTable* ctable) { in allocPixels()
739 bool SkBitmap::copyTo(SkBitmap* dst, Config dstConfig, Allocator* alloc) const { in copyTo()
/external/sqlite/dist/
Dsqlite3.h.orig1842 ** CAPI3REF: Memory Allocator Statistics
Dsqlite3.c.orig2366 ** CAPI3REF: Memory Allocator Statistics