Searched refs:isSameObject (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DclassTrack.c87 if (isSameObject(env, klass, node->klass)) {
221 if (isSameObject(env, klass, node->klass)) {
H A DeventFilter.c404 if (!isSameObject(env, thread, filter->u.ThreadOnly.thread)) {
428 !isSameObject(env, clazz, filter->u.LocationOnly.clazz)) {
439 !isSameObject(env, evinfo->u.field_access.field_clazz,
472 !isSameObject(env, eventInst, filterInst)) {
511 if (!isSameObject(env, thread, filter->u.Step.thread)) {
693 return isSameObject(env, clazz, filter->u.LocationOnly.clazz);
1007 isSameObject(env, trial->clazz, goal->clazz)) {
1111 isSameObject(env, trial->clazz, goal->clazz)) {
1218 return isSameObject(env, reqThread, goalThread);
H A DcommonRef.c159 if ((strongRef == NULL) && !isSameObject(env, node->ref, NULL)) {
577 isSameObject(env, node->ref, NULL)) {
H A DArrayTypeImpl.c85 match = isSameObject(env, loader, arrayClassLoader);
H A DthreadControl.c213 if (isSameObject(env, node->thread, thread)) {
517 if (isSameObject(env, thread, eventMode->thread)) {
1467 if (isSameObject(env, list[i], item)) {
1693 if (isSameObject(env, thread, debugThreads[i])) {
1721 if (isSameObject(env, thread, debugThreads[i])) {
2277 (isSameObject(env, node->cleInfo.clazz, clazz))) {
H A Dutil.h384 jboolean isSameObject(JNIEnv *env, jobject o1, jobject o2);
H A DSDE.c117 if (!isSameObject(env, clazz, cachedClass)) {
H A Dutil.c1361 isSameObject(JNIEnv *env, jobject o1, jobject o2) function
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_loader.c152 } else if ( isSameObject(data->env, data->loader, lref) ) {
255 if ( lref != NULL && !isSameObject(env, lref, NULL) ) {
H A Dhprof_util.h97 jboolean isSameObject(JNIEnv *env, jobject o1, jobject o2);
H A Dhprof_class.c487 if ( ! isSameObject(env, classref, info->classref) ) {
641 if ( klass == NULL || isSameObject(env, klass, NULL) ) {
H A Dhprof_tls.c239 if ( isSameObject(data->env, data->thread, lref) ) {
697 HPROF_ASSERT(isSameObject(env, thread, get_info(index)->globalref));
H A Dhprof_util.c594 isSameObject(JNIEnv *env, jobject o1, jobject o2) function
1148 if ( isSameObject(env, klass, *(jclass*)stack_element(class_list, i)) ) {

Completed in 75 milliseconds