Searched refs:Runtime1 (Results 1 - 25 of 40) sorted by relevance

12

/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_CodeStubs_aarch64.cpp48 __ far_call(RuntimeAddress(Runtime1::entry_for(Runtime1::counter_overflow_id)));
66 address a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id);
79 Runtime1::StubID stub_id;
81 stub_id = Runtime1::throw_index_exception_id;
83 stub_id = Runtime1::throw_range_check_failed_id;
85 __ far_call(RuntimeAddress(Runtime1::entry_for(stub_id)), NULL, rscratch2);
97 address a = Runtime1::entry_for(Runtime1
[all...]
H A Dc1_LIRAssembler_aarch64.cpp331 target = Runtime1::entry_for(Runtime1::access_field_patching_id);
335 target = Runtime1::entry_for(Runtime1::load_klass_patching_id);
339 target = Runtime1::entry_for(Runtime1::load_mirror_patching_id);
343 target = Runtime1::entry_for(Runtime1::load_appendix_patching_id);
395 __ far_call(RuntimeAddress(Runtime1::entry_for(Runtime1
[all...]
H A Dc1_Runtime1_aarch64.cpp100 } else if (_stub_id == Runtime1::forward_exception_id) {
103 far_jump(RuntimeAddress(Runtime1::entry_for(Runtime1::forward_exception_id)));
202 // Implementation of Runtime1
306 void Runtime1::initialize_pd() {
328 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
345 OopMapSet* Runtime1::generate_handle_exception(StubID id, StubAssembler *sasm) {
457 void Runtime1::generate_unwind_exception(StubAssembler *sasm) {
521 OopMapSet* Runtime1::generate_patching(StubAssembler* sasm, address target) {
561 __ far_jump(RuntimeAddress(Runtime1
[all...]
H A Dc1_MacroAssembler_aarch64.cpp283 far_call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)));
317 far_call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)));
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp55 address a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id);
70 __ call(Runtime1::entry_for(Runtime1::throw_index_exception_id), relocInfo::runtime_call_type);
72 __ call(Runtime1::entry_for(Runtime1::throw_range_check_failed_id), relocInfo::runtime_call_type);
86 address a = Runtime1::entry_for(Runtime1::predicate_failed_trap_id);
99 __ call(Runtime1::entry_for(Runtime1
[all...]
H A Dc1_MacroAssembler_sparc.cpp299 call(CAST_FROM_FN_PTR(address, Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)),
368 call(CAST_FROM_FN_PTR(address, Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)),
H A Dc1_Runtime1_sparc.cpp87 } else if (_stub_id == Runtime1::forward_exception_id) {
90 AddressLiteral exc(Runtime1::entry_for(Runtime1::forward_exception_id));
143 // Implementation of Runtime1
229 void Runtime1::initialize_pd() {
279 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
296 OopMapSet* Runtime1::generate_stub_call(StubAssembler* sasm, Register result, address target,
324 OopMapSet* Runtime1::generate_patching(StubAssembler* sasm, address target) {
359 OopMapSet* Runtime1::generate_code_for(StubID id, StubAssembler* sasm) {
1046 OopMapSet* Runtime1
[all...]
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_CodeStubs_ppc.cpp55 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
[all...]
H A Dc1_Runtime1_ppc.cpp97 } else if (_stub_id == Runtime1::forward_exception_id) {
101 //load_const_optimized(R0, Runtime1::entry_for(Runtime1::forward_exception_id));
102 add_const_optimized(R0, R29_TOC, MacroAssembler::offset_to_global_toc(Runtime1::entry_for(Runtime1::forward_exception_id)));
143 // Implementation of Runtime1
238 void Runtime1::initialize_pd() {
258 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
302 OopMapSet* Runtime1::generate_stub_call(StubAssembler* sasm, Register result, address target,
353 OopMapSet* Runtime1
[all...]
H A Dc1_LIRAssembler_ppc.cpp165 address entry_point = CAST_FROM_FN_PTR(address, Runtime1::entry_for(Runtime1::handle_exception_from_callee_id));
211 address unwind_stub = Runtime1::entry_for(Runtime1::unwind_exception_id);
1787 address stub = Runtime1::entry_for(compilation()->has_fpu_code() ? Runtime1::handle_exception_id
1788 : Runtime1::handle_exception_nofpu_id);
1837 address entry = CAST_FROM_FN_PTR(address, Runtime1::arraycopy);
1842 address counter = (address)&Runtime1::_generic_arraycopystub_cnt;
1988 address slow_stc = Runtime1
[all...]
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp87 __ 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
[all...]
H A Dc1_MacroAssembler_x86.cpp251 call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)));
284 call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)));
H A Dc1_Runtime1_x86.cpp58 align_stack = (stub_id() == Runtime1::handle_exception_from_callee_id);
122 } else if (_stub_id == Runtime1::forward_exception_id) {
125 jump(RuntimeAddress(Runtime1::entry_for(Runtime1::forward_exception_id)));
240 // Implementation of Runtime1
593 void Runtime1::initialize_pd() {
601 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
633 OopMapSet* Runtime1::generate_handle_exception(StubID id, StubAssembler *sasm) {
759 void Runtime1::generate_unwind_exception(StubAssembler *sasm) {
833 OopMapSet* Runtime1
[all...]
H A Dc1_LIRAssembler_x86.cpp413 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::handle_exception_from_callee_id)));
473 __ jump(RuntimeAddress(Runtime1::entry_for(Runtime1::unwind_exception_id)));
1509 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::fpu2long_stub_id)));
1712 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1::slow_subtype_check_id)));
1726 __ call(RuntimeAddress(Runtime1::entry_for(Runtime1
[all...]
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_CodeStubs_s390.cpp55 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
[all...]
H A Dc1_Runtime1_s390.cpp97 } else if (_stub_id == Runtime1::forward_exception_id) {
100 load_const_optimized(Z_R1, Runtime1::entry_for (Runtime1::forward_exception_id));
146 // Implementation of Runtime1
218 void Runtime1::initialize_pd() {
222 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
238 void Runtime1::generate_unwind_exception(StubAssembler *sasm) {
282 OopMapSet* Runtime1::generate_patching(StubAssembler* sasm, address target) {
313 OopMapSet* Runtime1::generate_code_for(StubID id, StubAssembler* sasm) {
961 OopMapSet* Runtime1
[all...]
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_CodeStubs_arm.cpp46 __ call(Runtime1::entry_for(Runtime1::counter_overflow_id), relocInfo::runtime_call_type);
72 __ call(Runtime1::entry_for(Runtime1::predicate_failed_trap_id), relocInfo::runtime_call_type);
91 __ call(Runtime1::entry_for(Runtime1::throw_index_exception_id), relocInfo::runtime_call_type);
93 __ call(Runtime1::entry_for(Runtime1::throw_range_check_failed_id), relocInfo::runtime_call_type);
106 __ call(Runtime1::entry_for(Runtime1
[all...]
H A Dc1_Runtime1_arm.cpp64 if (_stub_id != Runtime1::forward_exception_id) {
79 // Runtime1::exception_handler_for_pc
80 if (_stub_id != Runtime1::forward_exception_id) {
85 jump(Runtime1::entry_for(Runtime1::forward_exception_id), relocInfo::runtime_call_type, Rtemp);
89 jump(Runtime1::entry_for(Runtime1::forward_exception_id), relocInfo::runtime_call_type, Rtemp, ne);
354 void Runtime1::initialize_pd() {
358 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
389 OopMapSet* Runtime1
[all...]
H A Dc1_LIRAssembler_arm.cpp267 __ call(Runtime1::entry_for(Runtime1::handle_exception_from_callee_id), relocInfo::runtime_call_type);
307 __ jump(Runtime1::entry_for(Runtime1::unwind_exception_id), relocInfo::runtime_call_type, Rtemp);
1431 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
1501 __ call(Runtime1::entry_for(Runtime1::slow_subtype_check_id), relocInfo::runtime_call_type);
1517 __ call(Runtime1::entry_for(Runtime1
[all...]
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/c1/
H A DRuntime1.java35 public class Runtime1 { class
47 Type type = db.lookupType("Runtime1");
52 public Runtime1() { method in class:Runtime1
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp97 // Implementation of Runtime1
99 CodeBlob* Runtime1::_blobs[Runtime1::number_of_ids];
100 const char *Runtime1::_blob_names[] = {
106 int Runtime1::_generic_arraycopy_cnt = 0;
107 int Runtime1::_primitive_arraycopy_cnt = 0;
108 int Runtime1::_oop_arraycopy_cnt = 0;
109 int Runtime1::_generic_arraycopystub_cnt = 0;
110 int Runtime1::_arraycopy_slowcase_cnt = 0;
111 int Runtime1
[all...]
H A Dc1_CodeStubs.hpp236 Runtime1::StubID _stub_id;
239 NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id);
472 Runtime1::StubID _stub;
476 SimpleExceptionStub(Runtime1::StubID stub, LIR_Opr obj, CodeEmitInfo* info):
504 ArrayStoreExceptionStub(LIR_Opr obj, CodeEmitInfo* info): SimpleExceptionStub(Runtime1::throw_array_store_exception_id, obj, info) {}
/openjdk9/hotspot/src/share/vm/runtime/
H A DjavaFrameAnchor.hpp41 friend class Runtime1;
/openjdk9/hotspot/src/share/vm/oops/
H A DobjArrayOop.hpp36 friend class Runtime1;
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java111 private Runtime1 runtime1;
764 public Runtime1 getRuntime1() {
769 runtime1 = new Runtime1();

Completed in 183 milliseconds

12