Lines Matching refs:Runtime1

60   __ far_call(RuntimeAddress(Runtime1::entry_for(Runtime1::counter_overflow_id)));  in emit_code()
81 address a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id); in emit_code()
94 Runtime1::StubID stub_id; in emit_code()
96 stub_id = Runtime1::throw_index_exception_id; in emit_code()
100 stub_id = Runtime1::throw_range_check_failed_id; in emit_code()
102 __ lea(lr, RuntimeAddress(Runtime1::entry_for(stub_id))); in emit_code()
115 address a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id); in emit_code()
127 …__ far_call(Address(Runtime1::entry_for(Runtime1::throw_div0_exception_id), relocInfo::runtime_cal… in emit_code()
139 … klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id) { in NewInstanceStub()
144 assert(stub_id == Runtime1::new_instance_id || in NewInstanceStub()
145 stub_id == Runtime1::fast_new_instance_id || in NewInstanceStub()
146 stub_id == Runtime1::fast_new_instance_init_check_id, in NewInstanceStub()
157 __ far_call(RuntimeAddress(Runtime1::entry_for(_stub_id))); in emit_code()
182 __ far_call(RuntimeAddress(Runtime1::entry_for(Runtime1::new_type_array_id))); in emit_code()
205 __ far_call(RuntimeAddress(Runtime1::entry_for(Runtime1::new_object_array_id))); in emit_code()
225 Runtime1::StubID enter_id; in emit_code()
227 enter_id = Runtime1::monitorenter_id; in emit_code()
229 enter_id = Runtime1::monitorenter_nofpu_id; in emit_code()
231 __ far_call(RuntimeAddress(Runtime1::entry_for(enter_id))); in emit_code()
246 Runtime1::StubID exit_id; in emit_code()
248 exit_id = Runtime1::monitorexit_id; in emit_code()
250 exit_id = Runtime1::monitorexit_nofpu_id; in emit_code()
253 __ far_jump(RuntimeAddress(Runtime1::entry_for(exit_id))); in emit_code()
278 __ far_call(RuntimeAddress(Runtime1::entry_for(Runtime1::deoptimize_id))); in emit_code()
288 a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id); in emit_code()
290 a = Runtime1::entry_for(Runtime1::throw_null_pointer_exception_id); in emit_code()
311 __ far_call(RuntimeAddress(Runtime1::entry_for(_stub)), NULL, rscratch2); in emit_code()
364 __ lea(rscratch2, ExternalAddress((address)&Runtime1::_arraycopy_slowcase_cnt)); in emit_code()