Searched defs:hits (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DMultiBreakpointsTest.java209 int hits[]; field in class:MultiBreakpointsTest
214 hits = new int[nthreads];
245 println("Hit bkpt on thread: " +ii+ ": " + ++hits[ii]);
296 if (hits[ii] != nhits) {
297 failure("FAILED: Expected " + nhits + " breakpoints for thread " + ii + " but only got " + hits[ii]);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java490 TextHitInfo[] hits; field in class:TextMeasureTests.TLExContext
502 hits = (TextHitInfo[])list.toArray(new TextHitInfo[list.size()]);
527 TextHitInfo[] hits = tlctx.hits;
529 for (int i = 0; i < hits.length; ++i) {
530 tl.getCaretInfo(hits[i]);
544 TextHitInfo[] hits = tlctx.hits;
547 for (int i = 0; i < hits.length; ++i) {
548 hit = tl.getNextLeftHit(hits[
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_site.c335 site_update_stats(SiteIndex index, jint size, jint hits) argument
342 info->n_live_instances += hits;
347 gdata->total_live_instances += hits;
350 info->n_alloced_instances += hits;
355 jlong_add(gdata->total_alloced_instances, jint_to_jlong(hits));
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp2045 int hits = 0 ; local
2077 if (hits > 50 && scb != NULL) {
2100 ++hits ;
2101 if ((hits & 0xF) == 0) {

Completed in 171 milliseconds