Searched defs:implThis (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DInstrumentationImplNativeMethods.c59 (JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) {
70 (JNIEnv * jnienv, jobject implThis, jlong agent) {
81 (JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) {
92 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) {
102 (JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) {
112 (JNIEnv * jnienv, jobject implThis, jlong agent) {
122 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) {
132 (JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) {
143 (JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) {
154 (JNIEnv * jnienv, jobject implThis, jlon
58 Java_sun_instrument_InstrumentationImpl_isModifiableClass0(JNIEnv * jnienv, jobject implThis, jlong agent, jclass clazz) argument
69 Java_sun_instrument_InstrumentationImpl_isRetransformClassesSupported0(JNIEnv * jnienv, jobject implThis, jlong agent) argument
80 Java_sun_instrument_InstrumentationImpl_setHasRetransformableTransformers(JNIEnv * jnienv, jobject implThis, jlong agent, jboolean has) argument
91 Java_sun_instrument_InstrumentationImpl_retransformClasses0(JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classes) argument
101 Java_sun_instrument_InstrumentationImpl_redefineClasses0(JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray classDefinitions) argument
111 Java_sun_instrument_InstrumentationImpl_getAllLoadedClasses0(JNIEnv * jnienv, jobject implThis, jlong agent) argument
121 Java_sun_instrument_InstrumentationImpl_getInitiatedClasses0(JNIEnv * jnienv, jobject implThis, jlong agent, jobject classLoader) argument
131 Java_sun_instrument_InstrumentationImpl_getObjectSize0(JNIEnv * jnienv, jobject implThis, jlong agent, jobject objectToSize) argument
142 Java_sun_instrument_InstrumentationImpl_appendToClassLoaderSearch0(JNIEnv * jnienv, jobject implThis, jlong agent, jstring jarFile, jboolean isBootLoader) argument
153 Java_sun_instrument_InstrumentationImpl_setNativeMethodPrefixes(JNIEnv * jnienv, jobject implThis, jlong agent, jobjectArray prefixArray, jboolean isRetransformable) argument
[all...]

Completed in 21 milliseconds