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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp329 int addr_offset() const { assert(!is_prefix(), "must have offset");
350 bool is_prefix() const { return type() == data_prefix_tag; } function in class:VALUE_OBJ_CLASS_SPEC
351 bool is_datalen() const { assert(is_prefix(), "must be prefix");
353 bool is_immediate() const { assert(is_prefix(), "must be prefix");
587 if (_current->is_prefix()) {
589 assert(!current()->is_prefix(), "only one prefix at a time");

Completed in 37 milliseconds