Searched refs:Agent_OnLoad (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.h44 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
H A Dhprof_init.c819 LOG2("Agent_OnLoad", "Connecting to socket");
1170 * This used to be done in Agent_OnLoad.
1943 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) function
1960 LOG2("Agent_OnLoad", "gdata setup");
1989 LOG2("Agent_OnLoad", "Has jvmtiEnv and options parsed");
2006 LOG2("Agent_OnLoad", "Tables initialized");
2028 LOG2("Agent_OnLoad", "JVMTI capabilities, callbacks and initial notifications setup");
/openjdk7/jdk/src/share/back/
H A DdebugInit.h42 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *, char *, void *);
H A DdebugInit.c197 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) function
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.h69 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
H A DheapTracker.c893 /* Agent_OnLoad: This is called immediately after the shared library is
897 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) function
/openjdk7/jdk/src/share/demo/jvmti/minst/
H A Dminst.h69 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
H A Dminst.c372 /* Agent_OnLoad: This is called immediately after the shared library is
376 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) function
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.h69 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
H A Dmtrace.c696 /* Agent_OnLoad: This is called immediately after the shared library is
700 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) function
/openjdk7/jdk/src/share/demo/jvmti/versionCheck/
H A DversionCheck.c90 /* Agent_OnLoad() is called first, we prepare for a VM_INIT event here. */
92 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) function
/openjdk7/jdk/src/solaris/demo/jvmti/hprof/
H A Dhprof_md.c285 addr = (void*)&Agent_OnLoad;
287 /* Just using &Agent_OnLoad will get the first external symbol with
289 * On Solaris we can actually ask for the address of our Agent_OnLoad.
291 addr = dlsym(RTLD_SELF, "Agent_OnLoad");
294 addr = (void*)&Agent_OnLoad;
/openjdk7/jdk/src/share/demo/jvmti/gctest/
H A Dgctest.c149 /* Agent_OnLoad() is called first, we prepare for a VM_INIT event here. */
151 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) function
/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c236 /* Agent_OnLoad() is called first, we prepare for a VM_INIT event here. */
238 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) function
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A Dwaiters.cpp244 /* Agent_OnLoad() is called first, we prepare for a VM_INIT event here. */
246 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) function
/openjdk7/jdk/src/share/demo/jvmti/compiledMethodLoad/
H A DcompiledMethodLoad.c224 /* Agent_OnLoad() is called first, we prepare for a COMPILED_METHOD_LOAD
228 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) function
/openjdk7/jdk/src/share/instrument/
H A DInvocationAdapter.c133 * Each call to Agent_OnLoad will create its own agent and agent data.
135 * The argument tail string provided to Agent_OnLoad will be of form
144 Agent_OnLoad(JavaVM *vm, char *tail, void * reserved) { function
168 * Agent_OnLoad is specified to provide the agent options
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h50 Agent_OnLoad(JavaVM *vm, char *options, void *reserved);

Completed in 235 milliseconds