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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp950 ValueStack* state_before = copy_state_for_exception();
964 ValueStack* state_before = copy_state_for_exception();
1408 ValueStack* state_before = copy_state_for_exception();
1550 state_before = copy_state_for_exception();
1560 state_before = copy_state_for_exception();
1609 state_before = copy_state_for_exception();
1626 state_before = copy_state_for_exception();
1806 CheckCast* c = new CheckCast(klass, receiver, copy_state_for_exception());
1996 ValueStack* state_before = !klass->is_loaded() || PatchALot ? copy_state_before() : copy_state_for_exception();
2182 append(new NullCheck(value, copy_state_for_exception()));
3150 ValueStack* GraphBuilder::copy_state_for_exception() { function in class:GraphBuilder
[all...]
H A Dc1_GraphBuilder.hpp296 // returns true) then use copy_state_for_exception*
303 ValueStack* copy_state_for_exception();

Completed in 48 milliseconds