Searched refs:MAXARGSIZE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp43 #define MAXARGSIZE 256 // This should be enough macro
H A DgenerateOopMap.cpp1936 CellTypeState in[MAXARGSIZE+1]; // Includes result
1951 assert(arg_length<=MAXARGSIZE, "too many locals");
/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 269 milliseconds