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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp887 patch_state = copy_state_before();
1142 ValueStack* state_before = copy_state_before();
1232 ValueStack* state_before = copy_state_before();
1240 ValueStack* state_before = copy_state_before();
1247 ValueStack* state_before = copy_state_before();
1297 ValueStack* state_before = is_bb ? copy_state_before() : NULL;
1311 ValueStack* state_before = has_bb ? copy_state_before() : NULL;
1339 ValueStack* state_before = is_bb ? copy_state_before() : NULL;
1356 ValueStack* state_before = has_bb ? copy_state_before() : NULL;
1509 state_before = copy_state_before();
3142 ValueStack* GraphBuilder::copy_state_before() { function in class:GraphBuilder
[all...]
H A Dc1_GraphBuilder.hpp286 // state (for patching for example), then use copy_state_before*
299 ValueStack* copy_state_before();

Completed in 31 milliseconds