Home
last modified time | relevance | path

Searched refs:kMaxSize (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp532 static const size_t kMaxSize = 8u * kPageSize; variable
564 static const size_t kMinThreadCacheSize = kMaxSize * 2;
782 if (static_cast<size_t>(ClassIndex(kMaxSize)) >= sizeof(class_array)) { in InitSizeClasses()
783 MESSAGE("Invalid class index %d for kMaxSize\n", ClassIndex(kMaxSize)); in InitSizeClasses()
791 for (size_t size = kAlignment; size <= kMaxSize; size += (1 << alignshift)) { in InitSizeClasses()
850 for (size_t size = 0; size <= kMaxSize; size++) { in InitSizeClasses()
1018 if (bytes > kMaxSize) { in AllocationSize()
2657 ASSERT(size <= kMaxSize); in Allocate()
3385 if (size > kMaxSize) { in CreateCacheIfNecessary()
3463 if (size <= kMaxSize && align < kPageSize) { in CreateCacheIfNecessary()
/external/webkit/V8Binding/v8/src/
Dassembler.h276 static const int kMaxSize = 16; variable
Dassembler.cc253 ASSERT(begin_pos - pos_ <= kMaxSize); in Write()
/external/webkit/V8Binding/v8/src/arm/
Dassembler-arm.h755 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize;
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-145052 (WTF::do_malloc): Reverted WTF change only to call GetCache() if size <= kMaxSize.