Lines Matching refs:Runtime1

55     address a = Runtime1::entry_for (Runtime1::predicate_failed_trap_id);
71 Runtime1::StubID stub_id;
73 stub_id = Runtime1::throw_index_exception_id;
75 stub_id = Runtime1::throw_range_check_failed_id;
77 ce->emit_call_c(Runtime1::entry_for (stub_id));
90 address a = Runtime1::entry_for (Runtime1::predicate_failed_trap_id);
108 ce->emit_call_c(Runtime1::entry_for (Runtime1::counter_overflow_id));
120 ce->emit_call_c(Runtime1::entry_for (Runtime1::throw_div0_exception_id));
130 a = Runtime1::entry_for (Runtime1::predicate_failed_trap_id);
132 a = Runtime1::entry_for (Runtime1::throw_null_pointer_exception_id);
150 address a = Runtime1::entry_for (_stub);
157 NewInstanceStub::NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id) {
162 assert(stub_id == Runtime1::new_instance_id ||
163 stub_id == Runtime1::fast_new_instance_id ||
164 stub_id == Runtime1::fast_new_instance_init_check_id,
172 address a = Runtime1::entry_for (_stub_id);
192 address a = Runtime1::entry_for (Runtime1::new_type_array_id);
212 address a = Runtime1::entry_for (Runtime1::new_object_array_id);
228 Runtime1::StubID enter_id;
230 enter_id = Runtime1::monitorenter_id;
232 enter_id = Runtime1::monitorenter_nofpu_id;
236 ce->emit_call_c(Runtime1::entry_for (enter_id));
253 Runtime1::StubID exit_id;
255 exit_id = Runtime1::monitorexit_id;
257 exit_id = Runtime1::monitorexit_nofpu_id;
259 ce->emit_call_c(Runtime1::entry_for (exit_id));
389 case access_field_id: target = Runtime1::entry_for (Runtime1::access_field_patching_id); break;
390 case load_klass_id: target = Runtime1::entry_for (Runtime1::load_klass_patching_id); reloc_type = relocInfo::metadata_type; break;
391 case load_mirror_id: target = Runtime1::entry_for (Runtime1::load_mirror_patching_id); reloc_type = relocInfo::oop_type; break;
392 case load_appendix_id: target = Runtime1::entry_for (Runtime1::load_appendix_patching_id); reloc_type = relocInfo::oop_type; break;
417 ce->emit_call_c(Runtime1::entry_for (Runtime1::deoptimize_id));
448 __ load_const_optimized(Z_R1_scratch, (address)&Runtime1::_arraycopy_slowcase_cnt);
474 __ z_ltgr(Z_R1_scratch, pre_val_reg); // Pass oop in Z_R1_scratch to Runtime1::g1_pre_barrier_slow_id.
476 ce->emit_call_c(Runtime1::entry_for (Runtime1::g1_pre_barrier_slow_id));
490 ce->emit_call_c(Runtime1::entry_for (Runtime1::g1_post_barrier_slow_id));