Lines Matching defs:value_ptr
1111 jobject* value_ptr);
1118 jint* value_ptr);
1125 jlong* value_ptr);
1132 jfloat* value_ptr);
1139 jdouble* value_ptr);
1673 char** value_ptr);
1782 jobject* value_ptr);
2037 jobject* value_ptr) {
2038 return functions->GetLocalObject(this, thread, depth, slot, value_ptr);
2043 jobject* value_ptr) {
2044 return functions->GetLocalInstance(this, thread, depth, value_ptr);
2050 jint* value_ptr) {
2051 return functions->GetLocalInt(this, thread, depth, slot, value_ptr);
2057 jlong* value_ptr) {
2058 return functions->GetLocalLong(this, thread, depth, slot, value_ptr);
2064 jfloat* value_ptr) {
2065 return functions->GetLocalFloat(this, thread, depth, slot, value_ptr);
2071 jdouble* value_ptr) {
2072 return functions->GetLocalDouble(this, thread, depth, slot, value_ptr);
2482 char** value_ptr) {
2483 return functions->GetSystemProperty(this, property, value_ptr);