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

123

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_64.cpp513 __ call_VM_leaf(CAST_FROM_FN_PTR(address,
961 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, handle_unsafe_access)));
1094 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::debug64)));
1229 __ call_VM_leaf(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_pre), 2);
1270 __ call_VM_leaf(CAST_FROM_FN_PTR(address, BarrierSet::static_write_ref_array_post), 2);
3764 CAST_FROM_FN_PTR(address,
3777 CAST_FROM_FN_PTR(address,
3783 CAST_FROM_FN_PTR(address,
3789 CAST_FROM_FN_PTR(address,
H A DmethodHandles_x86.cpp608 __ super_call_VM_leaf(CAST_FROM_FN_PTR(address, trace_method_handle_stub_wrapper), rsp);
H A Dassembler_x86.cpp6081 call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::debug32)));
6092 call(RuntimeAddress(CAST_FROM_FN_PTR(address, warning)));
6102 call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::print_state32)));
6569 call(RuntimeAddress(CAST_FROM_FN_PTR(address, MacroAssembler::debug64)));
6579 call_VM_leaf(CAST_FROM_FN_PTR(address, warning), c_rarg0);
6595 call_VM_leaf(CAST_FROM_FN_PTR(address, MacroAssembler::print_state64), c_rarg0, c_rarg1);
7831 fp_runtime_fallback(is_exp ? CAST_FROM_FN_PTR(address, SharedRuntime::dexp) : CAST_FROM_FN_PTR(address, SharedRuntime::dpow),
8226 call(RuntimeAddress(CAST_FROM_FN_PTR(address, os::breakpoint)));
8683 MacroAssembler::call_VM_leaf_base(CAST_FROM_FN_PTR(addres
[all...]
H A Dc1_LIRAssembler_x86.cpp452 __ call(RuntimeAddress(CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit)));
3090 address C_entry = CAST_FROM_FN_PTR(address, Runtime1::arraycopy);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1198 call_runtime(&signature, args, CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit), voidType, NULL);
1270 CAST_FROM_FN_PTR(address, Runtime1::is_instance_of),
1313 CAST_FROM_FN_PTR(address, Runtime1::entry_for(Runtime1::register_finalizer_id)),
2523 __ call_runtime_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::OSR_migration_end),
2617 call_runtime(&signature, args, CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_entry), voidType, NULL);
2938 do_RuntimeCall(CAST_FROM_FN_PTR(address, TRACE_TIME_METHOD), 0, x);
2943 do_RuntimeCall(CAST_FROM_FN_PTR(address, os::javaTimeMillis), 0, x);
2947 do_RuntimeCall(CAST_FROM_FN_PTR(address, os::javaTimeNanos), 0, x);
H A Dc1_Runtime1.cpp270 if ((intptr_t)a == CAST_FROM_FN_PTR(intptr_t, f)) return #f
H A Dc1_GraphBuilder.cpp1438 append(new RuntimeCall(voidType, "dtrace_method_exit", CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit), args));
3604 append_with_bci(new RuntimeCall(voidType, "dtrace_method_exit", CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit), args), bci);
3794 append(new RuntimeCall(voidType, "dtrace_method_entry", CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_entry), args));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp881 call(CAST_FROM_FN_PTR(address, reinitialize_thread), relocInfo::runtime_call_type);
915 call(CAST_FROM_FN_PTR(address,verify_thread_subroutine), relocInfo::runtime_call_type);
1995 call( CAST_FROM_FN_PTR(address, warning) );
2034 call (CAST_FROM_FN_PTR(address, MacroAssembler::debug), relocInfo::runtime_call_type);
2042 call(CAST_FROM_FN_PTR(address,breakpoint));
2739 call_VM(noreg, CAST_FROM_FN_PTR(address, SharedRuntime::yield_all), yieldall_reg);
2744 call(CAST_FROM_FN_PTR(address,os::yield_all));
4362 CAST_FROM_FN_PTR(address,
4568 CAST_FROM_FN_PTR(address,
H A DmethodHandles_sparc.cpp580 __ call_VM_leaf(L2 /* for G2 */, CAST_FROM_FN_PTR(address, trace_method_handle_stub));
H A Dc1_LIRAssembler_sparc.cpp451 __ call(CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_method_exit), relocInfo::runtime_call_type);
2098 __ call_VM_leaf(tmp, CAST_FROM_FN_PTR(address, Runtime1::arraycopy));
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp413 CAST_FROM_FN_PTR(address, os::current_frame));
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp742 case vmIntrinsics::_counterTime: return inline_native_time_funcs(CAST_FROM_FN_PTR(address, TRACE_TIME_METHOD), "counterTime");
744 case vmIntrinsics::_currentTimeMillis: return inline_native_time_funcs(CAST_FROM_FN_PTR(address, os::javaTimeMillis), "currentTimeMillis");
745 case vmIntrinsics::_nanoTime: return inline_native_time_funcs(CAST_FROM_FN_PTR(address, os::javaTimeNanos), "nanoTime");
1553 CAST_FROM_FN_PTR(address, SharedRuntime::dsin),
1558 CAST_FROM_FN_PTR(address, SharedRuntime::dcos),
1563 CAST_FROM_FN_PTR(address, SharedRuntime::dtan),
1643 finish_pow_exp(n, arg, NULL, OptoRuntime::Math_D_D_Type(), CAST_FROM_FN_PTR(address, SharedRuntime::dexp), "EXP");
1797 finish_pow_exp(result, x, y, OptoRuntime::Math_DD_D_Type(), CAST_FROM_FN_PTR(address, SharedRuntime::dpow), "POW");
1828 #define FN_PTR(f) CAST_FROM_FN_PTR(address, f)
H A Dparse2.cpp646 CAST_FROM_FN_PTR(address, SharedRuntime::frem),
658 CAST_FROM_FN_PTR(address, SharedRuntime::drem),
675 CAST_FROM_FN_PTR(address, SharedRuntime::l2f),
H A Dmacro.cpp1362 CAST_FROM_FN_PTR(address, SharedRuntime::dtrace_object_alloc_base),
2310 CallNode *call = make_slow_call( (CallNode *) unlock, OptoRuntime::complete_monitor_exit_Type(), CAST_FROM_FN_PTR(address, SharedRuntime::complete_monitor_unlocking_C), "complete_monitor_unlocking_C", slow_path, obj, box );
H A Druntime.cpp143 var = generate_stub(env, type_func_gen, CAST_FROM_FN_PTR(address, c_func), #var, fancy_jump, pass_tls, save_arg_regs, return_pc)
H A Dstringopts.cpp1258 CAST_FROM_FN_PTR(address, StubRoutines::jshort_disjoint_arraycopy()),
H A DgraphKit.cpp3630 __ make_leaf_call(tf, CAST_FROM_FN_PTR(address, SharedRuntime::g1_wb_pre), "g1_wb_pre", pre_val, tls);
3668 __ make_leaf_call(tf, CAST_FROM_FN_PTR(address, SharedRuntime::g1_wb_post), "g1_wb_post", card_adr, __ thread());
H A Dmatcher.cpp247 C->stub_function() == CAST_FROM_FN_PTR(address, OptoRuntime::rethrow_C) ||
H A Dparse1.cpp319 CAST_FROM_FN_PTR(address, SharedRuntime::OSR_migration_end),
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp373 CAST_FROM_FN_PTR(address, os::current_frame));
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp153 CAST_FROM_FN_PTR(address, os::current_frame));
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp190 CAST_FROM_FN_PTR(address, os::current_frame));
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp290 #define CAST_FROM_FN_PTR(new_type, func_ptr) ((new_type)((address_word)(func_ptr))) macro
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp1228 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &f)
H A Dunsafe.cpp1320 #define FN_PTR(f) CAST_FROM_FN_PTR(void*, &f)

Completed in 241 milliseconds

123