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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp1233 klassOop wit = wf.find_witness_subtype(ctxk); local
1234 if (wit != NULL) return NULL; // Too many witnesses.
1297 klassOop wit = wf.find_witness_subtype(ctxk); local
1298 if (wit != NULL) return -1; // Too many witnesses.
1357 klassOop wit = wf.find_witness_definer(ctxk); local
1358 if (wit != NULL) return NULL; // Too many witnesses.
1404 klassOop wit = wf.find_witness_definer(ctxk); local
1405 if (wit != NULL) return -1; // Too many witnesses.

Completed in 36 milliseconds