Searched refs:class_object_id (Results 1 – 3 of 3) sorted by relevance
487 ObjectId class_object_id; in RT_ClassObject() local488 JdwpError status = Dbg::GetClassObject(refTypeId, &class_object_id); in RT_ClassObject()492 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id); in RT_ClassObject()493 expandBufAddObjectId(pReply, class_object_id); in RT_ClassObject()1374 RefTypeId class_object_id = request->ReadRefTypeId(); in COR_ReflectedType() local1375 return Dbg::GetReflectedType(class_object_id, pReply); in COR_ReflectedType()
283 static JDWP::JdwpError GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id)
793 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id) { in GetClassObject() argument797 *class_object_id = 0; in GetClassObject()800 *class_object_id = gRegistry->Add(c); in GetClassObject()