Searched defs:func (Results 26 - 50 of 51) sorted by relevance

123

/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp732 xchg_func_t* func = CAST_TO_FN_PTR(xchg_func_t*, StubRoutines::atomic_xchg_entry()); local
734 if (func != NULL) {
735 os::atomic_xchg_func = func;
736 return (*func)(exchange_value, dest);
747 cmpxchg_func_t* func = CAST_TO_FN_PTR(cmpxchg_func_t*, StubRoutines::atomic_cmpxchg_entry()); local
749 if (func != NULL) {
750 os::atomic_cmpxchg_func = func;
751 return (*func)(exchange_value, dest, compare_value);
763 cmpxchg_long_func_t* func = CAST_TO_FN_PTR(cmpxchg_long_func_t*, StubRoutines::atomic_cmpxchg_long_entry()); local
765 if (func !
779 add_func_t* func = CAST_TO_FN_PTR(add_func_t*, StubRoutines::atomic_add_entry()); local
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp870 xchg_func_t* func = CAST_TO_FN_PTR(xchg_func_t*, StubRoutines::atomic_xchg_entry()); local
872 if (func != NULL) {
873 os::atomic_xchg_func = func;
874 return (*func)(exchange_value, dest);
885 cmpxchg_func_t* func = CAST_TO_FN_PTR(cmpxchg_func_t*, StubRoutines::atomic_cmpxchg_entry()); local
887 if (func != NULL) {
888 os::atomic_cmpxchg_func = func;
889 return (*func)(exchange_value, dest, compare_value);
901 cmpxchg_long_func_t* func = CAST_TO_FN_PTR(cmpxchg_long_func_t*, StubRoutines::atomic_cmpxchg_long_entry()); local
903 if (func !
917 add_func_t* func = CAST_TO_FN_PTR(add_func_t*, StubRoutines::atomic_add_entry()); local
[all...]
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp233 xchg_func_t* func = CAST_TO_FN_PTR(xchg_func_t*, StubRoutines::atomic_xchg_entry()); local
235 if (func != NULL) {
236 os::atomic_xchg_func = func;
237 return (*func)(exchange_value, dest);
248 xchg_ptr_func_t* func = CAST_TO_FN_PTR(xchg_ptr_func_t*, StubRoutines::atomic_xchg_ptr_entry()); local
250 if (func != NULL) {
251 os::atomic_xchg_ptr_func = func;
252 return (*func)(exchange_value, dest);
264 cmpxchg_func_t* func = CAST_TO_FN_PTR(cmpxchg_func_t*, StubRoutines::atomic_cmpxchg_entry()); local
266 if (func !
281 cmpxchg_long_func_t* func = CAST_TO_FN_PTR(cmpxchg_long_func_t*, StubRoutines::atomic_cmpxchg_long_entry()); local
299 add_func_t* func = CAST_TO_FN_PTR(add_func_t*, StubRoutines::atomic_add_entry()); local
312 add_ptr_func_t* func = CAST_TO_FN_PTR(add_ptr_func_t*, StubRoutines::atomic_add_ptr_entry()); local
381 get_sp_func* func = CAST_TO_FN_PTR(get_sp_func*, local
403 get_fp_func* func = CAST_TO_FN_PTR(get_fp_func*, local
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp191 Value* SharkBuilder::make_function(address func, argument
195 LLVMValue::intptr_constant((intptr_t) func),
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c152 compress_func func; member in struct:config_s
446 compress_func func; local
460 func = configuration_table[s->level].func;
462 if (func != configuration_table[level].func && strm->total_in != 0) {
814 bstate = (*(configuration_table[s->level].func))(s, flush);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1132 address func = CAST_FROM_FN_PTR(address, Runtime1::trace_block_entry); local
1133 __ call_runtime_leaf(func, rlock_callee_saved(T_INT), LIR_OprFact::illegalOpr, args);
/openjdk7/jdk/src/share/back/
H A DeventHandler.c246 IteratorFunction func, void *arg)
256 if ( func == NULL ) {
261 if (((func)(env, node, arg))) {
659 HandlerFunction func; local
661 func = HANDLER_FUNCTION(node);
662 if ( func == NULL ) {
665 (*func)(env, evinfo, node, eventBag);
1616 HandlerFunction func,
1621 if ( func == NULL ) {
1627 HANDLER_FUNCTION(node) = func;
245 eventHandlerRestricted_iterator(EventIndex ei, IteratorFunction func, void *arg) argument
1615 installHandler(HandlerNode *node, HandlerFunction func, jboolean external) argument
1641 createInternal(EventIndex ei, HandlerFunction func, jthread thread, jclass clazz, jmethodID method, jlocation location, jboolean permanent) argument
1682 eventHandler_createPermanentInternal(EventIndex ei, HandlerFunction func) argument
1689 eventHandler_createInternalThreadOnly(EventIndex ei, HandlerFunction func, jthread thread) argument
1698 eventHandler_createInternalBreakpoint(HandlerFunction func, jthread thread, jclass clazz, jmethodID method, jlocation location) argument
[all...]
H A DeventHelper.c718 jvmtiStartFunction func; local
730 func = &commandLoop;
731 (void)spawnNewThread(func, NULL, "JDWP Event Helper Thread");
H A Dutil.c844 spawnNewThread(jvmtiStartFunction func, void *arg, char *name) argument
895 (gdata->jvmti, thread, func, arg,
2319 log_debugee_location(const char *func, argument
2379 func,
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp162 static void test_arraycopy_func(address func, int alignment) { argument
178 ((arraycopy_fn)func)(buffer, buffer2, 0);
183 ((arraycopy_fn)func)(buffer, buffer2 + alignment, 0);
188 ((arraycopy_fn)func)(buffer + alignment, buffer2, 0);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_table.c743 table_walk_items(LookupTable *ltable, LookupTableIterator func, void* arg) argument
748 HPROF_ASSERT(func!=NULL);
764 (*func)(SANITY_ADD_HARE(index, ltable->hare), key_ptr, key_len, info, arg);
778 table_cleanup(LookupTable *ltable, LookupTableIterator func, void *arg) argument
784 if ( func != NULL ) {
785 table_walk_items(ltable, func, arg);
H A Dhprof_util.c1534 createAgentThread(JNIEnv *env, const char *name, jvmtiStartFunction func) argument
1539 HPROF_ASSERT(func!=NULL);
1577 (gdata->jvmti, thread, func, NULL, JVMTI_THREAD_MAX_PRIORITY);
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBase.c217 createWithGeneratedName(char *prefix, char *nameBuffer, CreateFunc func, void *arg) argument
229 error = func(nameBuffer, arg);
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1925 void Node_Array::sort( C_sort_func_t func) { argument
1926 qsort( _nodes, _max, sizeof( Node* ), func );
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1270 address func = CAST_FROM_FN_PTR(address, Runtime1::trace_block_entry); local
1271 __ call_runtime_leaf(func, LIR_OprFact::illegalOpr, LIR_OprFact::illegalOpr, args);
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c1511 * Returns the result of calling 'func' if the return value is non-zero.
1514 int Jframe_iter(jvm_agent_t *J, prgregset_t gregs, java_stack_f *func, void* cld) { argument
1531 res = func(cld, gregs, buf, (jframe.locinf)? jframe.bci : -1,
1539 res = func(cld, gregs, buf, (jframe.locinf)? jframe.bci : -1,
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c1511 * Returns the result of calling 'func' if the return value is non-zero.
1514 int Jframe_iter(jvm_agent_t *J, prgregset_t gregs, java_stack_f *func, void* cld) { argument
1531 res = func(cld, gregs, buf, (jframe.locinf)? jframe.bci : -1,
1539 res = func(cld, gregs, buf, (jframe.locinf)? jframe.bci : -1,
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp223 static void set_thr_getstate(int_fnP_thread_t_iP_uP_stack_tP_gregset_t func) argument
224 { _thr_getstate = func; }
227 static void set_thr_setstate(int_fnP_thread_t_i_gregset_t func) { _thr_setstate = func; } argument
230 static void set_thr_setmutator(int_fnP_thread_t_i func) { _thr_setmutator = func; } argument
233 static void set_thr_suspend_mutator(int_fnP_thread_t func) { _thr_suspend_mutator = func; } argument
236 static void set_thr_continue_mutator(int_fnP_thread_t func) { _thr_continue_mutator = func; } argument
246 set_mutex_lock(int_fnP_mutex_tP func) argument
247 set_mutex_trylock(int_fnP_mutex_tP func) argument
248 set_mutex_unlock(int_fnP_mutex_tP func) argument
249 set_mutex_init(int_fnP_mutex_tP_i_vP func) argument
250 set_mutex_destroy(int_fnP_mutex_tP func) argument
262 set_cond_timedwait(int_fnP_cond_tP_mutex_tP_timestruc_tP func) argument
264 set_cond_wait(int_fnP_cond_tP_mutex_tP func) argument
265 set_cond_signal(int_fnP_cond_tP func) argument
266 set_cond_broadcast(int_fnP_cond_tP func) argument
267 set_cond_init(int_fnP_cond_tP_i_vP func) argument
268 set_cond_destroy(int_fnP_cond_tP func) argument
271 set_lgrp_home(lgrp_home_func_t func) argument
272 set_lgrp_init(lgrp_init_func_t func) argument
273 set_lgrp_fini(lgrp_fini_func_t func) argument
274 set_lgrp_root(lgrp_root_func_t func) argument
275 set_lgrp_children(lgrp_children_func_t func) argument
276 set_lgrp_resources(lgrp_resources_func_t func) argument
277 set_lgrp_nlgrps(lgrp_nlgrps_func_t func) argument
278 set_lgrp_cookie_stale(lgrp_cookie_stale_func_t func) argument
304 set_meminfo(meminfo_func_t func) argument
[all...]
H A Dos_solaris.cpp5122 address func = (address)dlsym(RTLD_DEFAULT, "_thr_suspend_allmutators"); local
5130 if(func == NULL) {
5131 func = (address) dlsym(RTLD_NEXT, "_thr_suspend_allmutators");
5134 guarantee(func != NULL, "libthread.so is too old.");
5138 func = resolve_symbol("thr_getstate");
5139 os::Solaris::set_thr_getstate(CAST_TO_FN_PTR(int_fnP_thread_t_iP_uP_stack_tP_gregset_t, func));
5141 func = resolve_symbol("thr_setstate");
5142 os::Solaris::set_thr_setstate(CAST_TO_FN_PTR(int_fnP_thread_t_i_gregset_t, func));
5144 func = resolve_symbol("thr_setmutator");
5145 os::Solaris::set_thr_setmutator(CAST_TO_FN_PTR(int_fnP_thread_t_i, func));
5249 address func; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c414 awt_util_mapChildren(Widget w, void (*func)(Widget,void *), argument
425 (*func)(w, data);
437 awt_util_mapChildren(wlist[i], func, 1, data);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp2115 char *func; local
2128 func = get_ident();
2129 if (func == NULL) {
2133 if (strcmp(func,"ALLOC_IN_RC")==0
2134 || strcmp(func,"IS_R_CLASS")==0) {
2147 parse_err(SYNERR, "missing argument for constraint function %s\n",func);
2158 parse_err(SYNERR, "Invalid constraint function %s\n",func);
2165 parse_err(SYNERR, "Missing ')' for constraint function %s\n",func);
2177 Constraint *constraint = new Constraint(func,arg);
H A Dformssel.cpp2610 Constraint::Constraint(const char *func, const char *arg) argument
2611 : _func(func), _arg(arg) {
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp4936 address func; local
4937 func = JNI_FastGetField::generate_fast_get_boolean_field();
4938 if (func != (address)-1) {
4939 jni_NativeInterface.GetBooleanField = (GetBooleanField_t)func;
4941 func = JNI_FastGetField::generate_fast_get_byte_field();
4942 if (func != (address)-1) {
4943 jni_NativeInterface.GetByteField = (GetByteField_t)func;
4945 func = JNI_FastGetField::generate_fast_get_char_field();
4946 if (func != (address)-1) {
4947 jni_NativeInterface.GetCharField = (GetCharField_t)func;
[all...]
H A Djvm.cpp411 JVM_LEAF(void, JVM_OnExit(void (*func)(void)))
412 register_on_exit_function(func); variable
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1250 static int _enumerate_modules_winnt( int pid, EnumModulesCallbackFunc func, void * param) argument
1292 result = func(pid, filename, (address)modinfo.lpBaseOfDll,
1303 static int _enumerate_modules_windows( int pid, EnumModulesCallbackFunc func, void *param) argument
1325 result=func(pid, modentry.szExePath, (address)modentry.modBaseAddr,
1337 int enumerate_modules( int pid, EnumModulesCallbackFunc func, void * param ) argument
1342 if (os::win32::is_nt()) return _enumerate_modules_winnt (pid, func, param);
1343 else return _enumerate_modules_windows(pid, func, param);

Completed in 181 milliseconds

123