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

/openjdk9/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp488 JumpNode( Node* control, Node* switch_val, uint size) : PCTableNode(control, switch_val, size) { argument
509 JumpProjNode(Node* jumpnode, uint proj_no, int dest_bci, int switch_val) argument
517 int switch_val() const { return _switch_val; } function in class:JumpProjNode

Completed in 40 milliseconds