Searched defs:callback (Results 76 - 83 of 83) sorted by relevance

1234

/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiEventController.cpp703 set_extension_event_callback(JvmtiEnvBase *env, jint extension_event_index, jvmtiExtensionEvent callback) argument
976 set_extension_event_callback(JvmtiEnvBase *env, jint extension_event_index, jvmtiExtensionEvent callback) argument
[all...]
H A DjvmtiExport.cpp635 jvmtiEventVMStart callback = env->callbacks()->VMStart; local
658 jvmtiEventVMStart callback = env->callbacks()->VMStart; local
681 jvmtiEventVMInit callback = env->callbacks()->VMInit; local
701 jvmtiEventVMDeath callback local
832 jvmtiEventClassFileLoadHook callback = env->callbacks()->ClassFileLoadHook; local
1013 jvmtiEventCompiledMethodUnload callback = env->callbacks()->CompiledMethodUnload; local
1051 jvmtiEventBreakpoint callback = env->callbacks()->Breakpoint; local
1177 jvmtiEventClassLoad callback = env->callbacks()->ClassLoad; local
1211 jvmtiEventClassPrepare callback = env->callbacks()->ClassPrepare; local
1261 jvmtiExtensionEvent callback = env->ext_callbacks()->ClassUnload; local
1304 jvmtiEventThreadStart callback = env->callbacks()->ThreadStart; local
1342 jvmtiEventThreadEnd callback = env->callbacks()->ThreadEnd; local
1358 jvmtiEventObjectFree callback = env->callbacks()->ObjectFree; local
1375 jvmtiEventResourceExhausted callback = env->callbacks()->ResourceExhausted; local
1413 jvmtiEventMethodEntry callback = env->callbacks()->MethodEntry; local
1473 jvmtiEventMethodExit callback = env->callbacks()->MethodExit; local
1500 jvmtiEventFramePop callback = env->callbacks()->FramePop; local
1538 jvmtiEventSingleStep callback = env->callbacks()->SingleStep; local
1618 jvmtiEventException callback = env->callbacks()->Exception; local
1688 jvmtiEventExceptionCatch callback = env->callbacks()->ExceptionCatch; local
1784 jvmtiEventFieldAccess callback = env->callbacks()->FieldAccess; local
1948 jvmtiEventFieldModification callback = env->callbacks()->FieldModification; local
1978 jvmtiEventNativeMethodBind callback = env->callbacks()->NativeMethodBind; local
2058 jvmtiEventCompiledMethodLoad callback = env->callbacks()->CompiledMethodLoad; local
2089 jvmtiEventCompiledMethodLoad callback = env->callbacks()->CompiledMethodLoad; local
2118 jvmtiEventDynamicCodeGenerated callback = env->callbacks()->DynamicCodeGenerated; local
2158 jvmtiEventDynamicCodeGenerated callback = env->callbacks()->DynamicCodeGenerated; local
2216 jvmtiEventGarbageCollectionFinish callback = env->callbacks()->GarbageCollectionFinish; local
2237 jvmtiEventGarbageCollectionStart callback = env->callbacks()->GarbageCollectionStart; local
2258 jvmtiEventDataDumpRequest callback = env->callbacks()->DataDumpRequest; local
2293 jvmtiEventMonitorContendedEnter callback = env->callbacks()->MonitorContendedEnter; local
2328 jvmtiEventMonitorContendedEntered callback = env->callbacks()->MonitorContendedEntered; local
2359 jvmtiEventMonitorWait callback = env->callbacks()->MonitorWait; local
2395 jvmtiEventMonitorWaited callback = env->callbacks()->MonitorWaited; local
2422 jvmtiEventVMObjectAlloc callback = env->callbacks()->VMObjectAlloc; local
[all...]
H A DjvmtiEnv.cpp3526 JvmtiEnv::SetExtensionEventCallback(jint extension_event_index, jvmtiExtensionEvent callback) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java460 resume(@otNull Packet resumePacket, boolean forceSync, CompletionCallback callback) argument
[all...]
/openjdk9/jdk/src/jdk.jdi/share/native/libdt_shmem/
H A DshmemBase.c155 static jdwpTransportCallback *callback; variable
[all...]
/openjdk9/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1586 int os::get_loaded_modules_info(os::LoadedModulesCallbackFunc callback, void *param) { argument
/openjdk9/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1556 int os::get_loaded_modules_info(os::LoadedModulesCallbackFunc callback, void *param) { argument
/openjdk9/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1563 int os::get_loaded_modules_info(os::LoadedModulesCallbackFunc callback, void *param) { argument

Completed in 222 milliseconds

1234