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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp219 int use_count() const { return _uses.length(); } function in class:PointsToNode
314 inline UseIterator(const PointsToNode* n) : PointsToIterator(n, n->use_count()) { }
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp402 int use_count() const { return _use_count; } function in class:Instruction
417 bool has_uses() const { return use_count() > 0; }

Completed in 106 milliseconds