Lines Matching refs:Runtime1

55     address a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id);
68 address stub = _throw_index_out_of_bounds_exception ? Runtime1::entry_for(Runtime1::throw_index_exception_id)
69 : Runtime1::entry_for(Runtime1::throw_range_check_failed_id);
94 address a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id);
118 address a = Runtime1::entry_for(Runtime1::counter_overflow_id);
135 address stub = Runtime1::entry_for(Runtime1::throw_div0_exception_id);
150 a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id);
152 a = Runtime1::entry_for(Runtime1::throw_null_pointer_exception_id);
172 address stub = Runtime1::entry_for(_stub);
184 NewInstanceStub::NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id) {
189 assert(stub_id == Runtime1::new_instance_id ||
190 stub_id == Runtime1::fast_new_instance_id ||
191 stub_id == Runtime1::fast_new_instance_init_check_id,
199 address entry = Runtime1::entry_for(_stub_id);
221 address entry = Runtime1::entry_for(Runtime1::new_type_array_id);
244 address entry = Runtime1::entry_for(Runtime1::new_object_array_id);
264 address stub = Runtime1::entry_for(ce->compilation()->has_fpu_code() ? Runtime1::monitorenter_id : Runtime1::monitorenter_nofpu_id);
281 address stub = Runtime1::entry_for(ce->compilation()->has_fpu_code() ? Runtime1::monitorexit_id : Runtime1::monitorexit_nofpu_id);
395 case access_field_id: target = Runtime1::entry_for(Runtime1::access_field_patching_id); break;
396 case load_klass_id: target = Runtime1::entry_for(Runtime1::load_klass_patching_id);
398 case load_mirror_id: target = Runtime1::entry_for(Runtime1::load_mirror_patching_id);
400 case load_appendix_id: target = Runtime1::entry_for(Runtime1::load_appendix_patching_id);
426 address stub = Runtime1::entry_for(Runtime1::deoptimize_id);
462 const address counter = (address)&Runtime1::_arraycopy_slowcase_cnt;
495 address stub = Runtime1::entry_for(Runtime1::Runtime1::g1_pre_barrier_slow_id);
515 address stub = Runtime1::entry_for(Runtime1::Runtime1::g1_post_barrier_slow_id);