Home | History | Annotate | Download | only in runtime

Lines Matching refs:JT_OBJECT

273   // Note that by "basic" we mean that we don't get more specific than JT_OBJECT.
296 return JDWP::JT_OBJECT;
306 * Null objects are tagged JT_OBJECT.
310 return (o == NULL) ? JDWP::JT_OBJECT : TagFromClass(o->GetClass());
974 case JDWP::JT_OBJECT:
2089 case JDWP::JT_OBJECT:
2193 case JDWP::JT_OBJECT:
2613 case JDWP::JT_OBJECT:
2854 } else if (pReq->result_tag == JDWP::JT_OBJECT) {