Home | History | Annotate | Download | only in jdwp

Lines Matching refs:class_object_id

487   ObjectId class_object_id;
488 JdwpError status = Dbg::GetClassObject(refTypeId, &class_object_id);
492 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id);
493 expandBufAddObjectId(pReply, class_object_id);
1400 RefTypeId class_object_id = request->ReadRefTypeId();
1401 return Dbg::GetReflectedType(class_object_id, pReply);