NotNull 169 Source/core/html/forms/FormController.cpp static void constructDeletedValue(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); } NotNull 67 Source/platform/fonts/FontDataCache.h new (NotNull, &slot) FontPlatformData(WTF::HashTableDeletedValue); NotNull 42 Source/platform/geometry/IntSizeHash.h static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(-1, -1); } NotNull 536 Source/platform/heap/Heap.cpp new (NotNull, address) BasicObjectHeader(BasicObjectHeader::freeListEncodedSize(size)); NotNull 540 Source/platform/heap/Heap.cpp entry = new (NotNull, address) FreeListEntry(size); NotNull 578 Source/platform/heap/Heap.cpp Header* header = new (NotNull, headerAddress) Header(size, gcInfo); NotNull 1175 Source/platform/heap/Heap.h Header* header = new (NotNull, headerAddress) Header(allocationSize, gcInfo); NotNull 88 Source/platform/heap/HeapTest.cpp static void constructDeletedValue(WebCore::ThreadMarker& slot) { new (NotNull, &slot) WebCore::ThreadMarker(HashTableDeletedValue); } NotNull 84 Source/wtf/BitVector.cpp OutOfLineBits* result = new (NotNull, allocation) OutOfLineBits(numBits); NotNull 343 Source/wtf/Deque.h new (NotNull, &m_buffer.buffer()[m_end]) T(value); NotNull 358 Source/wtf/Deque.h new (NotNull, &m_buffer.buffer()[m_start]) T(value); NotNull 690 Source/wtf/HashTable.h new (NotNull, &bucket) Value(Traits::emptyValue()); NotNull 138 Source/wtf/HashTraits.h static void constructDeletedValue(T& slot) { new (NotNull, &slot) T(HashTableDeletedValue); } NotNull 264 Source/wtf/ThreadSpecific.h new (NotNull, ptr) T; NotNull 98 Source/wtf/Vector.h new (NotNull, cur) T; NotNull 120 Source/wtf/Vector.h new (NotNull, dst) T(*src); NotNull 135 Source/wtf/Vector.h new (NotNull, dstEnd) T(*srcEnd); NotNull 173 Source/wtf/Vector.h new (NotNull, dst) T(*src); NotNull 203 Source/wtf/Vector.h new (NotNull, dst) T(val); NotNull 1035 Source/wtf/Vector.h new (NotNull, end()) T(val); NotNull 1052 Source/wtf/Vector.h new (NotNull, end()) T(*ptr); NotNull 1064 Source/wtf/Vector.h new (NotNull, end()) T(*ptr); NotNull 1101 Source/wtf/Vector.h new (NotNull, spot) T(*data); NotNull 60 Source/wtf/text/AtomicStringHash.h static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); } NotNull 68 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&nullAtom) AtomicString; NotNull 69 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&emptyAtom) AtomicString(""); NotNull 77 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&starAtom) AtomicString("*", AtomicString::ConstructFromLiteral); NotNull 78 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&xmlAtom) AtomicString("xml", AtomicString::ConstructFromLiteral); NotNull 79 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&xmlnsAtom) AtomicString("xmlns", AtomicString::ConstructFromLiteral); NotNull 80 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&xlinkAtom) AtomicString("xlink", AtomicString::ConstructFromLiteral);