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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp333 const short* data() const { assert(is_datalen(), "must have data");
335 int datalen() const { assert(is_datalen(), "must have data");
351 bool is_datalen() const { assert(is_prefix(), "must be prefix"); function in class:VALUE_OBJ_CLASS_SPEC

Completed in 27 milliseconds