Searched refs:kMaxUnquantizedAllocation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.h54 RELEASE_ASSERT(count <= kMaxUnquantizedAllocation / sizeof(T));
57 static const size_t kMaxUnquantizedAllocation = kGenericMaxDirectMapped; member in class:WTF::DefaultAllocatorQuantizer
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8WebGLRenderingContextCustom.cpp538 if (array->Length() > WTF::DefaultAllocatorQuantizer::kMaxUnquantizedAllocation / sizeof(float)) {
605 if (array->Length() > WTF::DefaultAllocatorQuantizer::kMaxUnquantizedAllocation / sizeof(int)) {
716 if (array->Length() > WTF::DefaultAllocatorQuantizer::kMaxUnquantizedAllocation / sizeof(float)) {
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1534 RELEASE_ASSERT(count <= kMaxUnquantizedAllocation / sizeof(T));
1537 static const size_t kMaxUnquantizedAllocation = maxHeapObjectSize;

Completed in 1402 milliseconds