Searched refs:lca (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciKlass.cpp153 // worthwhile if the compiler is repeatedly requesting the same lca
168 Klass* lca = this_klass->LCA(that_klass); local
172 if (lca == that_klass) {
175 if (this_klass == lca) {
179 // Create the ciInstanceKlass for the lca.
181 CURRENT_THREAD_ENV->get_object(lca->as_klassOop())->as_klass();
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.hpp581 Node *dom_lca_for_get_late_ctrl( Node *lca, Node *n, Node *tag ) { argument
583 // Fast-path NULL lca
584 if( lca != NULL && lca != n ) {
585 assert( lca->is_CFG(), "" );
587 n = dom_lca_for_get_late_ctrl_internal( lca, n, tag );
591 Node *dom_lca_for_get_late_ctrl_internal( Node *lca, Node *n, Node *tag );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DKlass.java153 public Klass lca( Klass k2 ) { method in class:Klass

Completed in 234 milliseconds