Searched refs:isSameObject (Results 1 – 6 of 6) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | eventFilter.c | 404 if (!isSameObject(env, thread, filter->u.ThreadOnly.thread)) { in eventFilterRestricted_passesFilter() 428 !isSameObject(env, clazz, filter->u.LocationOnly.clazz)) { in eventFilterRestricted_passesFilter() 439 !isSameObject(env, evinfo->u.field_access.field_clazz, in eventFilterRestricted_passesFilter() 472 !isSameObject(env, eventInst, filterInst)) { in eventFilterRestricted_passesFilter() 511 if (!isSameObject(env, thread, filter->u.Step.thread)) { in eventFilterRestricted_passesFilter() 693 return isSameObject(env, clazz, filter->u.LocationOnly.clazz); in eventFilterRestricted_isBreakpointInClass() 1007 isSameObject(env, trial->clazz, goal->clazz)) { in matchBreakpoint() 1111 isSameObject(env, trial->clazz, goal->clazz)) { in matchWatchpoint() 1218 return isSameObject(env, reqThread, goalThread); in matchThread()
|
D | threadControl.c | 213 if (isSameObject(env, node->thread, thread)) { in nonTlsSearch() 517 if (isSameObject(env, thread, eventMode->thread)) { in processDeferredEventModes() 1469 if (isSameObject(env, list[i], item)) { in contains() 1695 if (isSameObject(env, thread, debugThreads[i])) { in threadControl_removeDebugThread() 1723 if (isSameObject(env, thread, debugThreads[i])) { in threadControl_isDebugThread() 2279 (isSameObject(env, node->cleInfo.clazz, clazz))) { in threadControl_cmpCLEInfo()
|
D | ArrayTypeImpl.c | 85 match = isSameObject(env, loader, arrayClassLoader); in getComponentClass()
|
D | util.h | 420 jboolean isSameObject(JNIEnv *env, jobject o1, jobject o2);
|
D | SDE.c | 123 if (!isSameObject(env, clazz, cachedClass)) { in loadDebugInfo()
|
D | util.c | 1409 isSameObject(JNIEnv *env, jobject o1, jobject o2) in isSameObject() function
|