Searched refs:reflectedType (Results 1 – 4 of 4) sorted by relevance
33 private ReferenceType reflectedType; field in ClassObjectReferenceImpl39 public ReferenceType reflectedType() { in reflectedType() method in ClassObjectReferenceImpl40 if (reflectedType == null) { in reflectedType()44 reflectedType = vm.referenceType(reply.typeID, in reflectedType()51 return reflectedType; in reflectedType()60 "(reflected class=" + reflectedType().name() + ", " + "id=" + uniqueID() + ")"; in toString()
32 reflectedType(PacketInputStream *in, PacketOutputStream *out) in reflectedType() function59 ,(void *)reflectedType
45 public ReferenceType reflectedType() { in reflectedType() method in LazyClassObjectReference46 return getValue().reflectedType(); in reflectedType()
48 ReferenceType reflectedType(); in reflectedType() method