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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp414 JumpNode( Node* control, Node* switch_val, uint size) : PCTableNode(control, switch_val, size) { argument
432 JumpProjNode(Node* jumpnode, uint proj_no, int dest_bci, int switch_val) argument
433 : JProjNode(jumpnode, proj_no), _dest_bci(dest_bci), _proj_no(proj_no), _switch_val(switch_val) {
440 int switch_val() const { return _switch_val; } function in class:JumpProjNode
H A Dmachnode.hpp284 virtual void add_case_label( int switch_val, Label* blockLabel);

Completed in 35 milliseconds