Lines Matching refs:orig_callee
373 ciMethod* orig_callee = iter().get_method(will_link, &declared_signature); // callee in the bytecode
374 ciInstanceKlass* holder_klass = orig_callee->holder();
381 if (!will_link || can_not_compile_call_site(orig_callee, klass)) {
385 orig_callee->print_name(); tty->cr();
398 // orig_callee is the resolved callee which's signature includes the
400 const int nargs = orig_callee->arg_size();
401 const bool is_signature_polymorphic = MethodHandles::is_signature_polymorphic(orig_callee->intrinsic_id());
419 ciMethod* callee = orig_callee;
427 callee = C->optimize_virtual_call(method(), bci(), klass, orig_callee, receiver_type,
447 // NOTE: Don't use orig_callee and callee after this point! Use cg->method() instead.
448 orig_callee = callee = NULL;