Searched refs:CAST_FROM_FN_PTR (Results 1 - 25 of 75) sorted by relevance

123

/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp73 CAST_FROM_FN_PTR(address,zero_null_code_stub),
74 CAST_FROM_FN_PTR(address,zero_null_code_stub),
75 CAST_FROM_FN_PTR(address,zero_null_code_stub));
115 return CAST_FROM_FN_PTR(SafepointBlob*,zero_stub);
119 return CAST_FROM_FN_PTR(DeoptimizationBlob*,zero_stub);
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp82 address StubRoutines::_jbyte_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jbyte_copy);
83 address StubRoutines::_jshort_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jshort_copy);
84 address StubRoutines::_jint_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jint_copy);
85 address StubRoutines::_jlong_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jlong_copy);
86 address StubRoutines::_oop_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::oop_copy);
87 address StubRoutines::_oop_arraycopy_uninit = CAST_FROM_FN_PTR(address, StubRoutines::oop_copy_uninit);
88 address StubRoutines::_jbyte_disjoint_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jbyte_copy);
89 address StubRoutines::_jshort_disjoint_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jshort_copy);
90 address StubRoutines::_jint_disjoint_arraycopy = CAST_FROM_FN_PTR(address, StubRoutines::jint_copy);
91 address StubRoutines::_jlong_disjoint_arraycopy = CAST_FROM_FN_PTR(addres
[all...]
H A Dicache.cpp84 guarantee(start == CAST_FROM_FN_PTR(address, _flush_icache_stub),
/openjdk7/hotspot/src/os/bsd/vm/
H A DvmError_bsd.cpp76 ? CAST_FROM_FN_PTR(address, sa.sa_sigaction)
77 : CAST_FROM_FN_PTR(address, sa.sa_handler);
113 os::signal(SIGSEGV, CAST_FROM_FN_PTR(void *, crash_handler));
114 os::signal(SIGBUS, CAST_FROM_FN_PTR(void *, crash_handler));
/openjdk7/hotspot/src/os/linux/vm/
H A DvmError_linux.cpp76 ? CAST_FROM_FN_PTR(address, sa.sa_sigaction)
77 : CAST_FROM_FN_PTR(address, sa.sa_handler);
113 os::signal(SIGSEGV, CAST_FROM_FN_PTR(void *, crash_handler));
114 os::signal(SIGBUS, CAST_FROM_FN_PTR(void *, crash_handler));
/openjdk7/hotspot/src/os/solaris/vm/
H A DvmError_solaris.cpp72 ? CAST_FROM_FN_PTR(address, sa.sa_sigaction)
73 : CAST_FROM_FN_PTR(address, sa.sa_handler);
109 os::signal(SIGSEGV, CAST_FROM_FN_PTR(void *, crash_handler));
110 os::signal(SIGBUS, CAST_FROM_FN_PTR(void *, crash_handler));
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dassembler_linux_x86.cpp33 call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
46 call(RuntimeAddress(CAST_FROM_FN_PTR(address, pthread_getspecific)));
71 call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
94 call(RuntimeAddress(CAST_FROM_FN_PTR(address, pthread_getspecific)));
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dassembler_bsd_x86.cpp33 call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
48 call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
71 call(RuntimeAddress(CAST_FROM_FN_PTR(address, pthread_getspecific)));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubRoutines_sparc.cpp57 address StubRoutines::Sparc::_flush_callers_register_windows_entry = CAST_FROM_FN_PTR(address, bootstrap_flush_windows);
H A Dc1_Runtime1_sparc.cpp456 oop_maps = generate_stub_call(sasm, I0, CAST_FROM_FN_PTR(address, new_instance), G5_klass);
464 oop_maps = generate_stub_call(sasm, noreg, CAST_FROM_FN_PTR(address, counter_overflow), G4, G5);
568 oop_maps = generate_stub_call(sasm, I0, CAST_FROM_FN_PTR(address, new_type_array), G5_klass, G4_length);
570 oop_maps = generate_stub_call(sasm, I0, CAST_FROM_FN_PTR(address, new_object_array), G5_klass, G4_length);
581 oop_maps = generate_stub_call(sasm, I0, CAST_FROM_FN_PTR(address, new_multi_array), I0, I1, I2);
607 CAST_FROM_FN_PTR(address, SharedRuntime::register_finalizer), I0);
622 oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_range_check_exception), true);
629 oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_index_exception), true);
635 oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_div0_exception), false);
641 oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(addres
[all...]
H A Dinterpreter_sparc.cpp106 __ call(CAST_FROM_FN_PTR(address, InterpreterRuntime::slow_signature_handler), relocInfo::runtime_call_type);
156 __ call(CAST_FROM_FN_PTR(address, InterpreterRuntime::slow_signature_handler), relocInfo::runtime_call_type);
231 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::frequency_counter_overflow), O2, O2, true);
250 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_AbstractMethodError));
H A Druntime_sparc.cpp112 __ call(CAST_FROM_FN_PTR(address, OptoRuntime::handle_exception_C), relocInfo::runtime_call_type);
H A Dc1_LIRGenerator_sparc.cpp474 entry = CAST_FROM_FN_PTR(address, SharedRuntime::frem);
477 entry = CAST_FROM_FN_PTR(address, SharedRuntime::drem);
513 entry = CAST_FROM_FN_PTR(address, SharedRuntime::lrem);
516 entry = CAST_FROM_FN_PTR(address, SharedRuntime::ldiv);
519 entry = CAST_FROM_FN_PTR(address, SharedRuntime::lmul);
724 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dsin);
727 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dcos);
730 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dtan);
733 runtime_entry = CAST_FROM_FN_PTR(address, SharedRuntime::dlog);
736 runtime_entry = CAST_FROM_FN_PTR(addres
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dassembler_solaris_x86.cpp36 call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
61 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, thr_getspecific)));
94 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, thr_getspecific)));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_32.cpp63 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::slow_signature_handler), rbx, rdi, rcx);
238 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_AbstractMethodError));
H A Dinterp_masm_x86_32.cpp142 call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_preserving_args_entry));
200 call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry), 1);
557 call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_illegal_monitor_state_exception));
565 call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::new_illegal_monitor_state_exception));
598 call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_illegal_monitor_state_exception));
611 call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::new_illegal_monitor_state_exception));
668 call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::monitorenter), lock_reg);
735 call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::monitorenter), lock_reg);
752 call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::monitorexit), lock_reg);
794 call_VM(noreg, CAST_FROM_FN_PTR(addres
[all...]
H A Dinterp_masm_x86_64.cpp145 call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_preserving_args_entry));
195 call_VM_leaf(CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry), c_rarg0);
557 call_VM(noreg, CAST_FROM_FN_PTR(address,
565 call_VM(noreg, CAST_FROM_FN_PTR(address,
605 CAST_FROM_FN_PTR(address, InterpreterRuntime::
618 call_VM(noreg, CAST_FROM_FN_PTR(address,
671 CAST_FROM_FN_PTR(address, InterpreterRuntime::monitorenter),
738 CAST_FROM_FN_PTR(address, InterpreterRuntime::monitorenter),
762 CAST_FROM_FN_PTR(address, InterpreterRuntime::monitorexit),
808 CAST_FROM_FN_PTR(addres
[all...]
H A Dinterpreter_x86_64.cpp66 CAST_FROM_FN_PTR(address,
145 CAST_FROM_FN_PTR(address,
319 __ call_VM(noreg, CAST_FROM_FN_PTR(address,
H A DtemplateInterpreter_x86_32.cpp84 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_StackOverflowError));
96 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_ArrayIndexOutOfBoundsException), rax, rbx);
109 CAST_FROM_FN_PTR(address,
128 __ call_VM(rax, CAST_FROM_FN_PTR(address, InterpreterRuntime::create_klass_exception), rax, rbx);
135 __ call_VM(rax, CAST_FROM_FN_PTR(address, InterpreterRuntime::create_exception), rax, rbx);
250 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_pending_exception));
434 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::frequency_counter_overflow), rax);
1003 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::prepare_native_call), method);
1049 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::prepare_native_call), method);
1154 __ call(RuntimeAddress(CAST_FROM_FN_PTR(addres
[all...]
H A DtemplateInterpreter_x86_64.cpp83 CAST_FROM_FN_PTR(address,
98 CAST_FROM_FN_PTR(address,
116 CAST_FROM_FN_PTR(address,
137 __ call_VM(rax, CAST_FROM_FN_PTR(address,
150 CAST_FROM_FN_PTR(address, InterpreterRuntime::create_exception),
218 CAST_FROM_FN_PTR(address,
384 CAST_FROM_FN_PTR(address,
987 CAST_FROM_FN_PTR(address,
1047 CAST_FROM_FN_PTR(address,
1137 __ call(RuntimeAddress(CAST_FROM_FN_PTR(addres
[all...]
H A Dc1_Runtime1_x86.cpp733 int call_offset = __ call_RT(noreg, noreg, CAST_FROM_FN_PTR(address, exception_handler_for_pc));
815 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::exception_handler_for_return_address), thread, exception_pc);
1089 int call_offset = __ call_RT(obj, noreg, CAST_FROM_FN_PTR(address, new_instance), klass);
1111 int call_offset = __ call_RT(noreg, noreg, CAST_FROM_FN_PTR(address, counter_overflow), bci, method);
1231 call_offset = __ call_RT(obj, noreg, CAST_FROM_FN_PTR(address, new_type_array), klass, length);
1233 call_offset = __ call_RT(obj, noreg, CAST_FROM_FN_PTR(address, new_object_array), klass, length);
1254 int call_offset = __ call_RT(rax, noreg, CAST_FROM_FN_PTR(address, new_multi_array), rax, rbx, rcx);
1295 CAST_FROM_FN_PTR(address, SharedRuntime::register_finalizer), rax);
1309 oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_range_check_exception), true);
1315 oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(addres
[all...]
H A Druntime_x86_32.cpp115 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, OptoRuntime::handle_exception_C)));
H A DtemplateTable_x86_32.cpp250 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::set_original_bytecode_at), temp_reg, rsi, bc_reg);
386 call_VM(rax, CAST_FROM_FN_PTR(address, InterpreterRuntime::ldc), rcx);
439 __ call_VM(noreg, CAST_FROM_FN_PTR(address,
1264 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::ldiv));
1278 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::lrem));
1521 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::f2i), 1);
1526 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::f2l), 1);
1535 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::d2i), 2);
1541 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::d2l), 2);
1709 __ call_VM(noreg, CAST_FROM_FN_PTR(addres
[all...]
H A DtemplateTable_x86_64.cpp256 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::set_original_bytecode_at), temp_reg, r13, bc_reg);
400 call_VM(rax, CAST_FROM_FN_PTR(address, InterpreterRuntime::ldc), c_rarg1);
456 __ call_VM(noreg, CAST_FROM_FN_PTR(address,
1334 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::frem), 2);
1366 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::drem), 2);
1512 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::f2i), 1);
1523 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::f2l), 1);
1536 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::d2i), 1);
1547 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::d2l), 1);
1741 __ call_VM(noreg, CAST_FROM_FN_PTR(addres
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp326 generate_safept_entry_for(btos, CAST_FROM_FN_PTR(address, InterpreterRuntime::at_safepoint)),
327 generate_safept_entry_for(ctos, CAST_FROM_FN_PTR(address, InterpreterRuntime::at_safepoint)),
328 generate_safept_entry_for(stos, CAST_FROM_FN_PTR(address, InterpreterRuntime::at_safepoint)),
329 generate_safept_entry_for(atos, CAST_FROM_FN_PTR(address, InterpreterRuntime::at_safepoint)),
330 generate_safept_entry_for(itos, CAST_FROM_FN_PTR(address, InterpreterRuntime::at_safepoint)),
331 generate_safept_entry_for(ltos, CAST_FROM_FN_PTR(address, InterpreterRuntime::at_safepoint)),
332 generate_safept_entry_for(ftos, CAST_FROM_FN_PTR(address, InterpreterRuntime::at_safepoint)),
333 generate_safept_entry_for(dtos, CAST_FROM_FN_PTR(address, InterpreterRuntime::at_safepoint)),
334 generate_safept_entry_for(vtos, CAST_FROM_FN_PTR(address, InterpreterRuntime::at_safepoint))

Completed in 322 milliseconds

123