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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp852 bool participants_hide_witnesses,
857 bool participants_hide_witnesses);
863 const bool participants_hide_witnesses = true; local
867 return find_witness_in(*changes, context_type, participants_hide_witnesses);
869 return find_witness_anywhere(context_type, participants_hide_witnesses);
876 const bool participants_hide_witnesses = true; local
879 return find_witness_in(*changes, context_type, !participants_hide_witnesses);
881 return find_witness_anywhere(context_type, !participants_hide_witnesses);
935 bool participants_hide_witnesses) {
956 if (participants_hide_witnesses) {
933 find_witness_in(KlassDepChange& changes, klassOop context_type, bool participants_hide_witnesses) argument
984 find_witness_anywhere(klassOop context_type, bool participants_hide_witnesses, bool top_level_call) argument
1403 bool participants_hide_witnesses = true; local
[all...]

Completed in 34 milliseconds