hotspot/src/share/vm/runtime/stubCodeGenerator.hpp
StubCodeDesc(const char* group, const char* name, address begin) {
assert(name != NULL, "no name specified");
_next = _list;
_group = group;
_name = name;
_index = ++_count; // (never zero)
_begin = begin;
_end = NULL;
_list = this;
};
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.