Searched refs:InterpreterCodeSize (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86.hpp37 const static int InterpreterCodeSize = 200 * 1024; variable
39 const static int InterpreterCodeSize = 168 * 1024;
H A DcppInterpreter_x86.hpp36 const static int InterpreterCodeSize = 168 * 1024; variable
/openjdk7/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; variable
42 const static int InterpreterCodeSize = 180 * K;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.hpp31 const static int InterpreterCodeSize = 6 * K; variable
/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp41 int code_size = InterpreterCodeSize;
H A DtemplateInterpreter.cpp48 int code_size = InterpreterCodeSize;

Completed in 59 milliseconds