Searched refs:RELEASE_ASSERT (Results 1 - 25 of 82) sorted by last modified time

1234

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamTrack.cpp189 RELEASE_ASSERT(!m_isIteratingRegisteredMediaStreams);
213 RELEASE_ASSERT(!m_isIteratingRegisteredMediaStreams);
214 RELEASE_ASSERT(!m_registeredMediaStreams.contains(mediaStream));
220 RELEASE_ASSERT(!m_isIteratingRegisteredMediaStreams);
222 RELEASE_ASSERT(iter != m_registeredMediaStreams.end());
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketHandshake.cpp118 RELEASE_ASSERT(digestSuccess);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLifecycleNotifier.h101 RELEASE_ASSERT(m_iterating != IteratingOverAll);
108 RELEASE_ASSERT(m_iterating != IteratingOverAll);
H A DUserGestureIndicator.cpp218 RELEASE_ASSERT(isMainThread());
225 RELEASE_ASSERT(isMainThread());
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoResult.cpp49 RELEASE_ASSERT(!buffer.isNull());
57 RELEASE_ASSERT(!buffer.isNull());
H A DWebURLRequest.cpp166 RELEASE_ASSERT(!equalIgnoringCase(name, "referer"));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFrameGenerator.cpp186 RELEASE_ASSERT(sizeUpdated);
/external/chromium_org/third_party/WebKit/Source/platform/heap/
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...]
H A DHeap.h1444 RELEASE_ASSERT(size < maxHeapObjectSize);
1534 RELEASE_ASSERT(count <= kMaxUnquantizedAllocation / sizeof(T));
H A DHeapTest.cpp4703 RELEASE_ASSERT(stackPtrValue);
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 DThreadState.h468 RELEASE_ASSERT(nesting == AllowNesting);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.cpp312 RELEASE_ASSERT(m_position + m_colors * BYTES_PER_COLORMAP_ENTRY <= length);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp712 RELEASE_ASSERT(worldID > 0);
713 RELEASE_ASSERT(worldID < EmbedderWorldIdLimit);
795 RELEASE_ASSERT(worldID > 0);
796 RELEASE_ASSERT(worldID < EmbedderWorldIdLimit);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.h37 RELEASE_ASSERT family of macros.
245 #define RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(assertion) RELEASE_ASSERT(assertion)
357 /* RELEASE_ASSERT
366 #define RELEASE_ASSERT(assertion) ASSERT(assertion) macro
370 #define RELEASE_ASSERT(assertion) (UNLIKELY(!(assertion)) ? (IMMEDIATE_CRASH()) : (void)0) macro
371 #define RELEASE_ASSERT_WITH_MESSAGE(assertion, ...) RELEASE_ASSERT(assertion)
H A DDefaultAllocator.h54 RELEASE_ASSERT(count <= kMaxUnquantizedAllocation / sizeof(T));
H A DDeque.h89 RELEASE_ASSERT(i < size());
95 RELEASE_ASSERT(i < size());
H A DHashTable.h1044 RELEASE_ASSERT(newSize > m_tableSize);
H A DPageAllocator.cpp117 RELEASE_ASSERT(!ret);
122 RELEASE_ASSERT(!ret);
156 RELEASE_ASSERT(tryLen > len);
196 RELEASE_ASSERT(!ret);
199 RELEASE_ASSERT(ret);
208 RELEASE_ASSERT(!ret);
211 RELEASE_ASSERT(ret);
220 RELEASE_ASSERT(!ret);
223 RELEASE_ASSERT(ret);
232 RELEASE_ASSERT(!re
[all...]
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);
H A DTerminatedArrayBuilder.h43 RELEASE_ASSERT(m_count < m_capacity);
50 RELEASE_ASSERT(m_count == m_capacity);
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());
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.cpp443 RELEASE_ASSERT(iterator != atomicStrings().end());
H A DCString.cpp40 RELEASE_ASSERT(length < (numeric_limits<unsigned>::max() - sizeof(CStringBuffer)));

Completed in 582 milliseconds

1234