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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.hpp89 int id() { assert(has_id(),"uninitialized id"); return _id; }
90 bool has_id() { return _id >= 0; } function in class:IdealVariable

Completed in 22 milliseconds