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

/openjdk7/hotspot/src/share/vm/c1/
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 43 milliseconds