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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp2100 Node* fast_lock_region = new (C) RegionNode(3); local
2101 Node* fast_lock_mem_phi = new (C) PhiNode( fast_lock_region, Type::MEMORY, TypeRawPtr::BOTTOM);
2107 ctrl = opt_bits_test(ctrl, fast_lock_region, 1, mark_node,
2110 // fast_lock_region->in(1) is set to slow path.
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
2152 // fast_lock_region->in(2) - the prototype header is no longer biased
2215 transform_later(fast_lock_region);
2219 ctrl = opt_bits_test(fast_lock_region, region, 2, flock, 0, 0);

Completed in 34 milliseconds