Home
last modified time | relevance | path

Searched refs:is_lookup_switch (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { in ChangeSwitchPad() argument
112 _is_lookup_switch = is_lookup_switch; in ChangeSwitchPad()
120 bool is_lookup_switch() { return _is_lookup_switch; } in is_lookup_switch() function in ChangeSwitchPad
258 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { in get_orig_switch_pad() argument
263 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) { in get_orig_switch_pad()
739 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { in handle_switch_pad() argument
745 if (!is_lookup_switch) { in handle_switch_pad()
H A Drelocator.hpp55 …bool handle_switch_pad (int bci, int old_pad, bool is_lookup_switch); // handles table and lookup…
116 int get_orig_switch_pad (int bci, bool is_lookup_switch);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { in ChangeSwitchPad() argument
112 _is_lookup_switch = is_lookup_switch; in ChangeSwitchPad()
120 bool is_lookup_switch() { return _is_lookup_switch; } in is_lookup_switch() function in ChangeSwitchPad
258 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { in get_orig_switch_pad() argument
263 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) { in get_orig_switch_pad()
739 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { in handle_switch_pad() argument
745 if (!is_lookup_switch) { in handle_switch_pad()
H A Drelocator.hpp55 …bool handle_switch_pad (int bci, int old_pad, bool is_lookup_switch); // handles table and lookup…
116 int get_orig_switch_pad (int bci, bool is_lookup_switch);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { in ChangeSwitchPad() argument
112 _is_lookup_switch = is_lookup_switch; in ChangeSwitchPad()
120 bool is_lookup_switch() { return _is_lookup_switch; } in is_lookup_switch() function in ChangeSwitchPad
258 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { in get_orig_switch_pad() argument
263 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) { in get_orig_switch_pad()
739 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { in handle_switch_pad() argument
745 if (!is_lookup_switch) { in handle_switch_pad()
H A Drelocator.hpp55 …bool handle_switch_pad (int bci, int old_pad, bool is_lookup_switch); // handles table and lookup…
116 int get_orig_switch_pad (int bci, bool is_lookup_switch);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { in ChangeSwitchPad() argument
112 _is_lookup_switch = is_lookup_switch; in ChangeSwitchPad()
120 bool is_lookup_switch() { return _is_lookup_switch; } in is_lookup_switch() function in ChangeSwitchPad
258 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { in get_orig_switch_pad() argument
263 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) { in get_orig_switch_pad()
739 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { in handle_switch_pad() argument
745 if (!is_lookup_switch) { in handle_switch_pad()
H A Drelocator.hpp55 …bool handle_switch_pad (int bci, int old_pad, bool is_lookup_switch); // handles table and lookup…
116 int get_orig_switch_pad (int bci, bool is_lookup_switch);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { in ChangeSwitchPad() argument
112 _is_lookup_switch = is_lookup_switch; in ChangeSwitchPad()
120 bool is_lookup_switch() { return _is_lookup_switch; } in is_lookup_switch() function in ChangeSwitchPad
258 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { in get_orig_switch_pad() argument
263 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) { in get_orig_switch_pad()
739 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { in handle_switch_pad() argument
745 if (!is_lookup_switch) { in handle_switch_pad()
H A Drelocator.hpp55 …bool handle_switch_pad (int bci, int old_pad, bool is_lookup_switch); // handles table and lookup…
116 int get_orig_switch_pad (int bci, bool is_lookup_switch);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { in ChangeSwitchPad() argument
112 _is_lookup_switch = is_lookup_switch; in ChangeSwitchPad()
120 bool is_lookup_switch() { return _is_lookup_switch; } in is_lookup_switch() function in ChangeSwitchPad
258 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { in get_orig_switch_pad() argument
263 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) { in get_orig_switch_pad()
739 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { in handle_switch_pad() argument
745 if (!is_lookup_switch) { in handle_switch_pad()
H A Drelocator.hpp55 …bool handle_switch_pad (int bci, int old_pad, bool is_lookup_switch); // handles table and lookup…
116 int get_orig_switch_pad (int bci, bool is_lookup_switch);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { in ChangeSwitchPad() argument
112 _is_lookup_switch = is_lookup_switch; in ChangeSwitchPad()
120 bool is_lookup_switch() { return _is_lookup_switch; } in is_lookup_switch() function in ChangeSwitchPad
258 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { in get_orig_switch_pad() argument
263 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) { in get_orig_switch_pad()
739 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { in handle_switch_pad() argument
745 if (!is_lookup_switch) { in handle_switch_pad()
H A Drelocator.hpp55 …bool handle_switch_pad (int bci, int old_pad, bool is_lookup_switch); // handles table and lookup…
116 int get_orig_switch_pad (int bci, bool is_lookup_switch);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { in ChangeSwitchPad() argument
112 _is_lookup_switch = is_lookup_switch; in ChangeSwitchPad()
120 bool is_lookup_switch() { return _is_lookup_switch; } in is_lookup_switch() function in ChangeSwitchPad
258 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { in get_orig_switch_pad() argument
263 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) { in get_orig_switch_pad()
739 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { in handle_switch_pad() argument
745 if (!is_lookup_switch) { in handle_switch_pad()
H A Drelocator.hpp55 …bool handle_switch_pad (int bci, int old_pad, bool is_lookup_switch); // handles table and lookup…
116 int get_orig_switch_pad (int bci, bool is_lookup_switch);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { in ChangeSwitchPad() argument
112 _is_lookup_switch = is_lookup_switch; in ChangeSwitchPad()
120 bool is_lookup_switch() { return _is_lookup_switch; } in is_lookup_switch() function in ChangeSwitchPad
256 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { in get_orig_switch_pad() argument
261 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) { in get_orig_switch_pad()
737 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { in handle_switch_pad() argument
743 if (!is_lookup_switch) { in handle_switch_pad()
H A Drelocator.hpp72 …bool handle_switch_pad (int bci, int old_pad, bool is_lookup_switch); // handles table and lookup…
133 int get_orig_switch_pad (int bci, bool is_lookup_switch);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Drelocator.cpp110 ChangeSwitchPad(int bci, int padding, bool is_lookup_switch) : ChangeItem(bci) { in ChangeSwitchPad() argument
112 _is_lookup_switch = is_lookup_switch; in ChangeSwitchPad()
120 bool is_lookup_switch() { return _is_lookup_switch; } in is_lookup_switch() function in ChangeSwitchPad
256 int Relocator::get_orig_switch_pad(int bci, bool is_lookup_switch) { in get_orig_switch_pad() argument
261 if (csp->is_lookup_switch() == is_lookup_switch && csp->bci() == bci) { in get_orig_switch_pad()
737 bool Relocator::handle_switch_pad(int bci, int old_pad, bool is_lookup_switch) { in handle_switch_pad() argument
743 if (!is_lookup_switch) { in handle_switch_pad()
H A Drelocator.hpp72 …bool handle_switch_pad (int bci, int old_pad, bool is_lookup_switch); // handles table and lookup…
133 int get_orig_switch_pad (int bci, bool is_lookup_switch);