Lines Matching refs:Runtime1

85   __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::counter_overflow_id)));
109 Runtime1::StubID stub_id;
111 stub_id = Runtime1::throw_index_exception_id;
113 stub_id = Runtime1::throw_range_check_failed_id;
115 __ call(RuntimeAddress(Runtime1::entry_for(stub_id)));
126 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::throw_div0_exception_id)));
134 NewInstanceStub::NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id) {
139 assert(stub_id == Runtime1::new_instance_id ||
140 stub_id == Runtime1::fast_new_instance_id ||
141 stub_id == Runtime1::fast_new_instance_init_check_id,
151 __ call(RuntimeAddress(Runtime1::entry_for(_stub_id)));
174 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::new_type_array_id)));
197 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::new_object_array_id)));
219 Runtime1::StubID enter_id;
221 enter_id = Runtime1::monitorenter_id;
223 enter_id = Runtime1::monitorenter_nofpu_id;
225 __ call(RuntimeAddress(Runtime1::entry_for(enter_id)));
240 Runtime1::StubID exit_id;
242 exit_id = Runtime1::monitorexit_id;
244 exit_id = Runtime1::monitorexit_nofpu_id;
246 __ call(RuntimeAddress(Runtime1::entry_for(exit_id)));
361 case access_field_id: target = Runtime1::entry_for(Runtime1::access_field_patching_id); break;
362 case load_klass_id: target = Runtime1::entry_for(Runtime1::load_klass_patching_id); break;
390 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::deoptimize_id)));
399 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::throw_null_pointer_exception_id)));
413 __ call(RuntimeAddress(Runtime1::entry_for(_stub)));
459 __ incrementl(ExternalAddress((address)&Runtime1::_arraycopy_slowcase_cnt));
486 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::g1_pre_barrier_slow_id)));
508 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::g1_post_barrier_slow_id)));