CACAO
Functions | Variables
sun_reflect_ConstantPool.cpp File Reference

Go to the source code of this file.

Functions

JNIEXPORT jint JNICALL Java_sun_reflect_ConstantPool_getSize0 (JNIEnv *env, jobject _this, jobject jcpool)
 
JNIEXPORT jclass JNICALL Java_sun_reflect_ConstantPool_getClassAt0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT jclass JNICALL Java_sun_reflect_ConstantPool_getClassAtIfLoaded0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getMethodAt0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getMethodAtIfLoaded0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getFieldAt0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getFieldAtIfLoaded0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT jobjectArray JNICALL Java_sun_reflect_ConstantPool_getMemberRefInfoAt0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT jint JNICALL Java_sun_reflect_ConstantPool_getIntAt0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT jlong JNICALL Java_sun_reflect_ConstantPool_getLongAt0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT float JNICALL Java_sun_reflect_ConstantPool_getFloatAt0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT double JNICALL Java_sun_reflect_ConstantPool_getDoubleAt0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT jstring JNICALL Java_sun_reflect_ConstantPool_getStringAt0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
JNIEXPORT jstring JNICALL Java_sun_reflect_ConstantPool_getUTF8At0 (JNIEnv *env, jobject _this, jobject jcpool, jint index)
 
void _Jv_sun_reflect_ConstantPool_init (void)
 

Variables

static JNINativeMethod methods []
 

Function Documentation

void _Jv_sun_reflect_ConstantPool_init ( void  )

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.

Variable Documentation

JNINativeMethod methods[]
static
Initial value:
= {
{ (char*) "getSize0", (char*) "(Ljava/lang/Object;I)I", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getSize0 },
{ (char*) "getClassAt0", (char*) "(Ljava/lang/Object;I)Ljava/lang/Class;", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getClassAt0 },
{ (char*) "getClassAtIfLoaded0", (char*) "(Ljava/lang/Object;I)Ljava/lang/Class;", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getClassAtIfLoaded0 },
{ (char*) "getMethodAt0", (char*) "(Ljava/lang/Object;I)Ljava/lang/reflect/Member;", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getMethodAt0 },
{ (char*) "getMethodAtIfLoaded0", (char*) "(Ljava/lang/Object;I)Ljava/lang/reflect/Member;", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getMethodAtIfLoaded0 },
{ (char*) "getFieldAt0", (char*) "(Ljava/lang/Object;I)Ljava/lang/reflect/Field;", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getFieldAt0 },
{ (char*) "getFieldAtIfLoaded0", (char*) "(Ljava/lang/Object;I)Ljava/lang/reflect/Field;", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getFieldAtIfLoaded0 },
{ (char*) "getMemberRefInfoAt0", (char*) "(Ljava/lang/Object;I)[Ljava/lang/String;", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getMemberRefInfoAt0 },
{ (char*) "getIntAt0", (char*) "(Ljava/lang/Object;I)I", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getIntAt0 },
{ (char*) "getLongAt0", (char*) "(Ljava/lang/Object;I)J", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getLongAt0 },
{ (char*) "getFloatAt0", (char*) "(Ljava/lang/Object;I)F", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getFloatAt0 },
{ (char*) "getDoubleAt0", (char*) "(Ljava/lang/Object;I)D", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getDoubleAt0 },
{ (char*) "getStringAt0", (char*) "(Ljava/lang/Object;I)Ljava/lang/String;", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getStringAt0 },
{ (char*) "getUTF8At0", (char*) "(Ljava/lang/Object;I)Ljava/lang/String;", (void*) (uintptr_t) &Java_sun_reflect_ConstantPool_getUTF8At0 },
}
JNIEXPORT jclass JNICALL Java_sun_reflect_ConstantPool_getClassAt0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getFieldAtIfLoaded0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jstring JNICALL Java_sun_reflect_ConstantPool_getUTF8At0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getMethodAt0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jstring JNICALL Java_sun_reflect_ConstantPool_getStringAt0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jobjectArray JNICALL Java_sun_reflect_ConstantPool_getMemberRefInfoAt0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getFieldAt0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT float JNICALL Java_sun_reflect_ConstantPool_getFloatAt0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jclass JNICALL Java_sun_reflect_ConstantPool_getClassAtIfLoaded0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jlong JNICALL Java_sun_reflect_ConstantPool_getLongAt0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jint JNICALL Java_sun_reflect_ConstantPool_getIntAt0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jobject JNICALL Java_sun_reflect_ConstantPool_getMethodAtIfLoaded0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT double JNICALL Java_sun_reflect_ConstantPool_getDoubleAt0(JNIEnv *env, jobject _this, jobject jcpool, jint index)
JNIEXPORT jint JNICALL Java_sun_reflect_ConstantPool_getSize0(JNIEnv *env, jobject _this, jobject jcpool)

Definition at line 388 of file sun_reflect_ConstantPool.cpp.