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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp557 relocInfo* current() const { assert(has_current(), "must have current");
612 bool has_current() const { return _datalen >= 0; } function in class:RelocIterator

Completed in 36 milliseconds