Searched refs:JPLISAgent (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DJPLISAgent.h41 * The JPLISAgent manages the initialization all of the Java programming language Agents.
53 typedef struct _JPLISAgent JPLISAgent; typedef in typeref:struct:_JPLISAgent
92 JPLISAgent * mAgent; /* corresponding agent */
145 * The JPLISAgent* pointed to by agent_ptr is set to the new broker,
149 createNewJPLISAgent(JavaVM * vm, JPLISAgent **agent_ptr);
153 addRedefineClassesCapability(JPLISAgent * agent);
157 addNativeMethodPrefixCapability(JPLISAgent * agent);
161 addOriginalMethodOrderCapability(JPLISAgent * agent);
170 JPLISAgent * agent);
177 recordCommandLineData( JPLISAgent * agen
[all...]
H A DInstrumentationImplNativeMethods.c28 #include "JPLISAgent.h"
43 * pointer to the JPLISAgent data structure in a 64 bit scalar field
60 return isModifiableClass(jnienv, (JPLISAgent*)(intptr_t)agent, clazz);
71 return isRetransformClassesSupported(jnienv, (JPLISAgent*)(intptr_t)agent);
82 setHasRetransformableTransformers(jnienv, (JPLISAgent*)(intptr_t)agent, has);
93 retransformClasses(jnienv, (JPLISAgent*)(intptr_t)agent, classes);
103 redefineClasses(jnienv, (JPLISAgent*)(intptr_t)agent, classDefinitions);
113 return getAllLoadedClasses(jnienv, (JPLISAgent*)(intptr_t)agent);
123 return getInitiatedClasses(jnienv, (JPLISAgent*)(intptr_t)agent, classLoader);
133 return getObjectSize(jnienv, (JPLISAgent*)(intptr_
[all...]
H A DJPLISAgent.c34 #include "JPLISAgent.h"
46 * The JPLISAgent manages the initialization all of the Java programming language Agents.
58 JPLISAgent *
63 initializeJPLISAgent( JPLISAgent * agent,
71 JPLISAgent * agent);
75 checkCapabilities(JPLISAgent * agent);
111 deallocateCommandLineData(JPLISAgent * agent);
149 JPLISAgent * agent,
198 * Creates a new JPLISAgent.
200 * The JPLISAgent* pointe
[all...]
H A DInvocationAdapter.c37 #include "JPLISAgent.h"
51 appendClassPath(JPLISAgent* agent,
55 appendBootClassPath(JPLISAgent* agent,
109 convertCapabilityAtrributes(const jarAttribute* attributes, JPLISAgent* agent) {
147 JPLISAgent * agent = NULL;
297 JPLISAgent * agent = NULL;
623 appendClassPath( JPLISAgent* agent,
693 appendBootClassPath( JPLISAgent* agent,
/openjdk7/jdk/make/java/instrument/
H A DMakefile60 JPLISAgent.c \

Completed in 56 milliseconds