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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp851 klassOop find_witness_anywhere(klassOop context_type,
869 return find_witness_anywhere(context_type, participants_hide_witnesses);
881 return find_witness_anywhere(context_type, !participants_hide_witnesses);
951 // See corresponding comment in find_witness_anywhere.
984 klassOop ClassHierarchyWalker::find_witness_anywhere(klassOop context_type, function in class:ClassHierarchyWalker
1083 klassOop witness = find_witness_anywhere(sub,

Completed in 36 milliseconds