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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp193 int pc_desc_tests; // total number of PcDesc examinations member in struct:nmethod_stats_struct
200 (double)(pc_desc_tests + pc_desc_searches)
206 pc_desc_tests, pc_desc_searches, pc_desc_adds);
290 NOT_PRODUCT(++nmethod_stats.pc_desc_tests);
1946 NOT_PRODUCT(--nmethod_stats.pc_desc_tests); // don't count this call to match_desc

Completed in 78 milliseconds