Searched refs:is_datalen (Results 1 - 2 of 2) 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
H A DrelocInfo.cpp390 if (_current->is_datalen()) {

Completed in 28 milliseconds