Lines Matching defs:agent

64   (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) {  in Java_sun_instrument_InstrumentationImpl_isModifiableClass0()
75 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0()
86 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasTransformers()
97 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) { in Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers()
108 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) { in Java_sun_instrument_InstrumentationImpl_retransformClasses0()
118 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) { in Java_sun_instrument_InstrumentationImpl_redefineClasses0()
128 (JNIEnv * jnienv, jobject implThis, jlong agent) { in Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0()
138 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) { in Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0()
148 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) { in Java_sun_instrument_InstrumentationImpl_getObjectSize0()
159 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) { in Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0()
170 …(JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray prefixArray, jboolean isRetransforma… in Java_sun_instrument_InstrumentationImpl_setNativeMethodPrefixes()