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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp302 ValueStack* copy_state_for_exception_with_bci(int bci);
H A Dc1_GraphBuilder.cpp2037 ValueStack* state_before = copy_state_for_exception_with_bci(bci);
3151 return copy_state_for_exception_with_bci(bci());
3163 ValueStack* GraphBuilder::copy_state_for_exception_with_bci(int bci) { function in class:GraphBuilder

Completed in 33 milliseconds