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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp260 GrowableArray<PointsToNode*> _bases; // List of JavaObject nodes which point to this node member in class:FieldNode
275 int base_count() const { return _bases.length(); }
276 PointsToNode* base(int e) const { return _bases.at(e); }
277 bool add_base(PointsToNode* base) { return _bases.append_if_missing(base); }

Completed in 32 milliseconds