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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp60 Node *_sentinel; // Replaces deleted entries in hash table member in class:NodeHash
73 bool hash_delete(const Node*);// Replace with _sentinel in hash table
97 Node *sentinel() { return _sentinel; }

Completed in 42 milliseconds