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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp442 jint expand_count = 1; // count of allocations in the expansion local
447 expand_count += expand_fanout; // count the level-J sub-arrays
450 || expand_count > expand_limit) {
451 expand_count = 0;
458 if (ndimensions == 1 || (1 <= expand_count && expand_count <= expand_limit)) {
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp741 static int expand_count = 0; local
742 if (expand_count >= 0) expand_count += 1;
743 if (expand_count > 100 && is_power_of_2(expand_count)) {
744 tty->print_cr("StressCodeBuffers: have expanded %d times", expand_count);

Completed in 33 milliseconds