Home | History | Annotate | Download | only in runtime

Lines Matching refs:JT_OBJECT

460   // Note that by "basic" we mean that we don't get more specific than JT_OBJECT.
503 return JDWP::JT_OBJECT;
512 * Null objects are tagged JT_OBJECT.
515 return (o == NULL) ? JDWP::JT_OBJECT : TagFromClass(soa, o->GetClass());
1277 case JDWP::JT_OBJECT:
2620 case JDWP::JT_OBJECT:
2757 case JDWP::JT_OBJECT:
3571 case JDWP::JT_OBJECT:
3822 } else if (pReq->result_tag == JDWP::JT_OBJECT) {