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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2371 void LIRGenerator::do_SwitchRanges(SwitchRangeArray* x, LIR_Opr value, BlockBegin* default_sux) { argument
2396 __ jump(default_sux);
2406 BlockBegin* default_sux = x->default_sux(); local
2415 if (sux != default_sux) {
2433 BlockBegin* default_sux = x->default_sux(); local
2445 if (range->sux() != default_sux) {
2476 do_SwitchRanges(create_lookup_ranges(x), value, x->default_sux());
2482 __ jump(x->default_sux());
[all...]

Completed in 55 milliseconds