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

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp152 void set_method_flags(TosState return_type, int option_bits, int method_params) { argument
153 assert((method_params & parameter_size_mask) == method_params, "method_params in range");
154 set_flags(make_flags(return_type, option_bits, method_params));
156 bool init_method_flags_atomic(TosState return_type, int option_bits, int method_params) { argument
157 assert((method_params & parameter_size_mask) == method_params, "method_params in range");
158 return init_flags_atomic(make_flags(return_type, option_bits, method_params));
[all...]

Completed in 27 milliseconds