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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp109 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { argument
111 _is_lookup_switch = is_lookup_switch;
119 bool is_lookup_switch() { return _is_lookup_switch; } function in class:ChangeSwitchPad
250 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { argument
255 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) {
729 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { argument
735 if (!is_lookup_switch) {

Completed in 49 milliseconds