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

/openjdk9/hotspot/src/share/vm/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { argument
120 bool is_lookup_switch() { return _is_lookup_switch; } function in class:ChangeSwitchPad
256 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { argument
737 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { argument

Completed in 12 milliseconds