Searched refs:localReference (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_site.c569 localReference(jlong *tag_ptr, jlong class_tag, jlong thread_tag, function
767 localReference(tag_ptr, class_tag, thread_tag, size,
779 localReference(tag_ptr, class_tag, thread_tag, size,
/openjdk7/jdk/src/share/instrument/
H A DJPLISAgent.c484 jobject localReference = NULL; local
505 localReference = (*jnienv)->NewObject( jnienv,
512 errorOutstanding = errorOutstanding || (localReference == NULL);
517 resultImpl = (*jnienv)->NewGlobalRef(jnienv, localReference);

Completed in 36 milliseconds