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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp940 //------------------------------MStack-----------------------------------------
941 // State and MStack class used in xform() and find_shared() iterative methods.
948 class MStack: public Node_Stack { class in inherits:Node_Stack
950 MStack(int size) : Node_Stack(size) { } function in class:MStack
983 MStack mstack(max_stack * 2 * 2); // C->unique() * 2 * 2
1904 MStack mstack(C->unique() * 2);

Completed in 175 milliseconds