Searched refs:DASSERTMSG (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_assert.h43 #define DASSERTMSG(_expr, _msg) \ macro
58 #define DASSERTMSG(_expr, _msg) macro
H A Ddebug_mem.c135 DASSERTMSG( DMem_ClientCheckPtr(header, sizeof(MemoryBlockHeader)), "Invalid header" );
136 DASSERTMSG( DMem_VerifyGuardArea(header->guard), "Header corruption, possible underwrite" );
137 DASSERTMSG( header->linenumber > 0 && header->linenumber < MAX_LINENUM, "Header corruption, bad line number" );
138 DASSERTMSG( header->size <= DMemGlobalState.biggestBlock, "Header corruption, block size is too large");
139 DASSERTMSG( header->order <= DMemGlobalState.totalAllocs, "Header corruption, block order out of range");
143 DASSERTMSG( DMem_ClientCheckPtr(tail, sizeof(MemoryBlockTail)), "Tail corruption, invalid pointer");
144 DASSERTMSG( DMem_VerifyGuardArea(tail->guard), "Tail corruption, possible overwrite" );
152 DASSERTMSG( DMem_ClientCheckPtr(memptr, 1), "Invalid pointer");
158 DASSERTMSG( DMem_ClientCheckPtr(memptr, DMEM_MIN(MAX_CHECK_BYTES,header->size)), "Block memory invalid" );
160 DASSERTMSG( DMem_ClientCheckPt
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Debug.cpp61 DASSERTMSG(FALSE, "This version of 'delete' should never get called!!!");
H A Dawt_DrawingSurface.cpp138 DASSERTMSG(dsi != NULL, "Drawing Surface Info is NULL\n");

Completed in 57 milliseconds