Searched defs:guarantee_property (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp249 inline void guarantee_property(bool b, const char* msg, TRAPS) { function in class:VALUE_OBJ_CLASS_SPEC
261 guarantee_property(property, msg, index, CHECK);
269 guarantee_property(property, msg, CHECK);
275 inline void guarantee_property(bool b, const char* msg, int index, TRAPS) { function in class:VALUE_OBJ_CLASS_SPEC
278 inline void guarantee_property(bool b, const char* msg, const char *name, TRAPS) { function in class:VALUE_OBJ_CLASS_SPEC
281 inline void guarantee_property(bool b, const char* msg, int index, const char *name, TRAPS) { function in class:VALUE_OBJ_CLASS_SPEC

Completed in 52 milliseconds