Lines Matching refs: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) { in GetLocalObject()
2038 return functions->GetLocalObject(this, thread, depth, slot, value_ptr); in GetLocalObject()
2043 jobject* value_ptr) { in GetLocalInstance()
2044 return functions->GetLocalInstance(this, thread, depth, value_ptr); in GetLocalInstance()
2050 jint* value_ptr) { in GetLocalInt()
2051 return functions->GetLocalInt(this, thread, depth, slot, value_ptr); in GetLocalInt()
2057 jlong* value_ptr) { in GetLocalLong()
2058 return functions->GetLocalLong(this, thread, depth, slot, value_ptr); in GetLocalLong()
2064 jfloat* value_ptr) { in GetLocalFloat()
2065 return functions->GetLocalFloat(this, thread, depth, slot, value_ptr); in GetLocalFloat()
2071 jdouble* value_ptr) { in GetLocalDouble()
2072 return functions->GetLocalDouble(this, thread, depth, slot, value_ptr); in GetLocalDouble()
2482 char** value_ptr) { in GetSystemProperty()
2483 return functions->GetSystemProperty(this, property, value_ptr); in GetSystemProperty()