Lines Matching defs:call

382   // if the last instruction is a call (typically to do a throw which
407 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::handle_exception_from_callee_id)));
452 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit)));
473 // if the last instruction is a call (typically to do a throw which
576 __ mov (rax, rcx); // result of call is in rax,
635 assert(src->is_constant(), "should not call otherwise");
636 assert(dest->is_register(), "should not call otherwise");
722 assert(src->is_constant(), "should not call otherwise");
723 assert(dest->is_stack(), "should not call otherwise");
759 assert(src->is_constant(), "should not call otherwise");
760 assert(dest->is_address(), "should not call otherwise");
844 assert(src->is_register(), "should not call otherwise");
845 assert(dest->is_register(), "should not call otherwise");
930 assert(src->is_register(), "should not call otherwise");
931 assert(dest->is_stack(), "should not call otherwise");
1099 assert(src->is_stack(), "should not call otherwise");
1100 assert(dest->is_register(), "should not call otherwise");
1175 assert(src->is_address(), "should not call otherwise");
1176 assert(dest->is_register(), "should not call otherwise");
1562 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::fpu2long_stub_id)));
1765 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::slow_subtype_check_id)));
1776 // call out-of-line instance of __ check_klass_subtype_slow_path(...):
1779 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::slow_subtype_check_id)));
1860 // call out-of-line instance of __ check_klass_subtype_slow_path(...):
1863 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::slow_subtype_check_id)));
2837 // make sure that the displacement word of the call ends up word aligned
2858 void LIR_Assembler::call(LIR_OpJavaCall* op, relocInfo::relocType rtype) {
2861 __ call(AddressLiteral(op->addr(), rtype));
2872 __ call(AddressLiteral(op->addr(), rh));
2887 bailout("static call stub overflow");
2893 // make sure that the displacement word of the call ends up word aligned
2934 __ call(RuntimeAddress(Runtime1::entry_for(unwind_id)));
3053 // This code replaces a call to arraycopy; no exception may
3073 // save outgoing arguments on stack in case call to System.arraycopy is needed
3111 __ call(RuntimeAddress(C_entry));
3118 __ call(RuntimeAddress(copyfunc_addr));
3124 __ call(RuntimeAddress(C_entry));
3131 __ call(RuntimeAddress(copyfunc_addr));
3284 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::slow_subtype_check_id)));
3356 __ call(RuntimeAddress(copyfunc_addr));
3362 __ call(RuntimeAddress(copyfunc_addr));
3513 // Update counter for all call types
3524 // Perform additional virtual call profiling for invokevirtual and
3535 // We know the type that will be seen at this call site; we can
3578 // Static call
3658 __ call(RuntimeAddress(dest));