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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp454 have_format = format_width > 0 enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon209
599 if (relocInfo::have_format) _format = current()->format();
607 int format() const { return (relocInfo::have_format) ? current()->format() : 0; }

Completed in 26 milliseconds