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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2067 ValueStack* state_before = copy_state_before_with_bci(bci);
3143 return copy_state_before_with_bci(bci());
3154 ValueStack* GraphBuilder::copy_state_before_with_bci(int bci) { function in class:GraphBuilder
3509 jsr_start_block->set_state(copy_state_before_with_bci(jsr_dest_bci));
3798 profile_invocation(callee, copy_state_before_with_bci(SynchronizationEntryBCI));

Completed in 43 milliseconds