Lines Matching refs:Runtime1

267   __ call(Runtime1::entry_for(Runtime1::handle_exception_from_callee_id), relocInfo::runtime_call_type);
307 __ jump(Runtime1::entry_for(Runtime1::unwind_exception_id), relocInfo::runtime_call_type, Rtemp);
1431 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
1501 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
1517 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
1556 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
1573 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
1660 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
1705 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
2564 Runtime1::StubID handle_id = compilation()->has_fpu_code() ?
2565 Runtime1::handle_exception_id :
2566 Runtime1::handle_exception_nofpu_id;
2569 __ call(Runtime1::entry_for(handle_id), relocInfo::runtime_call_type);
2781 __ call(CAST_FROM_FN_PTR(address, Runtime1::arraycopy));
2785 __ inc_counter((address)&Runtime1::_generic_arraycopystub_cnt, tmp, tmp2);
2935 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type); // does not blow any registers except R0, LR and Rtemp
3007 __ inc_counter((address)&Runtime1::_arraycopy_checkcast_cnt, tmp, tmp2);
3030 __ inc_counter((address)&Runtime1::_arraycopy_checkcast_attempt_cnt, tmp, tmp2);
3046 address counter = Runtime1::arraycopy_count_address(basic_type);