Searched refs:guarantee_property (Results 1 - 2 of 2) 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
H A DclassFileParser.cpp212 guarantee_property(index+1 < length,
224 guarantee_property(index+1 < length,
259 guarantee_property(java_lang_String::is_instance(patch()),
335 guarantee_property(
529 guarantee_property(index != this_class_index,
537 guarantee_property(!has_cp_patch_at(index),
681 guarantee_property(!java_lang_Class::is_primitive(patch()),
686 guarantee_property(java_lang_String::is_instance(patch()),
712 guarantee_property(value_type == patch_type,
727 guarantee_property(!has_cp_patch_a
[all...]

Completed in 61 milliseconds