HomeSort by relevance Sort by last modified time
    Searched refs:isSameObject (Results 1 - 7 of 7) sorted by null

  /external/oj-libjdwp/src/share/back/
eventFilter.c 404 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)) {
    [all...]
commonRef.c 159 if ((strongRef == NULL) && !isSameObject(env, node->ref, NULL)) {
577 isSameObject(env, node->ref, NULL)) {
ArrayTypeImpl.c 85 match = isSameObject(env, loader, arrayClassLoader);
threadControl.c 213 if (isSameObject(env, node->thread, thread)) {
517 if (isSameObject(env, thread, eventMode->thread)) {
    [all...]
SDE.c 123 if (!isSameObject(env, clazz, cachedClass)) {
util.h 402 jboolean isSameObject(JNIEnv *env, jobject o1, jobject o2);
util.c     [all...]

Completed in 752 milliseconds