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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp577 ciMethod* root_m = resolve_invoke(caller, actual_recv); local
578 if (root_m == NULL) {
582 assert(!root_m->is_abstract(), "resolve_invoke promise");
587 if (root_m->can_be_statically_bound()) {
588 return root_m;
591 if (actual_recv->is_leaf_type() && actual_recv == root_m->holder()) {
594 return root_m;
598 // If we were to see an array type here, we'd return root_m.
612 root_m->get_methodOop());
617 if (TraceDependencies && target() != NULL && target() != root_m
[all...]

Completed in 44 milliseconds