HomeSort by relevance Sort by last modified time
    Searched refs:RELEASE_ASSERT (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/wtf/
DefaultAllocator.h 54 RELEASE_ASSERT(count <= kMaxUnquantizedAllocation / sizeof(T));
Vector.h 627 RELEASE_ASSERT(i < size());
632 RELEASE_ASSERT(i < size());
886 RELEASE_ASSERT(expandedCapacity > oldCapacity);
    [all...]
PartitionAlloc.cpp 329 RELEASE_ASSERT(numPartitionPages <= kNumPartitionPagesPerSuperPage);
547 RELEASE_ASSERT(bucket->numFullPages);
664 RELEASE_ASSERT(false);
    [all...]
PartitionAlloc.h 475 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/
ThreadState.cpp 69 RELEASE_ASSERT(!error);
367 RELEASE_ASSERT(!Heap::s_shutdownCalled);
409 RELEASE_ASSERT(!Heap::s_shutdownCalled);
    [all...]
Heap.cpp 138 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(storage->commit())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 98 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());
    [all...]
StringConcatenate.cpp 53 RELEASE_ASSERT(len <= std::numeric_limits<unsigned>::max());
StringImpl.cpp 379 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()));
    [all...]
TextCodecUTF16.cpp 170 RELEASE_ASSERT(length <= numeric_limits<size_t>::max() / 2);
StringBuilder.cpp 226 RELEASE_ASSERT(requiredLength >= length);
279 RELEASE_ASSERT(requiredLength >= length);
StringConcatenate.h 168 RELEASE_ASSERT(false);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DOMWrapperMap.h 74 RELEASE_ASSERT(!containsKey(key)); // See crbug.com/368095
V8ScriptRunner.cpp 173 RELEASE_ASSERT(!context->isIteratingOverObservers());
221 RELEASE_ASSERT(!context->isIteratingOverObservers());
V8DOMWrapper.h 198 RELEASE_ASSERT(!creationContext.IsEmpty());
  /external/chromium_org/third_party/WebKit/Source/core/html/
PluginDocument.cpp 83 RELEASE_ASSERT(document()->loader());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
AttributeCollection.h 55 RELEASE_ASSERT(index < size());
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 259 void assertAlive() const { RELEASE_ASSERT(!m_deleted); }
Resource.cpp 143 RELEASE_ASSERT(!memoryCache()->contains(this));
144 RELEASE_ASSERT(!ResourceCallback::callbackHandler()->isScheduled(this));
198 RELEASE_ASSERT(m_options.synchronousPolicy == RequestSynchronously);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 174 RELEASE_ASSERT(widget);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLRequest.cpp 166 RELEASE_ASSERT(!equalIgnoringCase(name, "referer"));
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.cpp 545 // 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/
LocalFrame.cpp 318 RELEASE_ASSERT(!m_view || !m_view->isInPerformLayout());
342 RELEASE_ASSERT(!m_view || !m_view->isInPerformLayout());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 327 RELEASE_ASSERT(m_svgFontFaceElement && m_svgFontFaceElement->inDocument());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFrameGenerator.cpp 186 RELEASE_ASSERT(sizeUpdated);

Completed in 1201 milliseconds

12 3 4