Lines Matching defs:call

364   // temporary fix: must be created after exceptionhandler, therefore as call stub
387 // if the last instruction is a call (typically to do a throw which
407 __ call(Runtime1::entry_for(Runtime1::handle_exception_from_callee_id), relocInfo::runtime_call_type);
451 __ call(CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit), relocInfo::runtime_call_type);
460 __ call(Runtime1::entry_for(Runtime1::unwind_exception_id), relocInfo::runtime_call_type);
473 // if the last instruction is a call (typically to do a throw which
763 void LIR_Assembler::call(LIR_OpJavaCall* op, relocInfo::relocType rtype) {
764 __ call(op->addr(), rtype);
774 __ call(op->addr(), relocInfo::none);
1387 // before the call to add_debug_info, otherwise the PcDescs don't get
1533 // before the call to add_debug_info_for_null_check, otherwise the PcDescs don't get
1596 bailout("static call stub overflow");
2048 __ call(Runtime1::entry_for(Runtime1::handle_exception_id), relocInfo::runtime_call_type);
2204 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
2661 // call out-of-line instance of __ check_klass_subtype_slow_path(...):
2662 assert(klass_RInfo == G3 && k_RInfo == G1, "incorrect call setup");
2663 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
2756 // call out-of-line instance of __ check_klass_subtype_slow_path(...):
2757 assert(klass_RInfo == G3 && k_RInfo == G1, "incorrect call setup");
2758 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
2967 // Update counter for all call types
2995 // Perform additional virtual call profiling for invokevirtual and
3006 // We know the type that will be seen at this call site; we can
3060 // Static call
3090 // we may also be emitting the call info for the instruction
3147 __ call(dest, relocInfo::runtime_call_type);
3392 LIR_OpJavaCall* call;
3398 call = new LIR_OpJavaCall(op->code(), callop->method(), callop->receiver(), FrameMap::g1_long_single_opr,
3401 call = new LIR_OpJavaCall(op->code(), callop->method(), callop->receiver(), FrameMap::g1_long_single_opr,
3404 inst->at_put(i - 1, call);