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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.hpp95 // The main state (called a cvstate for Control and Variables)
105 Node* _cvstate; // current cvstate (control, memory and variables)
113 // Create a new cvstate filled with nulls
114 Node* new_cvstate(); // Create a new cvstate
115 Node* cvstate() { return _cvstate; } // current cvstate function in class:IdealKit
116 Node* copy_cvstate(); // copy current cvstate
120 void clear(Node* m); // clear a cvstate
121 void stop() { clear(_cvstate); } // clear current cvstate
129 // This declares the position where vars are kept in the cvstate
[all...]

Completed in 28 milliseconds