Home
last modified time | relevance | path

Searched refs:itable_index (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DvtableStubs_x86_64.cpp142 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
145 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
157 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
158 … (itable_index < 16) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
210 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
224 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
259 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
H A DvtableStubs_x86_32.cpp151 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
154 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
165 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
166 … (itable_index < 32) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
218 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
232 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
262 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DvtableStubs_sparc.cpp138 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
141 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
152 …const int index_dependent_slop = ((itable_index < 512) ? 2 : 0)*BytesPerInstWord; // code size… in create_itable_stub()
194 G3_Klass, G4_interface, itable_index, in create_itable_stub()
206 G3_Klass, G4_interface, itable_index, in create_itable_stub()
222 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
260 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DvtableStubs_sparc.cpp138 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
141 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
152 …const int index_dependent_slop = ((itable_index < 512) ? 2 : 0)*BytesPerInstWord; // code size… in create_itable_stub()
193 G3_Klass, G4_interface, itable_index, in create_itable_stub()
205 G3_Klass, G4_interface, itable_index, in create_itable_stub()
221 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
259 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DvtableStubs_x86_64.cpp142 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
145 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
157 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
158 … (itable_index < 16) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
210 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
224 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
259 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
H A DvtableStubs_x86_32.cpp151 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
154 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
165 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
166 … (itable_index < 32) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
218 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
232 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
262 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A DvtableStubs_x86_64.cpp142 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
145 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
156 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
157 … (itable_index < 16) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
209 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
223 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
258 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
H A DvtableStubs_x86_32.cpp151 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
154 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
165 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
166 … (itable_index < 32) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
218 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
232 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
262 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DvtableStubs_sparc.cpp138 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
141 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
152 …const int index_dependent_slop = ((itable_index < 512) ? 2 : 0)*BytesPerInstWord; // code size… in create_itable_stub()
194 G3_Klass, G4_interface, itable_index, in create_itable_stub()
206 G3_Klass, G4_interface, itable_index, in create_itable_stub()
222 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
260 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DvtableStubs_sparc.cpp138 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
141 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
152 …const int index_dependent_slop = ((itable_index < 512) ? 2 : 0)*BytesPerInstWord; // code size… in create_itable_stub()
193 G3_Klass, G4_interface, itable_index, in create_itable_stub()
205 G3_Klass, G4_interface, itable_index, in create_itable_stub()
221 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
259 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A DvtableStubs_x86_64.cpp142 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
145 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
156 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
157 … (itable_index < 16) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
209 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
223 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
258 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
H A DvtableStubs_x86_32.cpp151 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
154 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
165 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
166 … (itable_index < 32) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
218 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
232 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
262 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DvtableStubs_sparc.cpp138 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
141 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
152 …const int index_dependent_slop = ((itable_index < 512) ? 2 : 0)*BytesPerInstWord; // code size… in create_itable_stub()
193 G3_Klass, G4_interface, itable_index, in create_itable_stub()
205 G3_Klass, G4_interface, itable_index, in create_itable_stub()
221 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
259 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A DvtableStubs_x86_64.cpp142 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
145 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
156 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
157 … (itable_index < 16) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
209 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
223 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
258 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
H A DvtableStubs_x86_32.cpp151 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
154 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
165 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
166 … (itable_index < 32) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
218 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
232 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
262 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A DvtableStubs_x86_64.cpp143 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
146 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
157 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
158 … (itable_index < 16) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
210 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
224 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
259 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
H A DvtableStubs_x86_32.cpp151 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
154 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
165 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
166 … (itable_index < 32) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
218 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
232 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
262 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DvtableStubs_x86_64.cpp143 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
146 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
158 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
159 … (itable_index < 16) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
211 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
225 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
260 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
H A DvtableStubs_x86_32.cpp151 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
154 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
165 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
166 … (itable_index < 32) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
218 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
232 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
262 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A DvtableStubs_x86_32.cpp151 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
154 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
165 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
166 … (itable_index < 32) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
218 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
232 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
262 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
H A DvtableStubs_x86_64.cpp143 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
146 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
157 …const int index_dependent_slop = (itable_index == 0) ? 4 : // code size change with transition… in create_itable_stub()
158 … (itable_index < 16) ? 3 : 0; // index == 0 generates even shorter code. in create_itable_stub()
210 recv_klass_reg, holder_klass_reg, itable_index, in create_itable_stub()
224 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
259 …bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, index_dependent_slo… in create_itable_stub()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DvtableStubs_sparc.cpp131 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
133 VtableStub* s = new(sparc_code_length) VtableStub(false, itable_index); in create_itable_stub()
176 G3_Klass, G4_interface, itable_index, in create_itable_stub()
185 G3_Klass, G4_interface, itable_index, in create_itable_stub()
223 itable_index, s->entry_point(), in create_itable_stub()
230 assert(itable_index > 10 || __ pc() + slop <= s->code_end(), "room for sethi;add"); in create_itable_stub()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DvtableStubs_sparc.cpp131 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
133 VtableStub* s = new(sparc_code_length) VtableStub(false, itable_index); in create_itable_stub()
176 G3_Klass, G4_interface, itable_index, in create_itable_stub()
185 G3_Klass, G4_interface, itable_index, in create_itable_stub()
223 itable_index, s->entry_point(), in create_itable_stub()
230 assert(itable_index > 10 || __ pc() + slop <= s->code_end(), "room for sethi;add"); in create_itable_stub()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A DvtableStubs_arm.cpp120 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
123 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
176 Rclass, Rintf, itable_index, in create_itable_stub()
188 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
210 bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, 0); in create_itable_stub()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A DvtableStubs_arm.cpp121 VtableStub* VtableStubs::create_itable_stub(int itable_index) { in create_itable_stub() argument
124 VtableStub* s = new(stub_code_length) VtableStub(false, itable_index); in create_itable_stub()
177 Rclass, Rintf, itable_index, in create_itable_stub()
189 …e estimate (%d) for lookup_interface_method too small, required: %d", itable_index, (int)estimate,… in create_itable_stub()
211 bookkeeping(masm, tty, s, npe_addr, ame_addr, false, itable_index, slop_bytes, 0); in create_itable_stub()

12345678910>>...16