Searched refs:MIN2 (Results 101 - 112 of 112) sorted by relevance

12345

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp224 julong result = MIN2(size, (julong)3800*M);
228 result = MIN2(size, reasonable_size);
2939 MIN2((cpu_num + BitsPerCLong - 1) / BitsPerCLong, cpu_map_size);
/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.cpp1205 lo = MIN2(neg_lo, pos_lo); // == 0
1334 //lo = MIN2(neg_lo, pos_lo); // == 0
H A Dtype.cpp1156 return make( MIN2(_lo,r->_lo), MAX2(_hi,r->_hi), MAX2(_widen,r->_widen) );
1412 return make( MIN2(_lo,r->_lo), MAX2(_hi,r->_hi), MAX2(_widen,r->_widen) );
H A Dchaitin.cpp169 _high_frequency_lrg = MIN2(float(OPTO_LRG_HIGH_FREQ), _cfg._outer_loop_freq);
H A Dloopopts.cpp1333 uint dd_r = MIN2(dom_depth(newuse),dom_depth(use));
H A Dlibrary_call.cpp2022 hi = MIN2(txvalue->_hi, tyvalue->_hi);
2023 lo = MIN2(txvalue->_lo, tyvalue->_lo);
H A Dcompile.cpp1745 int amount_to_grow = MIN2(room_to_grow, (int)NodeCountInliningStep);
H A Dmemnode.cpp3454 size_limit = MIN2(size_limit, ti_limit);
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp457 int end = MIN2(length, 100);
1623 int max_chunks = MIN2(methods->length(), (int)MaxJavaStackTraceDepth);
H A DsystemDictionary.cpp2783 _parameter_size_profile[MIN2(m->size_of_parameters() + (m->is_static() ? 0 : 1), max_parameter_size - 1)]++;
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1134 int pass1a_length = MIN2(old_cp->length(), scratch_cp->length());
H A Djvm.cpp442 LP64_ONLY(return (jlong)MIN2(val, (size_t)max_jlong);)

Completed in 190 milliseconds

12345