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

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp43 #define MAXARGSIZE 256 // This should be enough macro
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java44 private static final int MAXARGSIZE = 256; // This should be enough field in class:GenerateOopMap
1735 CellTypeStateList in = new CellTypeStateList(MAXARGSIZE+1); // Includes result
1753 Assert.that(arg_length<=MAXARGSIZE, "too many locals");

Completed in 38 milliseconds