Searched refs:to_interp_stub_size (Results 1 - 10 of 10) sorted by relevance

/openjdk10/hotspot/src/cpu/zero/vm/
H A DcompiledIC_zero.cpp52 int CompiledStaticCall::to_interp_stub_size() { function in class:CompiledStaticCall
/openjdk10/hotspot/src/cpu/arm/vm/
H A DcompiledIC_arm.cpp51 address base = __ start_a_stub(to_interp_stub_size());
80 assert(__ pc() - base <= to_interp_stub_size(), "wrong stub size");
95 int CompiledStaticCall::to_interp_stub_size() { function in class:CompiledStaticCall
128 ICache::invalidate_range(stub, to_interp_stub_size());
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DcompiledIC_aarch64.cpp52 address base = __ start_a_stub(to_interp_stub_size());
64 assert((__ offset() - offset) <= (int)to_interp_stub_size(), "stub too big");
70 int CompiledStaticCall::to_interp_stub_size() { function in class:CompiledStaticCall
105 ICache::invalidate_range(stub, to_interp_stub_size());
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DcompiledIC_ppc.cpp94 address stub = __ start_a_stub(CompiledStaticCall::to_interp_stub_size());
138 assert((__ offset() - stub_start_offset) <= CompiledStaticCall::to_interp_stub_size(),
156 int CompiledStaticCall::to_interp_stub_size() { function in class:CompiledStaticCall
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DcompiledIC_sparc.cpp52 address base = __ start_a_stub(to_interp_stub_size());
68 assert(__ pc() - base <= to_interp_stub_size(), "wrong stub size");
76 int CompiledStaticCall::to_interp_stub_size() { function in class:CompiledStaticCall
/openjdk10/hotspot/src/cpu/x86/vm/
H A DcompiledIC_x86.cpp52 address base = __ start_a_stub(to_interp_stub_size());
63 assert(__ pc() - base <= to_interp_stub_size(), "wrong stub size");
71 int CompiledStaticCall::to_interp_stub_size() { function in class:CompiledStaticCall
/openjdk10/hotspot/src/cpu/s390/vm/
H A DcompiledIC_s390.cpp83 int CompiledStaticCall::to_interp_stub_size() { function in class:CompiledStaticCall
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp346 static int to_interp_stub_size();
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.cpp729 int size = static_call_stubs * CompiledStaticCall::to_interp_stub_size();
/openjdk10/hotspot/src/share/vm/opto/
H A Doutput.cpp293 stub_size += CompiledStaticCall::to_interp_stub_size();

Completed in 184 milliseconds