Home | History | Annotate | Download | only in jdwp

Lines Matching refs:class_object_id

533   ObjectId class_object_id;
534 JdwpError status = Dbg::GetClassObject(refTypeId, class_object_id);
538 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id);
539 expandBufAddObjectId(pReply, class_object_id);
1424 RefTypeId class_object_id = request.ReadRefTypeId();
1425 return Dbg::GetReflectedType(class_object_id, pReply);