Lines Matching refs:Runtime1

87   __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::counter_overflow_id)));
106 address a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id);
120 Runtime1::StubID stub_id;
122 stub_id = Runtime1::throw_index_exception_id;
124 stub_id = Runtime1::throw_range_check_failed_id;
126 __ call(RuntimeAddress(Runtime1::entry_for(stub_id)));
138 address a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id);
150 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::throw_div0_exception_id)));
158 NewInstanceStub::NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id) {
163 assert(stub_id == Runtime1::new_instance_id ||
164 stub_id == Runtime1::fast_new_instance_id ||
165 stub_id == Runtime1::fast_new_instance_init_check_id,
175 __ call(RuntimeAddress(Runtime1::entry_for(_stub_id)));
198 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::new_type_array_id)));
221 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::new_object_array_id)));
243 Runtime1::StubID enter_id;
245 enter_id = Runtime1::monitorenter_id;
247 enter_id = Runtime1::monitorenter_nofpu_id;
249 __ call(RuntimeAddress(Runtime1::entry_for(enter_id)));
264 Runtime1::StubID exit_id;
266 exit_id = Runtime1::monitorexit_id;
268 exit_id = Runtime1::monitorexit_nofpu_id;
270 __ call(RuntimeAddress(Runtime1::entry_for(exit_id)));
403 case access_field_id: target = Runtime1::entry_for(Runtime1::access_field_patching_id); break;
404 case load_klass_id: target = Runtime1::entry_for(Runtime1::load_klass_patching_id); reloc_type = relocInfo::metadata_type; break;
405 case load_mirror_id: target = Runtime1::entry_for(Runtime1::load_mirror_patching_id); reloc_type = relocInfo::oop_type; break;
406 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id); reloc_type = relocInfo::oop_type; break;
436 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::deoptimize_id)));
446 a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id);
448 a = Runtime1::entry_for(Runtime1::throw_null_pointer_exception_id);
468 __ call(RuntimeAddress(Runtime1::entry_for(_stub)));
517 __ incrementl(ExternalAddress((address)&Runtime1::_arraycopy_slowcase_cnt));
544 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::g1_pre_barrier_slow_id)));
557 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::g1_post_barrier_slow_id)));