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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp300 ValueStack* copy_state_exhandling_with_bci(int bci);
H A Dc1_GraphBuilder.cpp3147 return copy_state_exhandling_with_bci(bci());
3158 ValueStack* GraphBuilder::copy_state_exhandling_with_bci(int bci) { function in class:GraphBuilder
3164 ValueStack* s = copy_state_exhandling_with_bci(bci);

Completed in 59 milliseconds