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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp243 const static int stackElementWords = 1; member in class:AbstractInterpreter
244 const static int stackElementSize = stackElementWords * wordSize;

Completed in 6531 milliseconds