CACAO
|
Go to the source code of this file.
Variables | |
static JNINativeMethod | methods [] |
Definition at line 412 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jclass JNICALL Java_sun_reflect_ConstantPool_getClassAt0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 85 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jclass JNICALL Java_sun_reflect_ConstantPool_getClassAtIfLoaded0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 107 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT double JNICALL Java_sun_reflect_ConstantPool_getDoubleAt0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 325 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getFieldAt0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 196 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getFieldAtIfLoaded0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 220 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT float JNICALL Java_sun_reflect_ConstantPool_getFloatAt0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 305 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jint JNICALL Java_sun_reflect_ConstantPool_getIntAt0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 265 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jlong JNICALL Java_sun_reflect_ConstantPool_getLongAt0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 285 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jobjectArray JNICALL Java_sun_reflect_ConstantPool_getMemberRefInfoAt0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 253 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getMethodAt0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 138 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getMethodAtIfLoaded0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 163 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jint JNICALL Java_sun_reflect_ConstantPool_getSize0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool | ||
) |
Definition at line 73 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jstring JNICALL Java_sun_reflect_ConstantPool_getStringAt0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 345 of file sun_reflect_ConstantPool.cpp.
JNIEXPORT jstring JNICALL Java_sun_reflect_ConstantPool_getUTF8At0 | ( | JNIEnv * | env, |
jobject | _this, | ||
jobject | jcpool, | ||
jint | index | ||
) |
Definition at line 367 of file sun_reflect_ConstantPool.cpp.
|
static |
Definition at line 388 of file sun_reflect_ConstantPool.cpp.