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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp425 SwitchRangeArray* create_lookup_ranges(TableSwitch* x);
426 SwitchRangeArray* create_lookup_ranges(LookupSwitch* x);
H A Dc1_LIRGenerator.cpp2400 SwitchRangeArray* LIRGenerator::create_lookup_ranges(TableSwitch* x) { function in class:LIRGenerator
2429 SwitchRangeArray* LIRGenerator::create_lookup_ranges(LookupSwitch* x) { function in class:LIRGenerator
2476 do_SwitchRanges(create_lookup_ranges(x), value, x->default_sux());
2501 do_SwitchRanges(create_lookup_ranges(x), value, x->default_sux());

Completed in 41 milliseconds