Searched refs:conck (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp81 void Dependencies::assert_abstract_with_unique_concrete_subtype(ciKlass* ctxk, ciKlass* conck) { argument
83 assert_common_2(abstract_with_unique_concrete_subtype, ctxk, conck);
1193 // Test the assertion that conck is the only concrete subtype* of ctxk.
1194 // The type conck itself is allowed to have have further concrete subtypes.
1195 // This allows the compiler to narrow occurrences of ctxk by conck,
1198 klassOop conck,
1200 ClassHierarchyWalker wf(conck);
1235 klassOop conck = wf.participant(0);
1236 if (conck == NULL) {
1262 check_abstract_with_unique_concrete_subtype(ctxk, conck),
1197 check_abstract_with_unique_concrete_subtype(klassOop ctxk, klassOop conck, KlassDepChange* changes) argument
[all...]
H A Ddependencies.hpp271 void assert_abstract_with_unique_concrete_subtype(ciKlass* ctxk, ciKlass* conck);
319 static klassOop check_abstract_with_unique_concrete_subtype(klassOop ctxk, klassOop conck,

Completed in 36 milliseconds