Searched refs:RELEASE_ASSERT (Results 26 - 50 of 82) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.h54 RELEASE_ASSERT(count <= kMaxUnquantizedAllocation / sizeof(T));
H A DVector.h627 RELEASE_ASSERT(i < size());
632 RELEASE_ASSERT(i < size());
886 RELEASE_ASSERT(expandedCapacity > oldCapacity);
1009 RELEASE_ASSERT(newSize >= m_size);
1063 RELEASE_ASSERT(position <= size());
1069 RELEASE_ASSERT(newSize >= m_size);
1080 RELEASE_ASSERT(position <= size());
1119 RELEASE_ASSERT(position < size());
1131 RELEASE_ASSERT(position + length <= size());
H A DPartitionAlloc.cpp329 RELEASE_ASSERT(numPartitionPages <= kNumPartitionPagesPerSuperPage);
547 RELEASE_ASSERT(bucket->numFullPages);
664 RELEASE_ASSERT(false);
800 RELEASE_ASSERT(page->numAllocatedSlots != -1);
885 RELEASE_ASSERT(newSize <= kGenericMaxDirectMapped);
H A DPartitionAlloc.h475 RELEASE_ASSERT(result);
500 RELEASE_ASSERT(ptr != freelistHead); // Catches an immediate double free.
539 RELEASE_ASSERT(result);
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp69 RELEASE_ASSERT(!error);
367 RELEASE_ASSERT(!Heap::s_shutdownCalled);
409 RELEASE_ASSERT(!Heap::s_shutdownCalled);
970 RELEASE_ASSERT(end < start);
1018 RELEASE_ASSERT(from < to);
1019 RELEASE_ASSERT(to <= reinterpret_cast<Address*>(m_startOfStack));
1231 RELEASE_ASSERT(index >= 0);
H A DHeap.cpp138 RELEASE_ASSERT(!err);
141 RELEASE_ASSERT(success);
165 RELEASE_ASSERT(!err);
170 RELEASE_ASSERT(success);
212 RELEASE_ASSERT(base != MAP_FAILED);
221 RELEASE_ASSERT(!error);
224 RELEASE_ASSERT(base != MAP_FAILED);
257 RELEASE_ASSERT(base);
271 RELEASE_ASSERT(base);
347 RELEASE_ASSERT(storag
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp98 RELEASE_ASSERT(string.length() <= numeric_limits<unsigned>::max() - m_impl->length());
107 RELEASE_ASSERT(string.length() <= numeric_limits<unsigned>::max() - m_impl->length());
136 RELEASE_ASSERT(m_impl->length() < numeric_limits<unsigned>::max());
194 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
203 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
226 RELEASE_ASSERT(lengthToAppend <= numeric_limits<unsigned>::max() - strLength);
245 RELEASE_ASSERT(lengthToInsert <= numeric_limits<unsigned>::max() - impl->length());
453 RELEASE_ASSERT(pos <= length);
902 RELEASE_ASSERT(length <= numeric_limits<unsigned>::max());
H A DStringConcatenate.cpp53 RELEASE_ASSERT(len <= std::numeric_limits<unsigned>::max());
H A DStringImpl.cpp379 RELEASE_ASSERT(length <= ((std::numeric_limits<unsigned>::max() - sizeof(StringImpl)) / sizeof(LChar)));
445 RELEASE_ASSERT(length <= numeric_limits<unsigned>::max());
518 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
548 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
584 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
676 RELEASE_ASSERT(langLength >= 2 && langLength <= 3);
791 RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
1119 RELEASE_ASSERT(matchStringLength <= numeric_limits<unsigned>::max());
1181 RELEASE_ASSERT(matchStringLength <= numeric_limits<unsigned>::max());
1589 RELEASE_ASSERT((lengt
[all...]
H A DTextCodecUTF16.cpp170 RELEASE_ASSERT(length <= numeric_limits<size_t>::max() / 2);
H A DStringBuilder.cpp226 RELEASE_ASSERT(requiredLength >= length);
279 RELEASE_ASSERT(requiredLength >= length);
H A DStringConcatenate.h168 RELEASE_ASSERT(false);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMWrapperMap.h74 RELEASE_ASSERT(!containsKey(key)); // See crbug.com/368095
H A DV8ScriptRunner.cpp173 RELEASE_ASSERT(!context->isIteratingOverObservers());
221 RELEASE_ASSERT(!context->isIteratingOverObservers());
H A DV8DOMWrapper.h198 RELEASE_ASSERT(!creationContext.IsEmpty());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DPluginDocument.cpp83 RELEASE_ASSERT(document()->loader());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAttributeCollection.h55 RELEASE_ASSERT(index < size());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderWidget.cpp174 RELEASE_ASSERT(widget);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebURLRequest.cpp166 RELEASE_ASSERT(!equalIgnoringCase(name, "referer"));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.cpp545 // We put a RELEASE_ASSERT here as it will cause UAF if the assumption is false.
546 RELEASE_ASSERT(fontfaceElement->inDocument());
547 RELEASE_ASSERT(fontfaceElement->document() == document);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.cpp318 RELEASE_ASSERT(!m_view || !m_view->isInPerformLayout());
342 RELEASE_ASSERT(!m_view || !m_view->isInPerformLayout());
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.h259 void assertAlive() const { RELEASE_ASSERT(!m_deleted); }
H A DResource.cpp143 RELEASE_ASSERT(!memoryCache()->contains(this));
144 RELEASE_ASSERT(!ResourceCallback::callbackHandler()->isScheduled(this));
198 RELEASE_ASSERT(m_options.synchronousPolicy == RequestSynchronously);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontData.cpp327 RELEASE_ASSERT(m_svgFontFaceElement && m_svgFontFaceElement->inDocument());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFrameGenerator.cpp186 RELEASE_ASSERT(sizeUpdated);

Completed in 415 milliseconds

1234