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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp103 Node* opt_bits_test(Node* ctrl, Node* region, int edge, Node* word, int mask, int bits, bool return_fast_path = false);
H A Dmacro.cpp103 Node* PhaseMacroExpand::opt_bits_test(Node* ctrl, Node* region, int edge, Node* word, int mask, int bits, bool return_fast_path) { function in class:PhaseMacroExpand
2107 ctrl = opt_bits_test(ctrl, fast_lock_region, 1, mark_node,
2137 Node* not_biased_ctrl = opt_bits_test(ctrl, region, 3, x_node,
2148 ctrl = opt_bits_test(not_biased_ctrl, fast_lock_region, 2, x_node,
2170 Node* epoch_ctrl = opt_bits_test(ctrl, rebiased_region, 1, x_node,
2202 not_biased_ctrl = opt_bits_test(rebiased_region, region, 4, cas, 0, 0);
2219 ctrl = opt_bits_test(fast_lock_region, region, 2, flock, 0, 0);
2237 slow_path = opt_bits_test(ctrl, region, 2, flock, 0, 0);
2296 ctrl = opt_bits_test(ctrl, region, 3, mark_node,
2308 Node *slow_path = opt_bits_test(ctr
[all...]

Completed in 37 milliseconds