Lines Matching refs:root_m
577 ciMethod* root_m = resolve_invoke(caller, actual_recv);
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->get_methodOop()) {
629 if (target() == root_m->get_methodOop()) {
630 return root_m;
632 if (!root_m->is_public() &&
633 !root_m->is_protected()) {
636 // If the answer is not root_m, it is conservatively correct