Lines Matching refs:value_ptr
522 jobject* value_ptr) {
525 return MethodUtil::GetLocalVariable(env, thread, depth, slot, value_ptr);
531 jobject* value_ptr) {
534 return MethodUtil::GetLocalInstance(env, thread, depth, value_ptr);
541 jint* value_ptr) {
544 return MethodUtil::GetLocalVariable(env, thread, depth, slot, value_ptr);
551 jlong* value_ptr) {
554 return MethodUtil::GetLocalVariable(env, thread, depth, slot, value_ptr);
561 jfloat* value_ptr) {
564 return MethodUtil::GetLocalVariable(env, thread, depth, slot, value_ptr);
571 jdouble* value_ptr) {
574 return MethodUtil::GetLocalVariable(env, thread, depth, slot, value_ptr);
1292 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) {
1294 return PropertiesUtil::GetSystemProperty(env, property, value_ptr);