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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp859 klassOop find_witness_subtype(klassOop context_type, KlassDepChange* changes = NULL) { function in class:ClassHierarchyWalker
1201 return wf.find_witness_subtype(ctxk, changes);
1211 return wf.find_witness_subtype(ctxk, changes);
1221 return wf.find_witness_subtype(ctxk, changes);
1233 klassOop wit = wf.find_witness_subtype(ctxk);
1283 return wf.find_witness_subtype(ctxk, changes);
1297 klassOop wit = wf.find_witness_subtype(ctxk);

Completed in 38 milliseconds