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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp178 max_arg_count = 3, // current maximum number of arguments (incl. ctxk) enumerator in enum:Dependencies::__anon194
379 ciObject* args[max_arg_count];
383 assert(2 < max_arg_count, "");
432 int _xi[max_arg_count+1];

Completed in 32 milliseconds