Home
last modified time | relevance | path

Searched refs:InterpreterCodeSize (Results 1 – 25 of 97) sorted by relevance

1234

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86.hpp37 const static int InterpreterCodeSize = 256 * 1024;
39 const static int InterpreterCodeSize = 224 * 1024;
H A DcppInterpreter_x86.hpp36 const static int InterpreterCodeSize = 168 * 1024;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86.hpp37 const static int InterpreterCodeSize = 256 * 1024;
39 const static int InterpreterCodeSize = 224 * 1024;
H A DcppInterpreter_x86.hpp36 const static int InterpreterCodeSize = 168 * 1024;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.hpp39 const static int InterpreterCodeSize = 210 * K; variable
41 const static int InterpreterCodeSize = 180 * K; variable
H A DtemplateInterpreter_sparc.hpp40 const static int InterpreterCodeSize = 210 * K;
42 const static int InterpreterCodeSize = 180 * K;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.hpp40 const static int InterpreterCodeSize = 210 * K;
42 const static int InterpreterCodeSize = 180 * K;
H A DcppInterpreter_sparc.hpp39 const static int InterpreterCodeSize = 210 * K; variable
41 const static int InterpreterCodeSize = 180 * K; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreter_aarch64.hpp38 const static int InterpreterCodeSize = 200 * 1024;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreter_aarch64.hpp38 const static int InterpreterCodeSize = 200 * 1024;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreter_ppc.hpp37 const static int InterpreterCodeSize = 220*K;
H A DcppInterpreter_ppc.hpp37 const static int InterpreterCodeSize = 12*K;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreter_ppc.hpp37 const static int InterpreterCodeSize = 220*K;
H A DcppInterpreter_ppc.hpp37 const static int InterpreterCodeSize = 12*K;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/zero/
H A DzeroInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/zero/
H A DzeroInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A DcppInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/zero/
H A DcppInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A DcppInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/zero/
H A DcppInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/zero/
H A DcppInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/zero/
H A DcppInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DcppInterpreter.cpp48 int code_size = InterpreterCodeSize; in initialize()

1234