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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp2151 Label overflow_with_error; local
2177 br_null_short(O0, Assembler::pn, overflow_with_error);
2181 cmp_and_br_short(O2, InvalidOSREntryBci, Assembler::equal, Assembler::pn, overflow_with_error);
2207 bind(overflow_with_error);

Completed in 53 milliseconds