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

/openjdk9/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K; variable
/openjdk9/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp195 static int InterpreterCodeSize; member in class:TemplateInterpreter
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreterGenerator_sparc.cpp63 int TemplateInterpreter::InterpreterCodeSize = 260 * K; member in class:TemplateInterpreter
65 int TemplateInterpreter::InterpreterCodeSize = 230 * K; member in class:TemplateInterpreter
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DtemplateInterpreterGenerator_aarch64.cpp66 int TemplateInterpreter::InterpreterCodeSize = 200 * 1024; member in class:TemplateInterpreter
/openjdk9/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86.cpp58 int TemplateInterpreter::InterpreterCodeSize = JVMCI_ONLY(268) NOT_JVMCI(256) * 1024; member in class:TemplateInterpreter
60 int TemplateInterpreter::InterpreterCodeSize = 224 * 1024; member in class:TemplateInterpreter
/openjdk9/hotspot/src/cpu/arm/vm/
H A DtemplateInterpreterGenerator_arm.cpp56 int TemplateInterpreter::InterpreterCodeSize = 180 * 1024; member in class:TemplateInterpreter
/openjdk9/hotspot/src/cpu/s390/vm/
H A DtemplateInterpreterGenerator_s390.cpp55 int TemplateInterpreter::InterpreterCodeSize = 320*K; member in class:TemplateInterpreter
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreterGenerator_ppc.cpp59 int TemplateInterpreter::InterpreterCodeSize = 230*K; member in class:TemplateInterpreter

Completed in 106 milliseconds