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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp290 // false) then use copy_state_exhandling*
301 ValueStack* copy_state_exhandling();
H A Dc1_GraphBuilder.cpp1883 ValueStack* state_before = copy_state_exhandling();
1951 ValueStack* state_before = copy_state_exhandling();
1962 ValueStack* state_before = copy_state_exhandling();
1970 ValueStack* state_before = !klass->is_loaded() || PatchALot ? copy_state_before() : copy_state_exhandling();
2017 ValueStack* state_before = !klass->is_loaded() || PatchALot ? copy_state_before() : copy_state_exhandling();
2052 ValueStack* state_before = !klass->is_loaded() || PatchALot ? copy_state_before() : copy_state_exhandling();
3146 ValueStack* GraphBuilder::copy_state_exhandling() { function in class:GraphBuilder

Completed in 42 milliseconds