Searched refs:JPLISAssertConditionWithMessage (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DJPLISAssert.h55 #define jplis_assert_msg(x, msg) JPLISAssertConditionWithMessage((jboolean)(x), #x, msg, __FILE__, __LINE__)
79 JPLISAssertConditionWithMessage( jboolean condition,
H A DJPLISAssert.c54 JPLISAssertConditionWithMessage( jboolean condition, function

Completed in 39 milliseconds