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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp1239 //----------------------------current_count------------------------------------
1240 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { function in class:Parse::BytecodeParseHistogram
1263 _initial_transforms = current_count(BPH_transforms);
1264 _initial_values = current_count(BPH_values);
1274 _nodes_transformed [_initial_bytecode] += (current_count(BPH_transforms) - _initial_transforms);
1275 _new_values [_initial_bytecode] += (current_count(BPH_values) - _initial_values);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp828 LARGE_INTEGER current_count; local
829 QueryPerformanceCounter(&current_count);
830 double current = as_long(current_count);

Completed in 42 milliseconds