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

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

Completed in 43 milliseconds