Searched refs:CAST_FROM_FN_PTR (Results 26 - 50 of 75) sorted by relevance

123

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp197 call_VM_leaf(noreg, CAST_FROM_FN_PTR(address, Interpreter::remove_activation_preserving_args_entry));
250 call_VM_leaf(noreg, CAST_FROM_FN_PTR(address, Interpreter::remove_activation_early_entry), Otos_l1);
1016 MacroAssembler::call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_illegal_monitor_state_exception));
1023 MacroAssembler::call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::new_illegal_monitor_state_exception));
1063 MacroAssembler::call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_illegal_monitor_state_exception));
1070 MacroAssembler::call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::new_illegal_monitor_state_exception));
1169 call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::monitorenter), lock_reg);
1235 call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::monitorenter), lock_reg);
1247 call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::monitorexit), lock_reg);
1290 call_VM(noreg, CAST_FROM_FN_PTR(addres
[all...]
H A DtemplateInterpreter_sparc.cpp103 __ call_VM(Oexception, CAST_FROM_FN_PTR(address, InterpreterRuntime::create_klass_exception), G3_scratch, Otos_i);
106 __ call_VM(Oexception, CAST_FROM_FN_PTR(address, InterpreterRuntime::create_exception), G3_scratch, G4_scratch);
123 CAST_FROM_FN_PTR(address,
139 __ call_VM(Oexception, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_ArrayIndexOutOfBoundsException), G3_scratch, G4_scratch);
149 __ call_VM(Oexception, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_StackOverflowError));
222 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_pending_exception));
940 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::prepare_native_call), Lmethod);
1121 CAST_FROM_FN_PTR(address, JavaThread::check_special_condition_for_native_trans),
1186 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_pending_exception));
1399 __ call_VM(noreg, CAST_FROM_FN_PTR(addres
[all...]
H A DtemplateTable_sparc.cpp200 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::set_original_bytecode_at), Lmethod, Lbcp, bc_reg);
335 call_VM(Otos_i, CAST_FROM_FN_PTR(address, InterpreterRuntime::ldc), O1);
378 __ call_VM(noreg, CAST_FROM_FN_PTR(address,
1210 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::lmul));
1228 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::ldiv));
1247 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::lrem));
1307 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::frem));
1336 __ call_VM_leaf(Lscratch, CAST_FROM_FN_PTR(address, SharedRuntime::drem));
1505 ? CAST_FROM_FN_PTR(address, SharedRuntime::l2f)
1506 : CAST_FROM_FN_PTR(addres
[all...]
H A Dc1_MacroAssembler_sparc.cpp298 call(CAST_FROM_FN_PTR(address, Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)),
367 call(CAST_FROM_FN_PTR(address, Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)),
H A DsharedRuntime_sparc.cpp553 AddressLiteral dest(CAST_FROM_FN_PTR(address, SharedRuntime::fixup_callers_callsite));
568 __ call(CAST_FROM_FN_PTR(address, SharedRuntime::fixup_callers_callsite), relocInfo::runtime_call_type);
1739 __ call(CAST_FROM_FN_PTR(address, SharedRuntime::block_for_jni_critical), relocInfo::runtime_call_type);
2381 CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_entry),
2393 CAST_FROM_FN_PTR(address, SharedRuntime::rc_trace_method_entry),
2444 __ call(CAST_FROM_FN_PTR(address, SharedRuntime::complete_monitor_locking_C), relocInfo::runtime_call_type);
2576 CAST_FROM_FN_PTR(address, JavaThread::check_special_condition_for_native_trans),
2580 CAST_FROM_FN_PTR(address, JavaThread::check_special_condition_for_native_trans_and_transition),
2608 __ call(CAST_FROM_FN_PTR(address, SharedRuntime::reguard_yellow_pages));
2649 __ call(CAST_FROM_FN_PTR(addres
[all...]
H A DvtableStubs_sparc.cpp80 __ call_VM(noreg, CAST_FROM_FN_PTR(address, bad_compiled_vtable_index), O0, O2);
H A DcppInterpreter_sparc.cpp64 ( pc == (CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation) + frame::pc_return_offset)));
369 return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation) + frame::pc_return_offset;
718 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::prepare_native_call), G5_method, false);
900 CAST_FROM_FN_PTR(address, JavaThread::check_safepoint_and_suspend_for_native_trans),
1113 __ call_VM(Oexception, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_StackOverflowError));
1615 __ call(CAST_FROM_FN_PTR(address,
2000 __ set(CAST_FROM_FN_PTR(intptr_t, RecursiveInterpreterActivation), O7);
H A DstubGenerator_sparc.cpp396 __ call_VM_leaf(L7_thread_cache, CAST_FROM_FN_PTR(address, SharedRuntime::exception_handler_for_return_address), G2_thread, Lscratch);
618 __ call(CAST_FROM_FN_PTR(address, os::naked_sleep));
854 address entry_point = CAST_FROM_FN_PTR(address, handle_unsafe_access);
1045 __ call(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_pre));
1085 __ call(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_post));
3408 StubRoutines::_throw_StackOverflowError_entry = generate_throw_exception("StackOverflowError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_StackOverflowError));
3419 StubRoutines::_throw_AbstractMethodError_entry = generate_throw_exception("AbstractMethodError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_AbstractMethodError));
3420 StubRoutines::_throw_IncompatibleClassChangeError_entry= generate_throw_exception("IncompatibleClassChangeError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_IncompatibleClassChangeError));
3421 StubRoutines::_throw_NullPointerException_at_call_entry= generate_throw_exception("NullPointerException at call throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_NullPointerException_at_call));
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp655 void* ohlr = oact.sa_sigaction ? CAST_FROM_FN_PTR(void*, oact.sa_sigaction)
656 : CAST_FROM_FN_PTR(void*, oact.sa_handler);
657 if (ohlr == CAST_FROM_FN_PTR(void*, SIG_IGN))
1949 dladdr(CAST_FROM_FN_PTR(void *, os::address_is_in_vm), &dlinfo);
2320 if (!dladdr(CAST_FROM_FN_PTR(void *, os::print_dll_info), &dli)) {
2520 CAST_FROM_FN_PTR(address, os::jvm_path),
2628 return CAST_FROM_FN_PTR(void*, UserHandler);
2648 return CAST_FROM_FN_PTR(void*, oldSigAct.sa_handler);
4278 ? CAST_FROM_FN_PTR(void*, oldAct.sa_sigaction)
4279 : CAST_FROM_FN_PTR(voi
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp530 void* ohlr = oact.sa_sigaction ? CAST_FROM_FN_PTR(void*, oact.sa_sigaction)
531 : CAST_FROM_FN_PTR(void*, oact.sa_handler);
532 if (ohlr == CAST_FROM_FN_PTR(void*, SIG_IGN))
1710 dladdr(CAST_FROM_FN_PTR(void *, os::address_is_in_vm), &dlinfo);
2343 CAST_FROM_FN_PTR(address, os::jvm_path),
2438 return CAST_FROM_FN_PTR(void*, UserHandler);
2509 return CAST_FROM_FN_PTR(void*, oldSigAct.sa_handler);
4124 ? CAST_FROM_FN_PTR(void*, oldAct.sa_sigaction)
4125 : CAST_FROM_FN_PTR(void*, oldAct.sa_handler);
4126 if (oldhand != CAST_FROM_FN_PTR(voi
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1385 void* ohlr = oact.sa_sigaction ? CAST_FROM_FN_PTR(void*, oact.sa_sigaction)
1386 : CAST_FROM_FN_PTR(void*, oact.sa_handler);
1387 if (ohlr == CAST_FROM_FN_PTR(void*, SIG_IGN))
1948 dladdr(CAST_FROM_FN_PTR(void *, os::address_is_in_vm), &dlinfo);
2049 if (!dladdr(CAST_FROM_FN_PTR(void *, os::print_dll_info), &dli)) {
2426 ? CAST_FROM_FN_PTR(address, sa.sa_sigaction)
2427 : CAST_FROM_FN_PTR(address, sa.sa_handler);
2429 if (handler == CAST_FROM_FN_PTR(address, SIG_DFL)) {
2431 } else if (handler == CAST_FROM_FN_PTR(address, SIG_IGN)) {
2449 if(handler == CAST_FROM_FN_PTR(addres
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp41 address call_address = is_entry ? CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_entry) :
42 CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit);
518 CAST_FROM_FN_PTR(address,
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp118 pc == CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation));
371 return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation);
621 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::frequency_counter_overflow), rax);
731 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_StackOverflowError));
1133 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::prepare_native_call), method, false);
1177 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::prepare_native_call), method);
1332 ((MacroAssembler*)_masm)->call_VM_leaf(CAST_FROM_FN_PTR(address, JavaThread::check_special_condition_for_native_trans),
1382 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, SharedRuntime::reguard_yellow_pages)));
1440 __ MacroAssembler::call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::throw_illegal_monitor_state_exception));
1786 RuntimeAddress normal(CAST_FROM_FN_PTR(addres
[all...]
H A DsharedRuntime_x86_64.cpp482 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, SharedRuntime::fixup_callers_callsite)));
1387 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, SharedRuntime::block_for_jni_critical)));
2232 CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_entry),
2243 CAST_FROM_FN_PTR(address, SharedRuntime::rc_trace_method_entry),
2407 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, JavaThread::check_special_condition_for_native_trans)));
2409 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, JavaThread::check_special_condition_for_native_trans_and_transition)));
2488 CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit),
2552 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::complete_monitor_locking_C), 3);
2589 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, SharedRuntime::complete_monitor_unlocking_C)));
2620 __ call(RuntimeAddress(CAST_FROM_FN_PTR(addres
[all...]
H A DvtableStubs_x86_32.cpp87 __ call_VM(noreg, CAST_FROM_FN_PTR(address, bad_compiled_vtable_index), rcx, rbx);
H A DvtableStubs_x86_64.cpp81 CAST_FROM_FN_PTR(address, bad_compiled_vtable_index), j_rarg0, rbx);
H A DsharedRuntime_x86_32.cpp547 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, SharedRuntime::fixup_callers_callsite)));
1335 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, SharedRuntime::block_for_jni_critical)));
1974 CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_entry),
1982 CAST_FROM_FN_PTR(address, SharedRuntime::rc_trace_method_entry),
2152 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address,
2155 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address,
2243 CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit),
2311 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, SharedRuntime::complete_monitor_locking_C)));
2346 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, SharedRuntime::complete_monitor_unlocking_C)));
2373 __ call(RuntimeAddress(CAST_FROM_FN_PTR(addres
[all...]
H A DstubGenerator_x86_32.cpp423 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::exception_handler_for_return_address), thread, exception_pc);
643 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, handle_unsafe_access)));
723 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::debug32)));
744 __ call_VM_leaf(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_pre),
776 __ call_VM_leaf(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_post),
2913 CAST_FROM_FN_PTR(address, SharedRuntime::d2i));
2915 CAST_FROM_FN_PTR(address, SharedRuntime::d2l));
2918 StubRoutines::_throw_StackOverflowError_entry = generate_throw_exception("StackOverflowError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_StackOverflowError));
2927 StubRoutines::_throw_AbstractMethodError_entry = generate_throw_exception("AbstractMethodError throw_exception", CAST_FROM_FN_PTR(address, SharedRuntime::throw_AbstractMethodError));
2928 StubRoutines::_throw_IncompatibleClassChangeError_entry= generate_throw_exception("IncompatibleClassChangeError throw_exception", CAST_FROM_FN_PTR(addres
[all...]
H A Dc1_LIRGenerator_x86.cpp492 entry = CAST_FROM_FN_PTR(address, SharedRuntime::lrem);
495 entry = CAST_FROM_FN_PTR(address, SharedRuntime::ldiv);
498 entry = CAST_FROM_FN_PTR(address, SharedRuntime::lmul);
1270 address func = CAST_FROM_FN_PTR(address, Runtime1::trace_block_entry);
/openjdk7/hotspot/src/share/vm/prims/
H A DnativeLookup.cpp128 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &f)
147 return CAST_FROM_FN_PTR(address, lookup_special_native_methods[i].fnPtr);
H A Dperf.cpp290 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &f)
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp102 _wrong_method_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::handle_wrong_method), "wrong_method_stub");
103 _ic_miss_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::handle_wrong_method_ic_miss), "ic_miss_stub");
104 _resolve_opt_virtual_call_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::resolve_opt_virtual_call_C), "resolve_opt_virtual_call");
105 _resolve_virtual_call_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::resolve_virtual_call_C), "resolve_virtual_call");
106 _resolve_static_call_blob = generate_resolve_blob(CAST_FROM_FN_PTR(address, SharedRuntime::resolve_static_call_C), "resolve_static_call");
111 _polling_page_vectors_safepoint_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_VECTOR_LOOP);
114 _polling_page_safepoint_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_LOOP);
115 _polling_page_return_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_RETURN);
904 return CAST_FROM_FN_PTR(address, &throw_unsatisfied_link_error);
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp295 if (Atomic::cmpxchg_ptr(CAST_FROM_FN_PTR(void*, cfn), &dcon->value_fn, NULL) == NULL) {
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp264 CAST_FROM_FN_PTR(address, os::current_frame));
553 void* sighand = oldAct.sa_sigaction ? CAST_FROM_FN_PTR(void*, oldAct.sa_sigaction)
554 : CAST_FROM_FN_PTR(void*, oldAct.sa_handler);
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp250 CAST_FROM_FN_PTR(address, os::current_frame));
711 void* sighand = oldAct.sa_sigaction ? CAST_FROM_FN_PTR(void*, oldAct.sa_sigaction)
712 : CAST_FROM_FN_PTR(void*, oldAct.sa_handler);

Completed in 197 milliseconds

123