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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp2137 Node* not_biased_ctrl = opt_bits_test(ctrl, region, 3, x_node, local
2148 ctrl = opt_bits_test(not_biased_ctrl, fast_lock_region, 2, x_node,
2151 not_biased_ctrl = fast_lock_region->in(2); // Slow path
2157 Node* cas = new (C) StoreXConditionalNode(not_biased_ctrl, mem, adr,
2202 not_biased_ctrl = opt_bits_test(rebiased_region, region, 4, cas, 0, 0);
2210 slow_path->init_req(1, not_biased_ctrl); // Capture slow-control

Completed in 39 milliseconds