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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp121 // Helper function. If we are adding a new dep. under ctxk2,
125 int ctxk_i, ciKlass* ctxk2) {
127 if (ctxk2->is_subtype_of(ctxk1)) {
129 } else if (ctxk1->is_subtype_of(ctxk2)) {
131 deps->at_put(ctxk_i, ctxk2);
124 maybe_merge_ctxk(GrowableArray<ciObject*>* deps, int ctxk_i, ciKlass* ctxk2) argument

Completed in 36 milliseconds