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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.cpp49 int old_count = count(); local
50 int new_count = MIN2(old_count, (int) (CompileThreshold / 2));
53 if (old_count != new_count) set(state(), new_count);
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp399 int old_count = locs_count(); local
412 _locs_end = locs_start + old_count;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp452 uint old_count = total_count; local
455 if (total_count < old_count || total_count < md_count)

Completed in 257 milliseconds